Home
last modified time | relevance | path

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

/php-src/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] & (1u << rgb)) == 0) break; in PRIV()
108 if (lgb == ucp_gbRegional_Indicator && rgb == ucp_gbRegional_Indicator) in PRIV()
135 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in PRIV()
137 lgb = rgb; in PRIV()
H A Dpcre2_jit_compile.c8692 int lgb, rgb, ricount; in do_extuni_utf() local
8706 lgb = rgb; in do_extuni_utf()
8742 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf()
8744 lgb = rgb; in do_extuni_utf()
8760 int lgb, rgb, ricount; in do_extuni_utf_invalid() local
8774 lgb = rgb; in do_extuni_utf_invalid()
8809 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf_invalid()
8811 lgb = rgb; in do_extuni_utf_invalid()
8825 int lgb, rgb, ricount; in do_extuni_no_utf() local
8881 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || 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-src/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()
412 uint8_t *p = rgb.pixels; in gdImageCreateFromAvifCtx()
428 if (rgb.pixels) in gdImageCreateFromAvifCtx()
429 avifRGBImageFreePixels(&rgb); in gdImageCreateFromAvifCtx()
488 avifRGBImage rgb; in gdImageAvifCtx() local
537 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-src/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-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h202 lxb_css_value_color_rgba_t rgb; member
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7348 !:mime image/x-intergraph-rgb
7349 !:ext rgb
H A Dmagic7348 !:mime image/x-intergraph-rgb
7349 !:ext rgb

Completed in 249 milliseconds