Home
last modified time | relevance | path

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

/PHP-7.4/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.c669 p = gdImageGetPixel(to, x, y); in gdImagePaletteCopy()
830 int p = gdImageGetPixel(im, x, y); in gdImageGetTrueColorPixel()
926 p = gdImageGetPixel(tile, srcx, srcy); in gdImageTileApply()
1222 p = gdImageGetPixel(im,x,y); in gdImageSetAAPixelColor()
1941 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1954 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
2036 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2303 c = gdImageGetPixel (src, x, y); in gdImageCopy()
2349 c = gdImageGetPixel(src, x, y); in gdImageCopyMerge()
2390 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.c215 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.h417 int gdImageGetPixel(gdImagePtr im, int x, int y);
/PHP-7.4/main/
H A Dphp_compat.h295 #define gdImageGetPixel php_gd_gdImageGetPixel macro
/PHP-7.4/ext/gd/
H A Dgd.c3203 c = gdImageGetPixel(im, x, y); in PHP_FUNCTION()
4339 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()

Completed in 46 milliseconds