/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function
|
H A D | TestCanvas.php | 26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in TestCanvas
|
H A D | GDCanvas.php | 16 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 D | pChart.php | 222 $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),
|
H A D | PieChart.php | 104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function
|
H A D | TestCanvas.php | 24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in TestCanvas
|
H A D | GDCanvas.php | 14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, function in GDCanvas 42 $this->drawFilledRectangle( 56 $this->drawFilledRectangle( 67 $this->drawFilledRectangle(
|
H A D | pChart.php | 213 $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...] |
H A D | PieChart.php | 107 $this->canvas->drawFilledRectangle(
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 319 …$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/ |
H A D | pChart.class.php | 319 …$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 …]
|