Searched refs:gdCtxPrintf (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_xbm.c | 164 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf() function 202 gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); in gdImageXbmCtx() 203 gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image)); in gdImageXbmCtx() 204 gdCtxPrintf(out, "static unsigned char %s_bits[] = {\n ", name); in gdImageXbmCtx() 221 gdCtxPrintf(out, ", "); in gdImageXbmCtx() 223 gdCtxPrintf(out, "\n "); in gdImageXbmCtx() 228 gdCtxPrintf(out, "0x%02X", c); in gdImageXbmCtx() 235 gdCtxPrintf(out, "};\n"); in gdImageXbmCtx()
|
/PHP-7.2/main/ |
H A D | php_compat.h | 189 #define gdCtxPrintf php_gd_gdCtxPrintf macro
|
Completed in 11 milliseconds