Searched defs:AxisValueFormat1 (Results 1 – 2 of 2) sorted by relevance
96 struct AxisValueFormat1 struct98 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()99 float get_value () const { return value.to_float (); } in get_value()101 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()103 hb_tag_t get_axis_tag (const hb_array_t<const StatAxisRecord> axis_records) const in get_axis_tag()109 bool keep_axis_value (const hb_array_t<const StatAxisRecord> axis_records, in keep_axis_value()118 bool subset (hb_subset_context_t *c, in subset()130 bool sanitize (hb_sanitize_context_t *c) const in sanitize()137 HBUINT16 format; /* Format identifier — set to 1. */138 HBUINT16 axisIndex; /* Zero-base index into the axis record array[all …]
462 impl<'a> FontRead<'a> for AxisValueFormat1<'a> { implementation475 pub type AxisValueFormat1<'a> = TableRef<'a, AxisValueFormat1Marker>; typedef477 impl<'a> AxisValueFormat1<'a> { implementation513 impl<'a> SomeTable<'a> for AxisValueFormat1<'a> { implementation530 impl<'a> std::fmt::Debug for AxisValueFormat1<'a> { implementation