Lines Matching refs:gdImageGetPixel
669 p = gdImageGetPixel(to, x, y);
830 int p = gdImageGetPixel(im, x, y);
879 p = gdImageGetPixel(im->brush, srcx, srcy);
895 p = gdImageGetPixel(im->brush, srcx, srcy);
926 p = gdImageGetPixel(tile, srcx, srcy);
934 p = gdImageGetPixel(tile, srcx, srcy);
961 p = gdImageGetPixel(im->tile, srcx, srcy);
981 int gdImageGetPixel (gdImagePtr im, int x, int y)
1222 p = gdImageGetPixel(im,x,y);
1835 if (gdImageGetPixel(im, i, y) == border) {
1848 if (gdImageGetPixel(im, i, y) == border) {
1859 int c = gdImageGetPixel(im, i, y - 1);
1875 int c = gdImageGetPixel(im, i, y + 1);
1941 oc = gdImageGetPixel(im, x, y);
1954 c = gdImageGetPixel(im, ix, iy);
1975 for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) {
1989 for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) {
1998 for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
2036 oc = gdImageGetPixel(im, x, y);
2044 for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) {
2060 for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {
2071 for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
2283 int c = gdImageGetPixel (src, srcX + x, srcY + y);
2303 c = gdImageGetPixel (src, x, y);
2349 c = gdImageGetPixel(src, x, y);
2359 dc = gdImageGetPixel(dst, tox, toy);
2390 c = gdImageGetPixel (src, x, y);
2405 dc = gdImageGetPixel(dst, tox, toy);
2475 int tmp = gdImageGetPixel (src, x, y);
2493 c = gdImageGetPixel (src, x, y);