Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-stat-table.hh287 struct AxisValueFormat4 struct
289 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 to
339 HBUINT16 flags; /* Flags — see below for details. */
340 NameID valueNameID; /* The name ID for entries in the 'name' table
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_stat.rs820 impl<'a> FontRead<'a> for AxisValueFormat4<'a> { implementation
836 pub type AxisValueFormat4<'a> = TableRef<'a, AxisValueFormat4Marker>; typedef
838 impl<'a> AxisValueFormat4<'a> { impl
874 impl<'a> SomeTable<'a> for AxisValueFormat4<'a> { implementation
898 impl<'a> std::fmt::Debug for AxisValueFormat4<'a> { implementation