Home
last modified time | relevance | path

Searched refs:gdTrueColor (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/gd/libgd/
H A Dtestac.c97 gdTrueColor (192, 192, 255)); in testDrawing()
H A Dgd_png.c307 transparent = gdTrueColor(trans_color_rgb->red >> 8, in gdImageCreateFromPngCtx()
311 transparent = gdTrueColor(trans_color_rgb->red, in gdImageCreateFromPngCtx()
366 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
H A Dgd_jpeg.c468 *tpix = gdTrueColor (currow[0], currow[1], currow[2]); in gdImageCreateFromJpegCtxEx()
507 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
H A Dgd.h533 #define gdTrueColor(r, g, b) (((r) << 16) + \ macro
H A Dgd.c442 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
/PHP-7.0/ext/gd/
H A Dgd.c1954 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
2014 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()

Completed in 37 milliseconds