Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_crop.c161 int c2 = gdImageGetPixel(im, x, y); in gdImageCropAuto()
177 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
190 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
198 match = (color == gdImageGetPixel(im, x,y)); in gdImageCropAuto()
257 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
286 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
294 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
310 const int tl = gdImageGetPixel(im, 0, 0); in gdGuessBackgroundColorFromCorners()
311 const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); in gdGuessBackgroundColorFromCorners()
312 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.c39 f = gdImageGetPixel; in gdImageSkewX()
127 f = gdImageGetPixel; in gdImageSkewY()
216 f = gdImageGetPixel; in gdImageRotate90()
263 f = gdImageGetPixel; in gdImageRotate180()
311 f = gdImageGetPixel; in gdImageRotate270()
H A Dgd.c631 p = gdImageGetPixel(to, x, y); in gdImagePaletteCopy()
789 int p = gdImageGetPixel(im, x, y); in gdImageGetTrueColorPixel()
885 p = gdImageGetPixel(tile, srcx, srcy); in gdImageTileApply()
1282 p = gdImageGetPixel(im,x,y); in gdImageSetAAPixelColor()
1879 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1892 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1973 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2243 c = gdImageGetPixel (src, x, y); in gdImageCopy()
2289 c = gdImageGetPixel(src, x, y); in gdImageCopyMerge()
2330 c = gdImageGetPixel (src, x, y); in gdImageCopyMergeGray()
[all …]
H A Dgd_wbmp.c108 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
H A Dwebpng.c200 pix = gdImageGetPixel(im, x, y); in main()
H A Dxbm.c214 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
H A Dgd_gif_out.c247 r = gdImageGetPixel(im, ctx->curx, ctx->cury); in GIFNextPixel()
H A Dgd_filter.c13 #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
H A Dgd_interpolation.c718 border = gdImageGetPixel(im, im->cx1, 0); in getPixelOverflowPalette()
723 border = gdImageGetPixel(im, im->cx1, 0); in getPixelOverflowPalette()
729 border = gdImageGetPixel(im, x, im->cy2); in getPixelOverflowPalette()
738 border = gdImageGetPixel(im, im->cx1, y); in getPixelOverflowPalette()
743 border = gdImageGetPixel(im, im->cx2, y); in getPixelOverflowPalette()
H A Dgd.h419 int gdImageGetPixel(gdImagePtr im, int x, int y);
/PHP-7.1/main/
H A Dphp_compat.h271 #define gdImageGetPixel php_gd_gdImageGetPixel macro
/PHP-7.1/ext/gd/
H A Dgd.c3059 c = gdImageGetPixel(im, x, y); in PHP_FUNCTION()
4006 color_org = gdImageGetPixel(im_org, x, y); in _php_image_bw_convert()
4196 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()

Completed in 54 milliseconds