Home
last modified time | relevance | path

Searched refs:gdTrueColorGetRed (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dgd_color.c45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
H A Dwebpng.c206 gdTrueColorGetRed(pix), in main()
H A Dgd.c850 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 Dgd.h88 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) macro
610 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
H A Dgd_png.c585 trans_rgb_value.red = gdTrueColorGetRed (im->transparent); in gdImagePngCtxEx()
696 *pOutputRow++ = gdTrueColorGetRed(thisPixel); in gdImagePngCtxEx()
H A Dgd_topal.c374 int r = gdTrueColorGetRed (*ptr) >> C0_SHIFT;
834 nim->red[nim->colorsTotal] = gdTrueColorGetRed (oim->transparent);
1321 r = gdTrueColorGetRed (*inptr);
1483 cur0 += gdTrueColorGetRed (*inptr);
H A Dgd_jpeg.c228 row[jidx++] = gdTrueColorGetRed (val); in gdImageJpegCtx()
H A Dgd_gd2.c744 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
H A Dwebpimg.c77 return gdTrueColorGetRed(*rgba); in GetRed()
H A Dgdft.c572 gdTrueColorGetRed(fg),
/PHP-5.4/ext/gd/
H A Dgd.c3191 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()

Completed in 50 milliseconds