image 298 ext/gd/gd.c ZEND_ARG_INFO(0, image) image 403 ext/gd/libgd/gd.h void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out); image 598 ext/gd/libgd/gd.h void gdImageWBMP(gdImagePtr image, int fg, FILE *out); image 599 ext/gd/libgd/gd.h void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out); image 94 ext/gd/libgd/gd_wbmp.c void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) image 100 ext/gd/libgd/gd_wbmp.c if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) { image 106 ext/gd/libgd/gd_wbmp.c for (y = 0; y < gdImageSY(image); y++) { image 107 ext/gd/libgd/gd_wbmp.c for (x = 0; x < gdImageSX(image); x++) { image 108 ext/gd/libgd/gd_wbmp.c if (gdImageGetPixel (image, x, y) == fg) { image 814 ext/gd/libgd/gdft.c FT_Glyph image; image 1091 ext/gd/libgd/gdft.c if (FT_Get_Glyph(slot, &image)) { image 1101 ext/gd/libgd/gdft.c FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox); image 1138 ext/gd/libgd/gdft.c if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0, 1)) { image 1139 ext/gd/libgd/gdft.c FT_Done_Glyph(image); image 1149 ext/gd/libgd/gdft.c bm = (FT_BitmapGlyph) image; image 1157 ext/gd/libgd/gdft.c pen.x += image->advance.x >> 10; image 1158 ext/gd/libgd/gdft.c pen.y -= image->advance.y >> 10; image 1162 ext/gd/libgd/gdft.c FT_Done_Glyph(image); image 21 ext/gd/libgd/gdxpm.c XpmImage image; image 30 ext/gd/libgd/gdxpm.c ret = XpmReadFileToXpmImage(filename, &image, &info); image 34 ext/gd/libgd/gdxpm.c number = image.ncolors; image 36 ext/gd/libgd/gdxpm.c if (!image.colorTable[i].c_color) { image 41 ext/gd/libgd/gdxpm.c if (!(im = gdImageCreate(image.width, image.height))) { image 47 ext/gd/libgd/gdxpm.c switch (strlen (image.colorTable[i].c_color)) { image 50 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[1]; image 53 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[2]; image 56 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[3]; image 62 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[1]; image 63 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[2]; image 66 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[3]; image 67 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[4]; image 70 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[5]; image 71 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[6]; image 77 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[1]; image 78 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[2]; image 79 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[3]; image 83 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[4]; image 84 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[5]; image 85 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[6]; image 89 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[7]; image 90 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[8]; image 91 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[9]; image 98 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[1]; image 99 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[2]; image 100 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[3]; image 101 ext/gd/libgd/gdxpm.c buf[3] = image.colorTable[i].c_color[4]; image 105 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[5]; image 106 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[6]; image 107 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[7]; image 108 ext/gd/libgd/gdxpm.c buf[3] = image.colorTable[i].c_color[8]; image 112 ext/gd/libgd/gdxpm.c buf[0] = image.colorTable[i].c_color[9]; image 113 ext/gd/libgd/gdxpm.c buf[1] = image.colorTable[i].c_color[10]; image 114 ext/gd/libgd/gdxpm.c buf[2] = image.colorTable[i].c_color[11]; image 115 ext/gd/libgd/gdxpm.c buf[3] = image.colorTable[i].c_color[12]; image 125 ext/gd/libgd/gdxpm.c pointer = (int *) image.data; image 126 ext/gd/libgd/gdxpm.c for (i = 0; i < image.height; i++) { image 127 ext/gd/libgd/gdxpm.c for (j = 0; j < image.width; j++) { image 135 ext/gd/libgd/gdxpm.c XpmFreeXpmImage(&image); image 174 ext/gd/libgd/xbm.c void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) image 197 ext/gd/libgd/xbm.c gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); image 198 ext/gd/libgd/xbm.c gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image)); image 206 ext/gd/libgd/xbm.c sx = gdImageSX(image); image 207 ext/gd/libgd/xbm.c sy = gdImageSY(image); image 210 ext/gd/libgd/xbm.c if (gdImageGetPixel(image, x, y) == fg) {