Searched refs:_gdGetColors (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_gd.c | 22 int _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag) in _gdGetColors() function 131 if (!_gdGetColors(in, im, gd2xFlag)) { in _gdCreateFromFile()
|
H A D | gd_gd2.c | 48 extern int _gdGetColors(gdIOCtx * in, gdImagePtr im, int gd2xFlag); 184 if (!_gdGetColors(in, im, (*vers) == 2)) { in _gd2CreateFromFile() 457 if (!_gdGetColors(in, im, vers == 2)) { in gdImageCreateFromGd2PartCtx()
|
/PHP-5.4/main/ |
H A D | php_compat.h | 194 #define _gdGetColors php_gd__gdGetColors macro
|
Completed in 18 milliseconds