Home
last modified time | relevance | path

Searched refs:gdImageColorResolve (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdtestft.c79 white = gdImageColorResolve (im, 255, 255, 255); in main()
81 black = gdImageColorResolve (im, 0, 0, 0); in main()
H A Dgdxpm.c122 colors[i] = gdImageColorResolve(im, red, green, blue); in gdImageCreateFromXpm()
H A Dgd_arc_f_buggy.c705 int white = gdImageColorResolve (im, 0xFF, 0xFF, 0xFF), black = gdImageColorResolve (im, 0, 0, 0),
706 red = gdImageColorResolve (im, 0xFF, 0xA0, 0xA0);
H A Dgd.h525 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
H A Dgdft.c577 a->tweencolor = gdImageColorResolve(im,
H A Dgd.c528 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() function
1050 p_color = gdImageColorResolve(im, p_red, p_green, p_blue); in gdImageAABlend()
2291 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge()
/PHP-5.5/main/
H A Dphp_compat.h216 #define gdImageColorResolve php_gd_gdImageColorResolve macro
/PHP-5.5/ext/gd/
H A Dgd.c2945 RETURN_LONG(gdImageColorResolve(im, red, green, blue)); in PHP_FUNCTION()

Completed in 40 milliseconds