Home
last modified time | relevance | path

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

/PHP-5.5/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()
253 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
282 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
290 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
306 const int tl = gdImageGetPixel(im, 0, 0); in gdGuessBackgroundColorFromCorners()
307 const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); in gdGuessBackgroundColorFromCorners()
308 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()
369 f = gdImageGetPixel; in gdImageRotate45()
439 f = gdImageGetPixel; in gdImageRotate45()
471 f = gdImageGetPixel; in gdImageRotate45()
H A Dgd.c633 p = gdImageGetPixel(to, x, y); in gdImagePaletteCopy()
791 int p = gdImageGetPixel(im, x, y); in gdImageGetTrueColorPixel()
1282 p = gdImageGetPixel(im,x,y); in gdImageSetAAPixelColor()
1900 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1913 c = gdImageGetPixel(im, ix, iy); in gdImageFill()
1994 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2205 c = gdImageGetPixel (src, x, y); in gdImageCopy()
2228 c = gdImageGetPixel (src, x, y); in gdImageCopy()
2274 c = gdImageGetPixel(src, x, y); in gdImageCopyMerge()
2315 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.c210 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.c706 border = gdImageGetPixel(im, im->cx1, 0); in getPixelOverflowPalette()
711 border = gdImageGetPixel(im, im->cx1, 0); in getPixelOverflowPalette()
717 border = gdImageGetPixel(im, x, im->cy2); in getPixelOverflowPalette()
726 border = gdImageGetPixel(im, im->cx1, y); in getPixelOverflowPalette()
731 border = gdImageGetPixel(im, im->cx2, y); in getPixelOverflowPalette()
H A Dgd.h419 int gdImageGetPixel(gdImagePtr im, int x, int y);
/PHP-5.5/main/
H A Dphp_compat.h271 #define gdImageGetPixel php_gd_gdImageGetPixel macro
/PHP-5.5/ext/gd/
H A Dgd.c3046 c = gdImageGetPixel(im, x, y); in PHP_FUNCTION()
4413 color_org = gdImageGetPixel(im_org, x, y); in _php_image_bw_convert()
4582 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()

Completed in 65 milliseconds