Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dtestac.c97 gdTrueColor (192, 192, 255)); in testDrawing()
H A Dgd_png.c327 transparent = gdTrueColor(trans_color_rgb->red >> 8, in gdImageCreateFromPngCtx()
331 transparent = gdTrueColor(trans_color_rgb->red, in gdImageCreateFromPngCtx()
391 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
H A Dgd_tga.c116 …*tpix = gdTrueColor(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitm… in gdImageCreateFromTgaCtx()
H A Dgd_jpeg.c494 *tpix = gdTrueColor (currow[0], currow[1], currow[2]); in gdImageCreateFromJpegCtxEx()
533 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
H A Dgd.h537 #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.c480 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
/PHP-8.2/ext/gd/
H A Dgd.c1110 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
1166 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()

Completed in 40 milliseconds