Home
last modified time | relevance | path

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

/PHP-7.0/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.c285 unsigned char rgb[3]; in ReadColorMap() local
289 if (! ReadOK(fd, rgb, sizeof(rgb))) { in ReadColorMap()
292 buffer[CM_RED][i] = rgb[0] ; in ReadColorMap()
293 buffer[CM_GREEN][i] = rgb[1] ; in ReadColorMap()
294 buffer[CM_BLUE][i] = rgb[2] ; in ReadColorMap()
/PHP-7.0/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt51 $rgb = imagecolorat($im, $x, $y);
52 if ($rgb === 0) {
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c2660 int lgb, rgb; in match() local
2667 rgb = UCD_GRAPHBREAK(c); in match()
2669 lgb = rgb; in match()
4356 int lgb, rgb; in match() local
4365 lgb = rgb; in match()
5117 int lgb, rgb; in match() local
5126 lgb = rgb; in match()
5633 int lgb, rgb; in match() local
5642 lgb = rgb; in match()
5660 int lgb, rgb; in match() local
[all …]

Completed in 37 milliseconds