Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_color.c45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
H A Dgd_interpolation.c626 red = (gdTrueColorGetRed(src) * src_weight in _color_blend()
771 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
853 new_r += kernel * gdTrueColorGetRed(rgbs); in getPixelInterpolated()
863 new_r += kernel * gdTrueColorGetRed(rgbs); in getPixelInterpolated()
1316 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearPalette()
1317 f_r2 = gd_itofx(gdTrueColorGetRed(pixel2)); in gdImageScaleBilinearPalette()
1318 f_r3 = gd_itofx(gdTrueColorGetRed(pixel3)); in gdImageScaleBilinearPalette()
1319 f_r4 = gd_itofx(gdTrueColorGetRed(pixel4)); in gdImageScaleBilinearPalette()
1408 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearTC()
1649 f_rs = gd_itofx(gdTrueColorGetRed(c)); in gdImageScaleBicubicFixed()
[all …]
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()
1280 dr = gdTrueColorGetRed(color); in gdImageSetAAPixelColor()
1285 r = gdTrueColorGetRed(p); in gdImageSetAAPixelColor()
2444 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2537 red += gdTrueColorGetRed (p) * alpha_factor; in gdImageCopyResampled()
2904 gdTrueColorGetRed (src) / gdAlphaMax) + in gdAlphaBlendOld()
2906 gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) + in gdAlphaBlendOld()
2948 red = (gdTrueColorGetRed(src) * src_weight in gdAlphaBlend()
2949 + 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
731 #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.c765 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
H A Dwebpimg.c77 return gdTrueColorGetRed(*rgba); in GetRed()
H A Dgdft.c606 gdTrueColorGetRed(fg),
/PHP-5.6/ext/gd/
H A Dgd.c3100 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()

Completed in 74 milliseconds