Home
last modified time | relevance | path

Searched refs:FilledRectangle (Results 1 – 25 of 109) sorted by relevance

12345

/dports/games/lincity-ng/lincity-ng-2.0/src/gui/
H A DFilledRectangle.cpp34 FilledRectangle::FilledRectangle() in FilledRectangle() function in FilledRectangle
37 FilledRectangle::~FilledRectangle() in ~FilledRectangle()
41 FilledRectangle::parse(XmlReader& reader) in parse()
62 FilledRectangle::resize(float width, float height) in resize()
69 FilledRectangle::draw(Painter& painter) in draw()
75 IMPLEMENT_COMPONENT_FACTORY(FilledRectangle)
H A DFilledRectangle.hpp35 class FilledRectangle : public Component class
38 FilledRectangle();
39 virtual ~FilledRectangle();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/util/
H A DJpGraphErrObjectImg.php68 $img->FilledRectangle(5, 5, $w - 1, $h - 1, 10);
70 $img->FilledRectangle(5, 5, $w - 3, $h - 3, 10);
74 $img->FilledRectangle(1, 1, $w - 5, $h - 5);
106 $img->FilledRectangle($m - $l, 2, $m + $l, 16);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/vtk/
H A Dpcl_context_item.h127 struct PCL_EXPORTS FilledRectangle : public Rectangle struct
129 vtkTypeMacro (FilledRectangle, Rectangle);
130 static FilledRectangle *New();
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_errhandler.inc.php304 $img->FilledRectangle(5,5,$w-1,$h-1,10);
306 $img->FilledRectangle(5,5,$w-3,$h-3,10);
310 $img->FilledRectangle(1,1,$w-5,$h-5);
341 $img->FilledRectangle($m-$l,2,$m+$l,16);
H A Djpgraph_legend.inc.php285 $aImg->FilledRectangle($xp,$yp,$xp+$abs_width,$yp+$abs_height);
292 $grad->FilledRectangle($xp+1, $yp+1,
432 $grad->FilledRectangle($x1-$boxsize/2,$ym,
438 $aImg->FilledRectangle($x1-$boxsize/2,$ym, $x1+$boxsize/2,$ym+$boxsize);
H A Dgd_image.inc.php177 $this->FilledRectangle(0,0,$this->width-1,$this->height-1);
553 $this->FilledRectangle($x-$xmarg, $y+$ymarg-$height,
1449 function FilledRectangle($xl,$yu,$xr,$yl) { function in Image
1518 $this->FilledRectangle($xt,$yt,$xr,$yl);
1527 $this->FilledRectangle($xt+$r,$yt+$r,$xr-$r,$yl-$r);
1529 $this->FilledRectangle($xt+$r,$yt,$xr-$r,$yt+$r);
1531 $this->FilledRectangle($xt+$r,$yl-$r,$xr-$r,$yl);
1533 $this->FilledRectangle($xt,$yt+$r,$xt+$r,$yl-$r);
1535 $this->FilledRectangle($xr-$r,$yt+$r,$xr,$yl-$r);
1572 $this->FilledRectangle($x1,$y1,$x2,$y2);
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DHorizontalGridLine.php76 $aImg->FilledRectangle($xt, $yt, $xb, $yb);
80 $aImg->FilledRectangle($xt, $yt, $xb, $yb);
H A DGanttScale.php529 $img->FilledRectangle($xt, $yt, $xb, $yb);
562 …$img->FilledRectangle($x, $yt + $this->day->iFrameWeight, $x + $width, $yb - $this->day->iFrameWei…
625 $img->FilledRectangle($xt, $yt, $xb, $yb);
648 …$img->FilledRectangle($x, $yt + $this->day->iFrameWeight, $x + $width, $yb - $this->day->iFrameWei…
713 $img->FilledRectangle($xt, $yt, $xb, $yb);
728 $img->FilledRectangle($x, $yt + $this->day->iFrameWeight,
731 $img->FilledRectangle($x, $yt + $this->day->iFrameWeight,
841 $img->FilledRectangle($xt, $yt, $xb, $yb);
944 $img->FilledRectangle($xt, $yt, $xb, $yb);
1014 $img->FilledRectangle($xt, $yt, $xb, $yb);
[all …]
H A DLegend.php328 $aImg->FilledRectangle($xp, $yp, $xp + $abs_width, $yp + $abs_height);
335 $grad->FilledRectangle($xp + 1, $yp + 1,
471 $grad->FilledRectangle($x1 - $boxsize / 2, $ym,
476 … $aImg->FilledRectangle($x1 - $boxsize / 2, $ym, $x1 + $boxsize / 2, $ym + $boxsize);
H A DRectPatternSolid.php18 $aImg->FilledRectangle($this->rect->x, $this->rect->y,
H A DGrid.php105 $this->img->FilledRectangle($xl, $y1, $xr, $y2);
144 $this->img->FilledRectangle($x1, $yu, $x2, $yl);
H A DRectPattern.php65 … $aImg->FilledRectangle($this->rect->x, $this->rect->y, $this->rect->xe, $this->rect->ye);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/
H A Dcolormaps.php88 $graph->img->FilledRectangle($x, $y, $x + $mw, $y + $mh);
93 $graph->img->FilledRectangle($x, $y + $mh + 4, $x + $mw - 1, $y + $mh + 6);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_canvas/
H A Dcanvasex02.php29 $g->img->FilledRectangle(10, 10, 50, 50);
H A Dcanvasex05.php44 $shape->FilledRectangle(15, 8, 19, 14);
H A Dcanvasex03.php44 $shape->FilledRectangle(15, 8, 19, 14);
H A Dcanvasex04.php44 $shape->FilledRectangle(15, 8, 19, 14);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/Examples/
H A Dcanvasex02.php29 $g->img->FilledRectangle(10,10,50,50);
H A Dcanvasex05.php44 $shape->FilledRectangle(15,8,19,14);
H A Dcanvasex04.php44 $shape->FilledRectangle(15,8,19,14);
H A Dcanvasex03.php44 $shape->FilledRectangle(15,8,19,14);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/image/
H A DImage.php180 $this->FilledRectangle(0, 0, $this->width - 1, $this->height - 1);
571 $this->FilledRectangle($x - $xmarg + $dropwidth, $y + $ymarg + $dropwidth - $height,
576 $this->FilledRectangle($x - $xmarg, $y + $ymarg - $height,
1501 public function FilledRectangle($xl, $yu, $xr, $yl) function in Amenadiel\\JpGraph\\Image\\Image
1578 $this->FilledRectangle($xt, $yt, $xr, $yl);
1587 $this->FilledRectangle($xt + $r, $yt + $r, $xr - $r, $yl - $r);
1589 $this->FilledRectangle($xt + $r, $yt, $xr - $r, $yt + $r);
1591 $this->FilledRectangle($xt + $r, $yl - $r, $xr - $r, $yl);
1593 $this->FilledRectangle($xt, $yt + $r, $xt + $r, $yl - $r);
1595 $this->FilledRectangle($xr - $r, $yt + $r, $xr, $yl - $r);
[all …]
/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dwhiteboardglobals.h28 FilledRectangle = 5, enumerator
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/vtk/
H A Dpcl_context_item.cpp62 vtkStandardNewMacro (FilledRectangle);
177 pcl::visualization::context_items::FilledRectangle::Paint (vtkContext2D *painter) in Paint()

12345