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