Lines Matching defs:HVARVVAR
255 struct HVARVVAR struct
257 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()
342 FixedVersion<>version; /* Version of the metrics variation table
345 varStore; /* Offset to item variation store table. */
347 advMap; /* Offset to advance var-idx mapping. */
349 lsbMap; /* Offset to lsb/tsb var-idx mapping. */
351 rsbMap; /* Offset to rsb/bsb var-idx mapping. */