Home
last modified time | relevance | path

Searched refs:gdCtxPrintf (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_xbm.c162 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf() function
200 gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); in gdImageXbmCtx()
201 gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image)); in gdImageXbmCtx()
202 gdCtxPrintf(out, "static unsigned char %s_bits[] = {\n ", name); in gdImageXbmCtx()
219 gdCtxPrintf(out, ", "); in gdImageXbmCtx()
221 gdCtxPrintf(out, "\n "); in gdImageXbmCtx()
226 gdCtxPrintf(out, "0x%02X", c); in gdImageXbmCtx()
233 gdCtxPrintf(out, "};\n"); in gdImageXbmCtx()
/php-src/main/
H A Dphp_compat.h191 #define gdCtxPrintf php_gd_gdCtxPrintf macro

Completed in 9 milliseconds