Searched defs:AxisValueFormat4 (Results 1 – 2 of 2) sorted by relevance
287 struct AxisValueFormat4 struct289 const AxisValueRecord &get_axis_record (unsigned int axis_index) const in get_axis_record()292 bool keep_axis_value (const hb_array_t<const StatAxisRecord> axis_records, in keep_axis_value()310 bool subset (hb_subset_context_t *c, in subset()325 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()327 bool sanitize (hb_sanitize_context_t *c) const in sanitize()336 HBUINT16 format; /* Format identifier — set to 4. */337 HBUINT16 axisCount; /* The total number of axes contributing to339 HBUINT16 flags; /* Flags — see below for details. */340 NameID valueNameID; /* The name ID for entries in the 'name' table[all …]
820 impl<'a> FontRead<'a> for AxisValueFormat4<'a> { implementation836 pub type AxisValueFormat4<'a> = TableRef<'a, AxisValueFormat4Marker>; typedef838 impl<'a> AxisValueFormat4<'a> { impl874 impl<'a> SomeTable<'a> for AxisValueFormat4<'a> { implementation898 impl<'a> std::fmt::Debug for AxisValueFormat4<'a> { implementation