Home
last modified time | relevance | path

Searched refs:hb_color_get_red (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-common.h862 hb_color_get_red (hb_color_t color);
863 #define hb_color_get_red(color) (((color) >> 8) & 0xFF) macro
Dhb-common.cc1102 (hb_color_get_red) (hb_color_t color) in uint8_t() argument
1104 return hb_color_get_red (color); in uint8_t()
Dmain.cc231 hb_color_get_red (color), hb_color_get_green (color), hb_color_get_green (color)); in layered_glyph_dump()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-color.c110 if (hb_color_get_red (_colors[_i]) != red) { \
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt441 hb_color_get_red
/third_party/skia/third_party/externals/harfbuzz/
DNEWS491 +hb_color_get_red()
/third_party/chromium/patch/
D0001-cve.patch72357 + hb_color_get_red (color) / 255.,