Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DSinglePosFormat1.hh11 struct SinglePosFormat1 : ValueBase struct
14 HBUINT16 format; /* Format identifier--format = 1 */
16 coverage; /* Offset to Coverage table--from
18 ValueFormat valueFormat; /* Defines the types of data in the
20 ValueRecord values; /* Defines positioning
26 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
43 bool intersects (const hb_set_t *glyphs) const in intersects()
46 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()
47 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
58 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs1200 impl<'a> FontRead<'a> for SinglePosFormat1<'a> { implementation
1215 pub type SinglePosFormat1<'a> = TableRef<'a, SinglePosFormat1Marker>; typedef
1217 impl<'a> SinglePosFormat1<'a> { implementation
1253 impl<'a> SomeTable<'a> for SinglePosFormat1<'a> { implementation
1275 impl<'a> std::fmt::Debug for SinglePosFormat1<'a> { implementation