Searched defs:FuncPtr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/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 87 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageBrightness() typedef 133 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageContrast() typedef 191 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageColor() typedef 236 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageConvolution() typedef 302 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 349 typedef int (*FuncPtr)(gdImagePtr, int, int); in gdImageRotate45() typedef
|
Completed in 6 milliseconds