Searched refs:_gdGetColors (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/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); 201 if (!_gdGetColors(in, im, (*vers) == 2)) { in _gd2CreateFromFile() 478 if (!_gdGetColors(in, im, vers == 2)) { in gdImageCreateFromGd2PartCtx()
|
/PHP-7.1/main/ |
H A D | php_compat.h | 194 #define _gdGetColors php_gd__gdGetColors macro
|
Completed in 14 milliseconds