Searched refs:gdImageColorResolve (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_arc_f_buggy.c | 705 int white = gdImageColorResolve (im, 0xFF, 0xFF, 0xFF), black = gdImageColorResolve (im, 0, 0, 0), 706 red = gdImageColorResolve (im, 0xFF, 0xA0, 0xA0);
|
| H A D | gdft.c | 575 a->tweencolor = gdImageColorResolve(im,
|
| H A D | gdtestft.c | 79 white = gdImageColorResolve (im, 255, 255, 255); 81 black = gdImageColorResolve (im, 0, 0, 0);
|
| H A D | gdxpm.c | 117 colors[i] = gdImageColorResolve(im, red, green, blue);
|
| H A D | gd.h | 525 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
|
| H A D | gd.c | 514 * gdImageColorResolve is an alternative for the code fragment: 524 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) function 1043 p_color = gdImageColorResolve(im, p_red, p_green, p_blue); 2280 nc = gdImageColorResolve (dst, ncR, ncG, ncB);
|
| /PHP_TRUNK/main/ |
| H A D | php_compat.h | 216 #define gdImageColorResolve php_gd_gdImageColorResolve macro
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 2965 RETURN_LONG(gdImageColorResolve(im, red, green, blue));
|
Completed in 23 milliseconds