Home
last modified time | relevance | path

Searched refs:gdImageGetPixel (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_crop.c123 int c2 = gdImageGetPixel(im, x, y); in gdImageCropAuto()
138 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
146 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
154 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
211 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
233 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
241 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
257 const int tl = gdImageGetPixel(im, 0, 0); in gdGuessBackgroundColorFromCorners()
258 const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); in gdGuessBackgroundColorFromCorners()
259 const int bl = gdImageGetPixel(im, 0, gdImageSY(im) -1); in gdGuessBackgroundColorFromCorners()
[all …]
H A Dgd_pixelate.c17 int c = gdImageGetPixel(im, x, y); in gdImagePixelate()
37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
H A Dgd_rotate.c35 f = gdImageGetPixel; in gdImageSkewX()
123 f = gdImageGetPixel; in gdImageSkewY()
212 f = gdImageGetPixel; in gdImageRotate90()
259 f = gdImageGetPixel; in gdImageRotate180()
307 f = gdImageGetPixel; in gdImageRotate270()
H A Dgd.c639 p = gdImageGetPixel(to, x, y); in gdImagePaletteCopy()
800 int p = gdImageGetPixel(im, x, y); in gdImageGetTrueColorPixel()
896 p = gdImageGetPixel(tile, srcx, srcy); in gdImageTileApply()
1192 p = gdImageGetPixel(im,x,y); in gdImageSetAAPixelColor()
1911 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1924 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
2006 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2273 c = gdImageGetPixel (src, x, y); in gdImageCopy()
2319 c = gdImageGetPixel(src, x, y); in gdImageCopyMerge()
2360 c = gdImageGetPixel (src, x, y); in gdImageCopyMergeGray()
[all …]
H A Dgd_filter.c21 #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
79 pxl = gdImageGetPixel(im, x, y); in gdImageScatterEx()
80 new_pxl = gdImageGetPixel(im, dest_x, dest_y); in gdImageScatterEx()
101 pxl = gdImageGetPixel(im, x, y); in gdImageScatterEx()
102 new_pxl = gdImageGetPixel(im, dest_x, dest_y); in gdImageScatterEx()
H A Dgd_wbmp.c117 if (gdImageGetPixel (image, x, y) == fg) { in _gdImageWBMPCtx()
H A Dwebpng.c200 pix = gdImageGetPixel(im, x, y); in main()
H A Dgd_xbm.c213 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
H A Dgd_bmp.c186 *uncompressed_row++ = (unsigned char)gdImageGetPixel(im, xpos, row); in gdImageBmpCtx()
188 Putchar(gdImageGetPixel(im, xpos, row), out); in gdImageBmpCtx()
236 pixel = gdImageGetPixel(im, xpos, row); in gdImageBmpCtx()
H A Dgd_gif_out.c261 r = gdImageGetPixel(im, ctx->curx, ctx->cury); in GIFNextPixel()
H A Dgd.h421 int gdImageGetPixel(gdImagePtr im, int x, int y);
/php-src/main/
H A Dphp_compat.h293 #define gdImageGetPixel php_gd_gdImageGetPixel macro
/php-src/ext/gd/
H A Dgd.c2293 c = gdImageGetPixel(im, x, y); in PHP_FUNCTION()

Completed in 39 milliseconds