Home
last modified time | relevance | path

Searched defs:AxisValueFormat3 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-stat-table.hh210 struct AxisValueFormat3 struct
212 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()
213 float get_value () const { return value.to_float (); } in get_value()
215 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()
217 hb_tag_t get_axis_tag (const hb_array_t<const StatAxisRecord> axis_records) const in get_axis_tag()
223 bool keep_axis_value (const hb_array_t<const StatAxisRecord> axis_records, in keep_axis_value()
232 bool subset (hb_subset_context_t *c, in subset()
244 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
251 HBUINT16 format; /* Format identifier — set to 3. */
252 HBUINT16 axisIndex; /* Zero-base index into the axis record array
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_stat.rs704 impl<'a> FontRead<'a> for AxisValueFormat3<'a> { implementation
718 pub type AxisValueFormat3<'a> = TableRef<'a, AxisValueFormat3Marker>; typedef
720 impl<'a> AxisValueFormat3<'a> { implementation
762 impl<'a> SomeTable<'a> for AxisValueFormat3<'a> { implementation
780 impl<'a> std::fmt::Debug for AxisValueFormat3<'a> { implementation