Searched defs:CPAL (Results 1 – 1 of 1) sorted by relevance
108 struct CPAL struct110 static constexpr hb_tag_t tableTag = HB_OT_TAG_CPAL;112 bool has_data () const { return numPalettes; } in has_data()114 unsigned int get_size () const in get_size()117 unsigned int get_palette_count () const { return numPalettes; } in get_palette_count()118 unsigned int get_color_count () const { return numColors; } in get_color_count()120 hb_ot_color_palette_flags_t get_palette_flags (unsigned int palette_index) const in get_palette_flags()123 hb_ot_name_id_t get_palette_name_id (unsigned int palette_index) const in get_palette_name_id()126 hb_ot_name_id_t get_color_name_id (unsigned int color_index) const in get_color_name_id()129 unsigned int get_palette_colors (unsigned int palette_index, in get_palette_colors()[all …]