Searched defs:FuncPtr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_rotate.c | 18 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSkewX() typedef 115 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSkewY() typedef 206 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate90() typedef 253 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate180() typedef 301 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate270() typedef
|
H A D | gd_filter.c | 119 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageNegate() typedef 152 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageGrayScale() typedef 192 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageBrightness() typedef 238 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageContrast() typedef 296 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageColor() typedef 341 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageConvolution() typedef 408 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSelectiveBlur() typedef
|
Completed in 8 milliseconds