Searched refs:gdTrueColor (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | testac.c | 97 gdTrueColor (192, 192, 255)); in testDrawing()
|
H A D | gd_png.c | 327 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 D | gd_tga.c | 116 …*tpix = gdTrueColor(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitm… in gdImageCreateFromTgaCtx()
|
H A D | gd_jpeg.c | 494 *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 D | gd.h | 537 #define gdTrueColor(r, g, b) (((r) << 16) + \ macro
|
H A D | gd_bmp.c | 753 gdImageSetPixel(im, xpos, row, gdTrueColor(red, green, blue)); in bmp_read_direct()
|
H A D | gd.c | 480 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 1110 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 61 milliseconds