Home
last modified time | relevance | path

Searched refs:hb_color_t (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-common.h483 typedef uint32_t hb_color_t; typedef
485 #define HB_COLOR(b,g,r,a) ((hb_color_t) HB_TAG ((b),(g),(r),(a)))
488 hb_color_get_alpha (hb_color_t color);
492 hb_color_get_red (hb_color_t color);
496 hb_color_get_green (hb_color_t color);
500 hb_color_get_blue (hb_color_t color);
Dtest-ot-color.cc184 hb_color_t *colors = (hb_color_t*) calloc (num_colors, sizeof (hb_color_t)); in layered_glyph_dump()
198 hb_color_t color = 0x000000FF; in layered_glyph_dump()
Dhb-common.cc1069 (hb_color_get_alpha) (hb_color_t color) in uint8_t()
1083 (hb_color_get_red) (hb_color_t color) in uint8_t()
1097 (hb_color_get_green) (hb_color_t color) in uint8_t()
1111 (hb_color_get_blue) (hb_color_t color) in uint8_t()
Dhb-ot-color.h86 hb_color_t *colors /* OUT. May be NULL. */);
Dhb-ot-color.cc182 hb_color_t *colors /* OUT. May be NULL. */) in hb_ot_color_palette_get_colors()
Dhb-ot-color-cpal-table.hh132 hb_color_t *colors /* OUT. May be NULL. */) const in get_palette_colors()
/external/harfbuzz_ng/test/api/
Dtest-ot-color.c107 const hb_color_t *_colors = (colors); \
213 hb_color_t *colors = (hb_color_t*) malloc (num_colors * sizeof (hb_color_t)); in test_hb_ot_color_palette_get_colors_v0()
263 hb_color_t colors[3]; in test_hb_ot_color_palette_get_colors_v1()
265 size_t colors_size = 3 * sizeof (hb_color_t); in test_hb_ot_color_palette_get_colors_v1()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt494 hb_color_t
/external/harfbuzz_ng/
DNEWS219 +hb_color_t