gdImageGetPixel 3062 gd.c c = gdImageGetPixel(im, x, y); gdImageGetPixel 4416 gd.c color_org = gdImageGetPixel(im_org, x, y); gdImageGetPixel 4585 gd.c color_org = gdImageGetPixel (im_tmp, x, y); gdImageGetPixel 626 libgd/gd.c p = gdImageGetPixel(to, x, y); gdImageGetPixel 784 libgd/gd.c int p = gdImageGetPixel(im, x, y); gdImageGetPixel 833 libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 849 libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 880 libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy); gdImageGetPixel 888 libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy); gdImageGetPixel 915 libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy); gdImageGetPixel 1026 libgd/gd.c old_color = gdImageGetPixel(im, px, py); gdImageGetPixel 1275 libgd/gd.c p = gdImageGetPixel(im,x,y); gdImageGetPixel 1783 libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1796 libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1807 libgd/gd.c int c = gdImageGetPixel(im, i, y - 1); gdImageGetPixel 1823 libgd/gd.c int c = gdImageGetPixel(im, i, y + 1); gdImageGetPixel 1889 libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 1902 libgd/gd.c c = gdImageGetPixel(im, ix, iy); gdImageGetPixel 1923 libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { gdImageGetPixel 1937 libgd/gd.c for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) { gdImageGetPixel 1945 libgd/gd.c skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); gdImageGetPixel 1983 libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 1991 libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { gdImageGetPixel 2007 libgd/gd.c for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) { gdImageGetPixel 2017 libgd/gd.c skip: for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++); gdImageGetPixel 2177 libgd/gd.c int c = gdImageGetPixel (src, srcX + x, srcY + y); gdImageGetPixel 2194 libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2217 libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2263 libgd/gd.c c = gdImageGetPixel(src, x, y); gdImageGetPixel 2273 libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2304 libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2319 libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2389 libgd/gd.c int tmp = gdImageGetPixel (src, x, y); gdImageGetPixel 2407 libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 419 libgd/gd.h int gdImageGetPixel(gdImagePtr im, int x, int y); gdImageGetPixel 150 libgd/gd_crop.c int c2 = gdImageGetPixel(im, x, y); gdImageGetPixel 166 libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 179 libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 187 libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 242 libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 258 libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; gdImageGetPixel 271 libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 279 libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 295 libgd/gd_crop.c const int tl = gdImageGetPixel(im, 0, 0); gdImageGetPixel 296 libgd/gd_crop.c const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); gdImageGetPixel 297 libgd/gd_crop.c const int bl = gdImageGetPixel(im, 0, gdImageSY(im) -1); gdImageGetPixel 298 libgd/gd_crop.c const int br = gdImageGetPixel(im, gdImageSX(im) - 1, gdImageSY(im) -1); gdImageGetPixel 13 libgd/gd_filter.c #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) gdImageGetPixel 247 libgd/gd_gif_out.c r = gdImageGetPixel(im, ctx->curx, ctx->cury); gdImageGetPixel 706 libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0); gdImageGetPixel 711 libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0); gdImageGetPixel 717 libgd/gd_interpolation.c border = gdImageGetPixel(im, x, im->cy2); gdImageGetPixel 726 libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, y); gdImageGetPixel 731 libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx2, y); gdImageGetPixel 17 libgd/gd_pixelate.c int c = gdImageGetPixel(im, x, y); gdImageGetPixel 37 libgd/gd_pixelate.c c = gdImageGetPixel(im, x + cx, y + cy); gdImageGetPixel 39 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 127 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 216 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 263 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 311 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 369 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 439 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 471 libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 108 libgd/gd_wbmp.c if (gdImageGetPixel (image, x, y) == fg) { gdImageGetPixel 200 libgd/webpng.c pix = gdImageGetPixel(im, x, y); gdImageGetPixel 210 libgd/xbm.c if (gdImageGetPixel(image, x, y) == fg) {