Searched refs:gdGetByte (Results 1 – 5 of 5) sorted by relevance
27 if (!gdGetByte(&trueColorFlag, in)) { in _gdGetColors()51 if (!gdGetByte(&im->colorsTotal, in)) { in _gdGetColors()69 if (!gdGetByte(&im->red[i], in)) { in _gdGetColors()72 if (!gdGetByte(&im->green[i], in)) { in _gdGetColors()75 if (!gdGetByte(&im->blue[i], in)) { in _gdGetColors()79 if (!gdGetByte(&im->alpha[i], in)) { in _gdGetColors()
37 int gdGetByte(int *result, gdIOCtx *ctx);
76 int gdGetByte (int *result, gdIOCtx * ctx) in gdGetByte() function
353 if (!gdGetByte(&ch, in)) { in gdImageCreateFromGd2Ctx()
192 #define gdGetByte php_gd_gdGetByte macro
Completed in 11 milliseconds