Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c99 int rgb; in PRIV() local
102 rgb = UCD_GRAPHBREAK(c); in PRIV()
103 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in PRIV()
108 if (lgb == ucp_gbRegionalIndicator && rgb == ucp_gbRegionalIndicator) in PRIV()
135 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in PRIV()
137 lgb = rgb; in PRIV()
H A Dpcre2_jit_compile.c7228 int lgb, rgb, len, ricount; in do_extuni_utf() local
7240 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
7242 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in do_extuni_utf()
7247 if (lgb == ucp_gbRegionalIndicator && rgb == ucp_gbRegionalIndicator) in do_extuni_utf()
7270 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf()
7272 lgb = rgb; in do_extuni_utf()
7287 int lgb, rgb, ricount; in do_extuni_no_utf() local
7297 rgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
7299 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in do_extuni_no_utf()
7326 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_no_utf()
[all …]
H A Dpcre2_match.c4058 int lgb, rgb; in match() local
4075 rgb = UCD_GRAPHBREAK(fc); in match()
4087 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
4089 rgb = lgb; in match()
/PHP-7.3/ext/gd/libgd/
H A Dgd_color_match.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.c286 unsigned char rgb[3]; in ReadColorMap() local
290 if (! ReadOK(fd, rgb, sizeof(rgb))) { in ReadColorMap()
293 buffer[CM_RED][i] = rgb[0] ; in ReadColorMap()
294 buffer[CM_GREEN][i] = rgb[1] ; in ReadColorMap()
295 buffer[CM_BLUE][i] = rgb[2] ; in ReadColorMap()
/PHP-7.3/ext/gd/tests/
H A Dimagecopymergegray_basic.phpt25 $rgb = imagecolorsforindex($des, $color);
26 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dimagecopymerge_basic.phpt28 $rgb = imagecolorsforindex($des, $color);
29 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dimagettftext_charmap_order.phpt51 $rgb = imagecolorat($im, $x, $y);
52 if ($rgb === 0) {

Completed in 70 milliseconds