Searched refs:gdTrueColor (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | testac.c | 97 gdTrueColor (192, 192, 255)); in testDrawing()
|
H A D | gd_png.c | 306 transparent = gdTrueColor(trans_color_rgb->red >> 8, in gdImageCreateFromPngCtx() 310 transparent = gdTrueColor(trans_color_rgb->red, in gdImageCreateFromPngCtx() 364 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
|
H A D | gd_jpeg.c | 449 *tpix = gdTrueColor (currow[0], currow[1], currow[2]); in gdImageCreateFromJpegCtx() 488 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
|
H A D | gd.h | 410 #define gdTrueColor(r, g, b) (((r) << 16) + \ macro
|
H A D | gd.c | 436 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 2033 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION() 2093 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION() 3148 gdTrueColor( in PHP_FUNCTION()
|
Completed in 28 milliseconds