gdImageGetPixel 3025 ext/gd/gd.c c = gdImageGetPixel(im, x, y); gdImageGetPixel 3972 ext/gd/gd.c color_org = gdImageGetPixel(im_org, x, y); gdImageGetPixel 4143 ext/gd/gd.c color_org = gdImageGetPixel (im_tmp, x, y); gdImageGetPixel 624 ext/gd/libgd/gd.c p = gdImageGetPixel(to, x, y); gdImageGetPixel 782 ext/gd/libgd/gd.c int p = gdImageGetPixel(im, x, y); gdImageGetPixel 831 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 847 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); gdImageGetPixel 878 ext/gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy); gdImageGetPixel 886 ext/gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy); gdImageGetPixel 913 ext/gd/libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy); gdImageGetPixel 1024 ext/gd/libgd/gd.c old_color = gdImageGetPixel(im, px, py); gdImageGetPixel 1273 ext/gd/libgd/gd.c p = gdImageGetPixel(im,x,y); gdImageGetPixel 1785 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1798 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) { gdImageGetPixel 1809 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y - 1); gdImageGetPixel 1825 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y + 1); gdImageGetPixel 1891 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 1904 ext/gd/libgd/gd.c c = gdImageGetPixel(im, ix, iy); gdImageGetPixel 1925 ext/gd/libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { gdImageGetPixel 1939 ext/gd/libgd/gd.c for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) { gdImageGetPixel 1947 ext/gd/libgd/gd.c skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); gdImageGetPixel 1985 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y); gdImageGetPixel 1993 ext/gd/libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { gdImageGetPixel 2009 ext/gd/libgd/gd.c for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) { gdImageGetPixel 2019 ext/gd/libgd/gd.c skip: for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++); gdImageGetPixel 2185 ext/gd/libgd/gd.c int c = gdImageGetPixel (src, srcX + x, srcY + y); gdImageGetPixel 2202 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2225 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2271 ext/gd/libgd/gd.c c = gdImageGetPixel(src, x, y); gdImageGetPixel 2281 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2312 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 2327 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); gdImageGetPixel 2397 ext/gd/libgd/gd.c int tmp = gdImageGetPixel (src, x, y); gdImageGetPixel 2415 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y); gdImageGetPixel 419 ext/gd/libgd/gd.h int gdImageGetPixel(gdImagePtr im, int x, int y); gdImageGetPixel 161 ext/gd/libgd/gd_crop.c int c2 = gdImageGetPixel(im, x, y); gdImageGetPixel 177 ext/gd/libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 190 ext/gd/libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 198 ext/gd/libgd/gd_crop.c match = (color == gdImageGetPixel(im, x,y)); gdImageGetPixel 253 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 269 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; gdImageGetPixel 282 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 290 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; gdImageGetPixel 306 ext/gd/libgd/gd_crop.c const int tl = gdImageGetPixel(im, 0, 0); gdImageGetPixel 307 ext/gd/libgd/gd_crop.c const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); gdImageGetPixel 308 ext/gd/libgd/gd_crop.c const int bl = gdImageGetPixel(im, 0, gdImageSY(im) -1); gdImageGetPixel 309 ext/gd/libgd/gd_crop.c const int br = gdImageGetPixel(im, gdImageSX(im) - 1, gdImageSY(im) -1); gdImageGetPixel 13 ext/gd/libgd/gd_filter.c #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) gdImageGetPixel 247 ext/gd/libgd/gd_gif_out.c r = gdImageGetPixel(im, ctx->curx, ctx->cury); gdImageGetPixel 708 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0); gdImageGetPixel 713 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0); gdImageGetPixel 719 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, x, im->cy2); gdImageGetPixel 728 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, y); gdImageGetPixel 733 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx2, y); gdImageGetPixel 17 ext/gd/libgd/gd_pixelate.c int c = gdImageGetPixel(im, x, y); gdImageGetPixel 37 ext/gd/libgd/gd_pixelate.c c = gdImageGetPixel(im, x + cx, y + cy); gdImageGetPixel 39 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 127 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 216 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 263 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 311 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 369 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 439 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; gdImageGetPixel 471 ext/gd/libgd/gd_rotate.c f = gdImageGetPixel; 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) {