Home
last modified time | relevance | path

Searched refs:rgb (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_color.c19 int color, rgb; in gdImageColorMatch() local
42 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
46 *(bp++) += gdTrueColorGetGreen(rgb); in gdImageColorMatch()
47 *(bp++) += gdTrueColorGetBlue(rgb); in gdImageColorMatch()
48 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
H A Dgd_gif_in.c282 unsigned char rgb[3]; in ReadColorMap() local
286 if (! ReadOK(fd, rgb, sizeof(rgb))) { in ReadColorMap()
289 buffer[CM_RED][i] = rgb[0] ; in ReadColorMap()
290 buffer[CM_GREEN][i] = rgb[1] ; in ReadColorMap()
291 buffer[CM_BLUE][i] = rgb[2] ; in ReadColorMap()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2662 int lgb, rgb; in match() local
2669 rgb = UCD_GRAPHBREAK(c); in match()
2671 lgb = rgb; in match()
4358 int lgb, rgb; in match() local
4367 lgb = rgb; in match()
5119 int lgb, rgb; in match() local
5128 lgb = rgb; in match()
5635 int lgb, rgb; in match() local
5644 lgb = rgb; in match()
5662 int lgb, rgb; in match() local
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1257 +rgb image/x-rgb

Completed in 53 milliseconds