Home
last modified time | relevance | path

Searched refs:drawFilledRectangle (Results 1 – 12 of 12) sorted by path

/plugin/charter/lib/pchart/
H A 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 …]
/plugin/projects/pchart/pchart/
H A 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/statdisplay/pchart/
H A 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,
H A DICanvas.php17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function
H A DPieChart.php104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
H A DTestCanvas.php26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in TestCanvas
H A 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),
/plugin/statistics/inc/pchart/
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in GDCanvas
42 $this->drawFilledRectangle(
56 $this->drawFilledRectangle(
67 $this->drawFilledRectangle(
H A DICanvas.php13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function
H A DPieChart.php107 $this->canvas->drawFilledRectangle(
H A DTestCanvas.php24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in TestCanvas
H A DpChart.php213 $this->canvas->drawFilledRectangle(
881 $this->canvas->drawFilledRectangle(
1143 $this->canvas->drawFilledRectangle(
1312 $this->canvas->drawFilledRectangle(
1345 $this->canvas->drawFilledRectangle(
2176 $this->canvas->drawFilledRectangle(
2271 $this->canvas->drawFilledRectangle(
2331 $this->canvas->drawFilledRectangle(
2824 $this->canvas->drawFilledRectangle(
2841 $this->canvas->drawFilledRectangle(
[all...]