Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c104 int rgb; in PRIV() local
107 rgb = UCD_GRAPHBREAK(c); in PRIV()
108 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in PRIV()
113 if (lgb == ucp_gbZWJ && rgb == ucp_gbExtended_Pictographic && !was_ep_ZWJ) in PRIV()
119 if (lgb == ucp_gbRegional_Indicator && rgb == ucp_gbRegional_Indicator) in PRIV()
146 was_ep_ZWJ = (lgb == ucp_gbExtended_Pictographic && rgb == ucp_gbZWJ); in PRIV()
151 if (rgb != ucp_gbExtend || lgb != ucp_gbExtended_Pictographic) lgb = rgb; in PRIV()
H A Dpcre2_jit_compile.c8708 int lgb, rgb, ricount; in do_extuni_utf() local
8719 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
8723 lgb = rgb; in do_extuni_utf()
8771 lgb = rgb; in do_extuni_utf()
8791 int lgb, rgb, ricount; in do_extuni_utf_invalid() local
8802 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf_invalid()
8806 lgb = rgb; in do_extuni_utf_invalid()
8853 lgb = rgb; in do_extuni_utf_invalid()
8871 int lgb, rgb, ricount; in do_extuni_no_utf() local
8893 rgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
[all …]
H A Dpcre2_match.c4433 int lgb, rgb; in match() local
4450 rgb = UCD_GRAPHBREAK(fc); in match()
4462 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
4464 rgb = lgb; in match()
/PHP-8.4/ext/gd/libgd/
H A Dgd_avif.c98 imageArea = rgb->width * rgb->height; in setEncoderTilesAndThreads()
111 if (rgb->width >= rgb->height) { in setEncoderTilesAndThreads()
356 avifRGBImage rgb; in gdImageCreateFromAvifCtx() local
359 rgb.pixels = NULL; in gdImageCreateFromAvifCtx()
395 rgb.depth = 8; in gdImageCreateFromAvifCtx()
418 uint8_t *p = rgb.pixels; in gdImageCreateFromAvifCtx()
434 if (rgb.pixels) in gdImageCreateFromAvifCtx()
435 avifRGBImageFreePixels(&rgb); in gdImageCreateFromAvifCtx()
494 avifRGBImage rgb; in gdImageAvifCtx() local
554 p = rgb.pixels; in gdImageAvifCtx()
[all …]
H A Dgd_color_match.c14 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 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-8.4/ext/gd/tests/
H A Dimagecopymergegray_basic.phpt23 $rgb = imagecolorsforindex($des, $color);
24 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dimagecopymerge_basic.phpt26 $rgb = imagecolorsforindex($des, $color);
27 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dimagettftext_charmap_order.phpt52 $rgb = imagecolorat($im, $x, $y);
53 if ($rgb === 0) {
/PHP-8.4/ext/dom/lexbor/lexbor/css/
H A Dvalue.h202 lxb_css_value_color_rgba_t rgb; member
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic7348 !:mime image/x-intergraph-rgb
7349 !:ext rgb
H A Dmagic私はガラスを食べられます7348 !:mime image/x-intergraph-rgb
7349 !:ext rgb

Completed in 242 milliseconds