Home
last modified time | relevance | path

Searched refs:gdImageGetTrueColorPixel (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_rotate.c31 f = gdImageGetTrueColorPixel; in gdImageSkewX()
125 f = gdImageGetTrueColorPixel; in gdImageSkewY()
214 f = gdImageGetTrueColorPixel; in gdImageRotate90()
261 f = gdImageGetTrueColorPixel; in gdImageRotate180()
309 f = gdImageGetTrueColorPixel; in gdImageRotate270()
367 f = gdImageGetTrueColorPixel; in gdImageRotate45()
437 f = gdImageGetTrueColorPixel; in gdImageRotate45()
469 f = gdImageGetTrueColorPixel; in gdImageRotate45()
H A Dgd.c99 int gdImageGetTrueColorPixel(gdImagePtr im, int x, int y);
789 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y) in gdImageGetTrueColorPixel() function
825 p = gdImageGetTrueColorPixel(im->brush, srcx, srcy); in gdImageBrushApply()
841 tc = gdImageGetTrueColorPixel(im->brush, srcx, srcy); in gdImageBrushApply()
2180 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy()
2401 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized()
2409 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized()
2516 p = gdImageGetTrueColorPixel(src, (int) sx + srcX, (int) sy + srcY); in gdImageCopyResampled()
H A Dgd_filter.c13 #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
H A Dgd.h418 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
/PHP-5.5/main/
H A Dphp_compat.h272 #define gdImageGetTrueColorPixel php_gd_gdImageGetTrueColorPixel macro

Completed in 45 milliseconds