Home
last modified time | relevance | path

Searched defs:CPAL (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-cpal-table.hh148 struct CPAL struct
150 static constexpr hb_tag_t tableTag = HB_OT_TAG_CPAL;
152 bool has_data () const { return numPalettes; } in has_data()
154 unsigned int get_size () const in get_size()
157 unsigned int get_palette_count () const { return numPalettes; } in get_palette_count()
158 unsigned int get_color_count () const { return numColors; } in get_color_count()
160 hb_ot_color_palette_flags_t get_palette_flags (unsigned int palette_index) const in get_palette_flags()
163 hb_ot_name_id_t get_palette_name_id (unsigned int palette_index) const in get_palette_name_id()
166 hb_ot_name_id_t get_color_name_id (unsigned int color_index) const in get_color_name_id()
169 unsigned int get_palette_colors (unsigned int palette_index, in get_palette_colors()
[all …]