gdImageGetPixel 3184 gd/gd.c c = gdImageGetPixel(im, x, y);
gdImageGetPixel 4558 gd/gd.c color_org = gdImageGetPixel(im_org, x, y);
gdImageGetPixel 4740 gd/gd.c color_org = gdImageGetPixel (im_tmp, x, y);
gdImageGetPixel 622 gd/libgd/gd.c p = gdImageGetPixel(to, x, y);
gdImageGetPixel 780 gd/libgd/gd.c int p = gdImageGetPixel(im, x, y);
gdImageGetPixel 829 gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy);
gdImageGetPixel 845 gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy);
gdImageGetPixel 876 gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy);
gdImageGetPixel 884 gd/libgd/gd.c p = gdImageGetPixel(tile, srcx, srcy);
gdImageGetPixel 911 gd/libgd/gd.c p = gdImageGetPixel(im->tile, srcx, srcy);
gdImageGetPixel 1022 gd/libgd/gd.c old_color = gdImageGetPixel(im, px, py);
gdImageGetPixel 1271 gd/libgd/gd.c p = gdImageGetPixel(im,x,y);
gdImageGetPixel 1779 gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) {
gdImageGetPixel 1792 gd/libgd/gd.c if (gdImageGetPixel(im, i, y) == border) {
gdImageGetPixel 1803 gd/libgd/gd.c int c = gdImageGetPixel(im, i, y - 1);
gdImageGetPixel 1819 gd/libgd/gd.c int c = gdImageGetPixel(im, i, y + 1);
gdImageGetPixel 1885 gd/libgd/gd.c oc = gdImageGetPixel(im, x, y);
gdImageGetPixel 1898 gd/libgd/gd.c c = gdImageGetPixel(im, ix, iy);
gdImageGetPixel 1919 gd/libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) {
gdImageGetPixel 1933 gd/libgd/gd.c for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) {
gdImageGetPixel 1941 gd/libgd/gd.c skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
gdImageGetPixel 1981 gd/libgd/gd.c oc = gdImageGetPixel(im, x, y);
gdImageGetPixel 1989 gd/libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) {
gdImageGetPixel 2005 gd/libgd/gd.c for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {
gdImageGetPixel 2015 gd/libgd/gd.c skip: for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
gdImageGetPixel 2176 gd/libgd/gd.c int c = gdImageGetPixel (src, srcX + x, srcY + y);
gdImageGetPixel 2193 gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2216 gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2262 gd/libgd/gd.c c = gdImageGetPixel(src, x, y);
gdImageGetPixel 2272 gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy);
gdImageGetPixel 2303 gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 2318 gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy);
gdImageGetPixel 2391 gd/libgd/gd.c int tmp = gdImageGetPixel (src, x, y);
gdImageGetPixel 2409 gd/libgd/gd.c c = gdImageGetPixel (src, x, y);
gdImageGetPixel 300 gd/libgd/gd.h int gdImageGetPixel(gdImagePtr im, int x, int y);
gdImageGetPixel 13 gd/libgd/gd_filter.c #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
gdImageGetPixel 247 gd/libgd/gd_gif_out.c r = gdImageGetPixel(im, ctx->curx, ctx->cury);
gdImageGetPixel 17 gd/libgd/gd_pixelate.c int c = gdImageGetPixel(im, x, y);
gdImageGetPixel 37 gd/libgd/gd_pixelate.c c = gdImageGetPixel(im, x + cx, y + cy);
gdImageGetPixel 39 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 127 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 216 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 262 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 309 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 366 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 436 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 468 gd/libgd/gd_rotate.c f = gdImageGetPixel;
gdImageGetPixel 108 gd/libgd/gd_wbmp.c if (gdImageGetPixel (image, x, y) == fg) {
gdImageGetPixel 200 gd/libgd/webpng.c pix = gdImageGetPixel(im, x, y);
gdImageGetPixel 210 gd/libgd/xbm.c if (gdImageGetPixel(image, x, y) == fg) {