Searched defs:FuncPtr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_filter.c | 21 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageNegate() typedef 54 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageGrayScale() typedef 94 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageBrightness() typedef 140 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageContrast() typedef 198 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageColor() typedef 243 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageConvolution() typedef 310 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSelectiveBlur() typedef
|
H A D | gd_rotate.c | 22 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSkewX() typedef 119 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageSkewY() typedef 210 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate90() typedef 257 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate180() typedef 305 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate270() typedef
|
Completed in 9 milliseconds