gdImageGetPixel 3046 ext/gd/gd.c c = gdImageGetPixel(im, x, y);
gdImageGetPixel 4413 ext/gd/gd.c color_org = gdImageGetPixel(im_org, x, y);
gdImageGetPixel 4582 ext/gd/gd.c color_org = gdImageGetPixel (im_tmp, x, y);
gdImageGetPixel 626 ext/gd/libgd/gd.c p = gdImageGetPixel(to, x, y);
gdImageGetPixel 784 ext/gd/libgd/gd.c int p = gdImageGetPixel(im, x, y);
gdImageGetPixel 833 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy);
gdImageGetPixel 849 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy);
gdImageGetPixel 880 ext/gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy);
gdImageGetPixel 888 ext/gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy);
gdImageGetPixel 915 ext/gd/libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy);
gdImageGetPixel 1026 ext/gd/libgd/gd.c old_color = gdImageGetPixel(im, px, py);
gdImageGetPixel 1275 ext/gd/libgd/gd.c p = gdImageGetPixel(im,x,y);
gdImageGetPixel 1783 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) {
gdImageGetPixel 1796 ext/gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) {
gdImageGetPixel 1807 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y - 1);
gdImageGetPixel 1823 ext/gd/libgd/gd.c int c = gdImageGetPixel(im, i, y + 1);
gdImageGetPixel 1889 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y);
gdImageGetPixel 1902 ext/gd/libgd/gd.c c = gdImageGetPixel(im, ix, iy);
gdImageGetPixel 1923 ext/gd/libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) {
gdImageGetPixel 1937 ext/gd/libgd/gd.c for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) {
gdImageGetPixel 1945 ext/gd/libgd/gd.c skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
gdImageGetPixel 1983 ext/gd/libgd/gd.c oc = gdImageGetPixel(im, x, y);
gdImageGetPixel 1991 ext/gd/libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) {
gdImageGetPixel 2007 ext/gd/libgd/gd.c for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {
gdImageGetPixel 2017 ext/gd/libgd/gd.c skip: for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
gdImageGetPixel 2177 ext/gd/libgd/gd.c int c = gdImageGetPixel (src, srcX + x, srcY + y);
gdImageGetPixel 2194 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2217 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2263 ext/gd/libgd/gd.c c = gdImageGetPixel(src, x, y);
gdImageGetPixel 2273 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy);
gdImageGetPixel 2304 ext/gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2319 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy);
gdImageGetPixel 2389 ext/gd/libgd/gd.c int tmp = gdImageGetPixel (src, x, y);
gdImageGetPixel 2407 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 706 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0);
gdImageGetPixel 711 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, 0);
gdImageGetPixel 717 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, x, im->cy2);
gdImageGetPixel 726 ext/gd/libgd/gd_interpolation.c border = gdImageGetPixel(im, im->cx1, y);
gdImageGetPixel 731 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) {