Searched refs:gdTrueColorGetRed (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_color.c | 45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
|
H A D | webpng.c | 206 gdTrueColorGetRed(pix), in main()
|
H A D | gd.c | 850 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply() 890 gdTrueColorGetRed(p), in gdImageTileApply() 1267 dr = gdTrueColorGetRed(color); in gdImageSetAAPixelColor() 1272 r = gdTrueColorGetRed(p); in gdImageSetAAPixelColor() 2417 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized() 2510 red += gdTrueColorGetRed (p) * alpha_factor; in gdImageCopyResampled() 2864 gdTrueColorGetRed (src) / gdAlphaMax) + in gdAlphaBlendOld() 2866 gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) + in gdAlphaBlendOld() 2908 red = (gdTrueColorGetRed(src) * src_weight in gdAlphaBlend() 2909 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend() [all …]
|
H A D | gd.h | 88 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) macro 605 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
|
H A D | gd_png.c | 585 trans_rgb_value.red = gdTrueColorGetRed (im->transparent); in gdImagePngCtxEx() 696 *pOutputRow++ = gdTrueColorGetRed(thisPixel); in gdImagePngCtxEx()
|
H A D | gd_topal.c | 374 int r = gdTrueColorGetRed (*ptr) >> C0_SHIFT; 834 nim->red[nim->colorsTotal] = gdTrueColorGetRed (oim->transparent); 1321 r = gdTrueColorGetRed (*inptr); 1483 cur0 += gdTrueColorGetRed (*inptr);
|
H A D | gd_jpeg.c | 228 row[jidx++] = gdTrueColorGetRed (val); in gdImageJpegCtx()
|
H A D | gd_gd2.c | 744 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
|
H A D | gdft.c | 570 gdTrueColorGetRed(fg),
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3149 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
|
Completed in 42 milliseconds