Home
last modified time | relevance | path

Searched refs:drawFilledRectangle (Results 1 – 7 of 7) sorted by relevance

/plugin/statdisplay/pchart/
DICanvas.php17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function
DTestCanvas.php26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in TestCanvas
DGDCanvas.php16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in GDCanvas
44 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance,
56 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance - $i / 2,
65 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance + $i / 2,
DpChart.php222 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
826 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1 + 1,
1070 $this->canvas->drawFilledRectangle($point1,
1218 $this->canvas->drawFilledRectangle(new Point($XPos + 9,
1245 $this->canvas->drawFilledRectangle(new Point($XPos + 8,
2024 $this->canvas->drawFilledRectangle(new Point(floor($XPos - $XWidth + $this->GArea_X1),
2113 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2171 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2626 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
2641 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
DPieChart.php104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
/plugin/projects/pchart/pchart/
Dpchart.php319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
1063 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1109 $this->drawFilledRectangle($X1,$Y1,$X2,$Y2,$BgR,$BgG,$BgB,FALSE,$Alpha);
1192 …$this->drawFilledRectangle($XPos + 9,$YPos - $TextOffset-.2,$XPos + 13 + $TextWidth,$YPos + $TextO…
1199 …$this->drawFilledRectangle($XPos + 8,$YPos - $TextOffset - 1.2,$XPos + 12 + $TextWidth,$YPos + $Te…
1957 …$this->drawFilledRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R"]…
2017 …$this->drawFilledRectangle($XPos+1,$YBottom,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R…
2817 …function drawFilledRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B,$DrawBorder=TRUE,$Alpha=100,$NoFallBack=FALS… function in pChart
2831 …$this->drawFilledRectangle($X1+$this->ShadowXDistance,$Y1+$this->ShadowYDistance,$X2+$this->Shadow…
2837 …$this->drawFilledRectangle($X1+$this->ShadowXDistance-$i/2,$Y1+$this->ShadowYDistance-$i/2,$X2+$th…
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
1087 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1133 $this->drawFilledRectangle($X1,$Y1,$X2,$Y2,$BgR,$BgG,$BgB,FALSE,$Alpha);
1216 …$this->drawFilledRectangle($XPos + 9,$YPos - $TextOffset-.2,$XPos + 13 + $TextWidth,$YPos + $TextO…
1223 …$this->drawFilledRectangle($XPos + 8,$YPos - $TextOffset - 1.2,$XPos + 12 + $TextWidth,$YPos + $Te…
1982 …$this->drawFilledRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R"]…
2042 …$this->drawFilledRectangle($XPos+1,$YBottom,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R…
2842 …function drawFilledRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B,$DrawBorder=TRUE,$Alpha=100,$NoFallBack=FALS… function in pChart
2856 …$this->drawFilledRectangle($X1+$this->ShadowXDistance,$Y1+$this->ShadowYDistance,$X2+$this->Shadow…
2862 …$this->drawFilledRectangle($X1+$this->ShadowXDistance-$i/2,$Y1+$this->ShadowYDistance-$i/2,$X2+$th…
[all …]