Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c624 red = (gdTrueColorGetRed(src) * src_weight in _color_blend()
769 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
855 new_r += kernel * gdTrueColorGetRed(rgbs); in getPixelInterpolated()
865 new_r += kernel * gdTrueColorGetRed(rgbs); in getPixelInterpolated()
1296 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearPalette()
1297 f_r2 = gd_itofx(gdTrueColorGetRed(pixel2)); in gdImageScaleBilinearPalette()
1298 f_r3 = gd_itofx(gdTrueColorGetRed(pixel3)); in gdImageScaleBilinearPalette()
1299 f_r4 = gd_itofx(gdTrueColorGetRed(pixel4)); in gdImageScaleBilinearPalette()
1384 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearTC()
1636 f_rs = gd_itofx(gdTrueColorGetRed(c)); in gdImageScaleBicubicFixed()
[all …]
H A Dgd_color.c45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
H A Dwebpng.c206 gdTrueColorGetRed(pix), in main()
H A Dgd.c861 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
901 gdTrueColorGetRed(p), in gdImageTileApply()
1278 dr = gdTrueColorGetRed(color); in gdImageSetAAPixelColor()
1283 r = gdTrueColorGetRed(p); in gdImageSetAAPixelColor()
2426 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2519 red += gdTrueColorGetRed (p) * alpha_factor; in gdImageCopyResampled()
2873 gdTrueColorGetRed (src) / gdAlphaMax) + in gdAlphaBlendOld()
2875 gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) + in gdAlphaBlendOld()
2917 red = (gdTrueColorGetRed(src) * src_weight in gdAlphaBlend()
2918 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
[all …]
H A Dgd_png.c587 trans_rgb_value.red = gdTrueColorGetRed (im->transparent); in gdImagePngCtxEx()
698 *pOutputRow++ = gdTrueColorGetRed(thisPixel); in gdImagePngCtxEx()
H A Dgd.h88 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) macro
730 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
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.c232 row[jidx++] = gdTrueColorGetRed (val); in gdImageJpegCtx()
H A Dgd_gd2.c757 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
H A Dwebpimg.c77 return gdTrueColorGetRed(*rgba); in GetRed()
H A Dgdft.c572 gdTrueColorGetRed(fg),
/PHP-5.5/ext/gd/
H A Dgd.c3049 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()

Completed in 73 milliseconds