Searched defs:drawRectangle (Results 1 – 8 of 8) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… function
|
H A D | TestCanvas.php | 22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… function in TestCanvas
|
H A D | GDCanvas.php | 104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi… function in GDCanvas
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); function
|
H A D | TestCanvas.php | 20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { function in TestCanvas
|
H A D | GDCanvas.php | 110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { function in GDCanvas
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2800 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2825 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) function in pChart
|