Searched defs:drawAntialiasPixel (Results 1 – 8 of 8) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… function
|
H A D | TestCanvas.php | 55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… function in TestCanvas
|
H A D | GDCanvas.php | 386 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,… function in GDCanvas
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100); function
|
H A D | TestCanvas.php | 53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { function in TestCanvas
|
H A D | GDCanvas.php | 445 public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { global() function in GDCanvas [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 3200 function drawAntialiasPixel($X,$Y,$R,$G,$B,$Alpha=100,$NoFallBack=FALSE) function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 3225 function drawAntialiasPixel($X,$Y,$R,$G,$B,$Alpha=100,$NoFallBack=FALSE) function in pChart
|