Searched refs:rgb (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_color.c | 19 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 D | gd_gif_in.c | 285 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.1/ext/gd/tests/ |
H A D | imagettftext_charmap_order.phpt | 51 $rgb = imagecolorat($im, $x, $y); 52 if ($rgb === 0) {
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 2660 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 24 milliseconds