Home
last modified time | relevance | path

Searched refs:hb_color_get_blue (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-common.h500 hb_color_get_blue (hb_color_t color);
501 #define hb_color_get_blue(color) (((color) >> 24) & 0xFF) macro
Dhb-common.cc1111 (hb_color_get_blue) (hb_color_t color) in uint8_t() argument
1113 return hb_color_get_blue (color); in uint8_t()
Dtest-ot-color.cc204 hb_color_get_blue (color) / 255., in layered_glyph_dump()
/external/harfbuzz_ng/test/api/
Dtest-ot-color.c118 if (hb_color_get_blue (_colors[_i]) != blue) { \
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt497 hb_color_get_blue
/external/harfbuzz_ng/
DNEWS224 +hb_color_get_blue()