Home
last modified time | relevance | path

Searched refs:drawRectangle (Results 1 – 10 of 10) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DGDCanvas.php99 $this->drawRectangle(
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { function in GDCanvas
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { function in TestCanvas
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); function
H A DpChart.php219 $this->canvas->drawRectangle(
2260 $this->canvas->drawRectangle(
/plugin/statdisplay/pchart/
H A DGDCanvas.php95 $this->drawRectangle(new Point($X1, $Y1),
104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi… function in GDCanvas
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… function
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… function in TestCanvas
H A DpChart.php226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
2104 $this->canvas->drawRectangle(new Point($XPos + 1, $YZero),
/plugin/projects/pchart/pchart/
H A Dpchart.php320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
1955 $this->drawRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,25,25,25,TRUE,$Alpha);
2800 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) function in pChart
2866 $this->drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B);
/plugin/charter/lib/pchart/
H A DpChart.class.php320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
1980 $this->drawRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,25,25,25,TRUE,$Alpha);
2825 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) function in pChart
2891 $this->drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B);