gdImageGetPixel 3357 ext/gd/gd.c c = gdImageGetPixel(im, x, y); gdImageGetPixel 4880 ext/gd/gd.c color_org = gdImageGetPixel(im_org, x, y); gdImageGetPixel 5067 ext/gd/gd.c color_org = gdImageGetPixel (im_tmp, x, y); gdImageGetPixel 618 ext/gd/libgd/gd.c p = gdImageGetPixel(to, x, y); gdImageGetPixel 776 ext/gd/libgd/gd.c int p = gdImageGetPixel(im, x, y); gdImageGetPixel 825 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 841 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 876 ext/gd/libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy); gdImageGetPixel 903 ext/gd/libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy); gdImageGetPixel 1014 ext/gd/libgd/gd.c old_color = gdImageGetPixel(im, px, py); gdImageGetPixel 1264 ext/gd/libgd/gd.c p = gdImageGetPixel(im,x,y); gdImageGetPixel 1872 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1885 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1896 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y - 1); gdImageGetPixel 1912 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y + 1); gdImageGetPixel 1978 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 1990 ext/gd/libgd/gd.c c = gdImageGetPixel(im, ix, iy); gdImageGetPixel 1998 ext/gd/libgd/gd.c c = gdImageGetPixel(im, ix, iy); gdImageGetPixel 2017 ext/gd/libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { gdImageGetPixel 2031 ext/gd/libgd/gd.c for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) { gdImageGetPixel 2039 ext/gd/libgd/gd.c skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); gdImageGetPixel 2079 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 2087 ext/gd/libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { gdImageGetPixel 2103 ext/gd/libgd/gd.c for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) { gdImageGetPixel 2113 ext/gd/libgd/gd.c skip: for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++); gdImageGetPixel 2267 ext/gd/libgd/gd.c int c = gdImageGetPixel (src, srcX + x, srcY + y); gdImageGetPixel 2284 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2307 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2353 ext/gd/libgd/gd.c c = gdImageGetPixel(src, x, y); gdImageGetPixel 2363 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2394 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2410 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2483 ext/gd/libgd/gd.c int tmp = gdImageGetPixel (src, x, y); gdImageGetPixel 2501 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2680 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 2768 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 2857 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 2903 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 2950 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 3007 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 3074 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 3100 ext/gd/libgd/gd.c f = gdImageGetPixel; gdImageGetPixel 3643 ext/gd/libgd/gd.c #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) gdImageGetPixel 290 ext/gd/libgd/gd.h int gdImageGetPixel(gdImagePtr im, int x, int y); gdImageGetPixel 248 ext/gd/libgd/gd_gif_out.c r = gdImageGetPixel(im, ctx->curx, ctx->cury); gdImageGetPixel 108 ext/gd/libgd/gd_wbmp.c if (gdImageGetPixel (image, x, y) == fg) { gdImageGetPixel 200 ext/gd/libgd/webpng.c pix = gdImageGetPixel(im, x, y); gdImageGetPixel 210 ext/gd/libgd/xbm.c if (gdImageGetPixel(image, x, y) == fg) {