Searched defs:CPAL (Results 1 – 1 of 1) sorted by relevance
169 struct CPAL struct171 static constexpr hb_tag_t tableTag = HB_OT_TAG_CPAL;173 bool has_data () const { return numPalettes; } in has_data()175 unsigned int get_size () const in get_size()178 unsigned int get_palette_count () const { return numPalettes; } in get_palette_count()179 unsigned int get_color_count () const { return numColors; } in get_color_count()181 hb_ot_color_palette_flags_t get_palette_flags (unsigned int palette_index) const in get_palette_flags()184 hb_ot_name_id_t get_palette_name_id (unsigned int palette_index) const in get_palette_name_id()187 hb_ot_name_id_t get_color_name_id (unsigned int color_index) const in get_color_name_id()190 unsigned int get_palette_colors (unsigned int palette_index, in get_palette_colors()[all …]