gdCtxPrintf       197 ext/gd/libgd/xbm.c 	gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image));
gdCtxPrintf       198 ext/gd/libgd/xbm.c 	gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image));
gdCtxPrintf       199 ext/gd/libgd/xbm.c 	gdCtxPrintf(out, "static unsigned char %s_bits[] = {\n  ", name);
gdCtxPrintf       216 ext/gd/libgd/xbm.c 					gdCtxPrintf(out, ", ");
gdCtxPrintf       218 ext/gd/libgd/xbm.c 						gdCtxPrintf(out, "\n  ");
gdCtxPrintf       223 ext/gd/libgd/xbm.c 				gdCtxPrintf(out, "0x%02X", c);
gdCtxPrintf       230 ext/gd/libgd/xbm.c 	gdCtxPrintf(out, "};\n");