Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dxbm.c159 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf() function
197 gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); in gdImageXbmCtx()
198 gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image)); in gdImageXbmCtx()
199 gdCtxPrintf(out, "static unsigned char %s_bits[] = {\n ", name); in gdImageXbmCtx()
216 gdCtxPrintf(out, ", "); in gdImageXbmCtx()
218 gdCtxPrintf(out, "\n "); in gdImageXbmCtx()
223 gdCtxPrintf(out, "0x%02X", c); in gdImageXbmCtx()
230 gdCtxPrintf(out, "};\n"); in gdImageXbmCtx()
/PHP-5.5/main/
H A Dphp_compat.h169 #define gdCtxPrintf php_gd_gdCtxPrintf macro

Completed in 8 milliseconds