Searched defs:HVARVVAR (Results 1 – 1 of 1) sorted by relevance
255 struct HVARVVAR struct257 static constexpr hb_tag_t HVARTag = HB_OT_TAG_HVAR;258 static constexpr hb_tag_t VVARTag = HB_OT_TAG_VVAR;260 bool sanitize (hb_sanitize_context_t *c) const in sanitize()271 void listup_index_maps (hb_vector_t<const DeltaSetIndexMap *> &index_maps) const in listup_index_maps()278 bool serialize_index_maps (hb_serialize_context_t *c, in serialize_index_maps()299 bool _subset (hb_subset_context_t *c) const in _subset()325 float get_advance_var (hb_codepoint_t glyph, hb_font_t *font) const in get_advance_var()331 float get_side_bearing_var (hb_codepoint_t glyph, in get_side_bearing_var()339 bool has_side_bearing_deltas () const { return lsbMap && rsbMap; } in has_side_bearing_deltas()[all …]