Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DSinglePosFormat2.hh10 struct SinglePosFormat2 : ValueBase struct
13 HBUINT16 format; /* Format identifier--format = 2 */
15 coverage; /* Offset to Coverage table--from
17 ValueFormat valueFormat; /* Defines the types of data in the
19 HBUINT16 valueCount; /* Number of ValueRecords */
20 ValueRecord values; /* Array of ValueRecords--positioning
25 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
33 bool intersects (const hb_set_t *glyphs) const in intersects()
36 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()
37 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs1315 impl<'a> FontRead<'a> for SinglePosFormat2<'a> { implementation
1332 pub type SinglePosFormat2<'a> = TableRef<'a, SinglePosFormat2Marker>; typedef
1334 impl<'a> SinglePosFormat2<'a> { implementation
1376 impl<'a> SomeTable<'a> for SinglePosFormat2<'a> { implementation
1403 impl<'a> std::fmt::Debug for SinglePosFormat2<'a> { implementation