Home
last modified time | relevance | path

Searched refs:gdImageRed (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_rotate.c34 clrBackR = gdImageRed(src, clrBack); in gdImageSkewX()
53 r = (int)(gdImageRed(src,pxlSrc) * dWeight); in gdImageSkewX()
64 r = gdImageRed(src,pxlSrc) - (gdImageRed(src,pxlLeft) - gdImageRed(src,pxlOldLeft)); in gdImageSkewX()
133 r = (int)((double)gdImageRed(src,clrBack) * dWeight); in gdImageSkewY()
144 r = (int)((double)gdImageRed(src,pxlSrc) * dWeight); in gdImageSkewY()
155 r = gdImageRed(src,pxlSrc) - (gdImageRed(src,pxlLeft) - gdImageRed(src,pxlOldLeft)); in gdImageSkewY()
232 r = gdImageRed(src,c); in gdImageRotate90()
279 r = gdImageRed(src,c); in gdImageRotate180()
327 r = gdImageRed(src,c); in gdImageRotate270()
395 …dst1->transparent = gdTrueColorAlpha(gdImageRed(src, src->transparent), gdImageBlue(src, src->tran… in gdImageRotate45()
[all …]
H A Dgd_filter.c33 r = gdImageRed(src, pxl); in gdImageNegate()
65 r = gdImageRed(src, pxl); in gdImageGrayScale()
103 r = gdImageRed(src, pxl); in gdImageBrightness()
149 r = gdImageRed(src, pxl); in gdImageContrast()
205 r = gdImageRed(src, pxl); in gdImageColor()
266 new_r += (float)gdImageRed(srcback, pxl) * filter[j][i]; in gdImageConvolution()
331 new_r = ((float)gdImageRed(srcback, cpxl)) - ((float)gdImageRed (srcback, pxl)); in gdImageSelectiveBlur()
390 new_r += (float)gdImageRed(srcback, pxl) * flt_r[j][i]; in gdImageSelectiveBlur()
H A Dgd_crop.c335 …r = (int)(0.5f + (gdImageRed(im, tl) + gdImageRed(im, tr) + gdImageRed(im, bl) + gdImageRed(im, br… in gdGuessBackgroundColorFromCorners()
346 const int dr = gdImageRed(im, col1) - gdImageRed(im, col2); in gdColorMatch()
H A Dgd_pixelate.c39 r += gdImageRed(im, c); in gdImagePixelate()
H A Dwebpng.c149 gdImageRed (im, j), in main()
H A Dgd.c928 …tileColor = gdTrueColorAlpha( gdImageRed(im->tile,p), gdImageGreen(im->tile,p), gdImageBlue (im->t… in gdImageTileGet()
935 …tileColor = gdImageColorResolveAlpha(im, gdImageRed (im->tile,p), gdImageGreen (im->tile,p), gdIma… in gdImageTileGet()
1025 color_red = gdImageRed(im, color); in gdImageAABlend()
1043 old_red = gdImageRed(im, old_color); in gdImageAABlend()
2286 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2331 …g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlu… in gdImageCopyMergeGray()
2333 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2439 nc = gdImageColorResolveAlpha(dst, gdImageRed(src, c), in gdImageCopyResized()
2752 …index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush()
2765 …index = gdImageColorResolveAlpha(im, gdImageRed(tile, i), gdImageGreen(tile, i), gdImageBlue(tile,… in gdImageSetTile()
[all …]
H A Dgdtest.c332 gdImageRed (im2, i), in main()
H A Dgd.h730 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \ macro
/PHP-5.5/ext/gd/
H A Dgd_ctx.c182 if(!gdImageRed(im, i) && !gdImageGreen(im, i) && !gdImageBlue(im, i)) break; in _php_image_output_ctx()
H A Dgd.c2603 if (gdImageRed(im, i) == 0) break; in _php_image_output()
2655 if (gdImageRed(im, i) == 0) { in _php_image_output()
3015 add_assoc_long(return_value,"red", gdImageRed(im,col)); in PHP_FUNCTION()
4155 fg_rd = gdImageRed (bg_img, _fg); in PHP_FUNCTION()
4160 bg_rd = gdImageRed (bg_img, _bg); in PHP_FUNCTION()

Completed in 34 milliseconds