Searched refs:drawFilledPolygon (Results 1 – 10 of 10) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); function
|
H A D | PieChart.php | 212 $this->canvas->drawFilledPolygon($PolyPlots [$Key], 403 $this->canvas->drawFilledPolygon($PolyPlots [$Key], 613 $this->canvas->drawFilledPolygon($BotPlots [$Key], 653 $this->canvas->drawFilledPolygon($Plots, 684 $this->canvas->drawFilledPolygon($TopPlots [$Key],
|
H A D | TestCanvas.php | 76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in TestCanvas
|
H A D | pChart.php | 1200 $this->canvas->drawFilledPolygon($Poly, 1228 $this->canvas->drawFilledPolygon($Poly, 3, $color); 1465 $this->canvas->drawFilledPolygon($Points, 1838 $this->canvas->drawFilledPolygon($aPoints, 1875 $this->canvas->drawFilledPolygon($aPoints, 1894 $this->canvas->drawFilledPolygon($Points, 1975 $this->canvas->drawFilledPolygon($Points, 1990 $this->canvas->drawFilledPolygon($aPoints, 2337 $this->canvas->drawFilledPolygon($Plots, 2586 $this->canvas->drawFilledPolygon($Plots,
|
H A D | GDCanvas.php | 575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in GDCanvas
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 52 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); function
|
H A D | PieChart.php | 220 $this->canvas->drawFilledPolygon( 427 $this->canvas->drawFilledPolygon( 652 $this->canvas->drawFilledPolygon( 696 $this->canvas->drawFilledPolygon( 735 $this->canvas->drawFilledPolygon(
|
H A D | TestCanvas.php | 74 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in TestCanvas
|
H A D | pChart.php | 1288 $this->canvas->drawFilledPolygon( 1324 $this->canvas->drawFilledPolygon($Poly, 3, $color); 1586 $this->canvas->drawFilledPolygon( 1977 $this->canvas->drawFilledPolygon( 2019 $this->canvas->drawFilledPolygon( 2040 $this->canvas->drawFilledPolygon( 2123 $this->canvas->drawFilledPolygon( 2140 $this->canvas->drawFilledPolygon( 2511 $this->canvas->drawFilledPolygon( 2780 $this->canvas->drawFilledPolygon( [all...] |
H A D | GDCanvas.php | 654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in GDCanvas
|