Home
last modified time | relevance | path

Searched refs:drawFilledPolygon (Results 1 – 5 of 5) sorted by relevance

/plugin/statdisplay/pchart/
DPieChart.php212 $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],
DICanvas.php56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); function
DTestCanvas.php76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in TestCanvas
DpChart.php1200 $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,
DGDCanvas.php575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { function in GDCanvas