Home
last modified time | relevance | path

Searched refs:gdTrueColor (Results 1 – 7 of 7) sorted by path

/PHP-7.2/ext/gd/
H A Dgd.c1992 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
2051 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
/PHP-7.2/ext/gd/libgd/
H A Dgd.c480 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
H A Dgd.h541 #define gdTrueColor(r, g, b) (((r) << 16) + \ macro
H A Dgd_bmp.c753 gdImageSetPixel(im, xpos, row, gdTrueColor(red, green, blue)); in bmp_read_direct()
H A Dgd_jpeg.c491 *tpix = gdTrueColor (currow[0], currow[1], currow[2]); in gdImageCreateFromJpegCtxEx()
530 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
H A Dgd_png.c322 transparent = gdTrueColor(trans_color_rgb->red >> 8, in gdImageCreateFromPngCtx()
326 transparent = gdTrueColor(trans_color_rgb->red, in gdImageCreateFromPngCtx()
381 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
H A Dtestac.c97 gdTrueColor (192, 192, 255)); in testDrawing()

Completed in 38 milliseconds