Searched refs:rgb (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_extuni.c | 99 int rgb; in PRIV() local 102 rgb = UCD_GRAPHBREAK(c); in PRIV() 103 if ((PRIV(ucp_gbtable)[lgb] & (1u << 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 D | pcre2_jit_compile.c | 8219 int lgb, rgb, ricount; in do_extuni_utf() local 8233 lgb = rgb; in do_extuni_utf() 8269 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf() 8271 lgb = rgb; in do_extuni_utf() 8287 int lgb, rgb, ricount; in do_extuni_utf_invalid() local 8301 lgb = rgb; in do_extuni_utf_invalid() 8336 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf_invalid() 8338 lgb = rgb; in do_extuni_utf_invalid() 8352 int lgb, rgb, ricount; in do_extuni_no_utf() local 8408 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_no_utf() [all …]
|
H A D | pcre2_match.c | 4131 int lgb, rgb; in match() local 4148 rgb = UCD_GRAPHBREAK(fc); in match() 4160 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match() 4162 rgb = lgb; in match()
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_color_match.c | 14 int color, rgb; in gdImageColorMatch() local 37 rgb = im1->tpixels[y][x]; in gdImageColorMatch() 40 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch() 41 *(bp++) += gdTrueColorGetGreen(rgb); in gdImageColorMatch() 42 *(bp++) += gdTrueColorGetBlue(rgb); in gdImageColorMatch() 43 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
|
H A D | gd_gif_in.c | 286 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.4/ext/gd/tests/ |
H A D | imagecopymergegray_basic.phpt | 25 $rgb = imagecolorsforindex($des, $color); 26 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
|
H A D | imagecopymerge_basic.phpt | 28 $rgb = imagecolorsforindex($des, $color); 29 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
|
H A D | imagettftext_charmap_order.phpt | 51 $rgb = imagecolorat($im, $x, $y); 52 if ($rgb === 0) {
|
Completed in 65 milliseconds