Home
last modified time | relevance | path

Searched defs:ReverseChainSingleSubstFormat1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DReverseChainSingleSubstFormat1.hh10 struct ReverseChainSingleSubstFormat1 struct
13 HBUINT16 format; /* Format identifier--format = 1 */
15 coverage; /* Offset to Coverage table--from
18 backtrack; /* Array of coverage tables
22 lookaheadX; /* Array of coverage tables
26 substituteX; /* Array of substitute
31 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
45 bool intersects (const hb_set_t *glyphs) const in intersects()
67 bool may_have_non_1to1 () const in may_have_non_1to1()
70 void closure (hb_closure_context_t *c) const in closure()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gsub.rs1468 impl<'a> FontRead<'a> for ReverseChainSingleSubstFormat1<'a> { implementation
1493 pub type ReverseChainSingleSubstFormat1<'a> = TableRef<'a, ReverseChainSingleSubstFormat1Marker>; typedef
1495 impl<'a> ReverseChainSingleSubstFormat1<'a> { implementation
1569 impl<'a> SomeTable<'a> for ReverseChainSingleSubstFormat1<'a> { implementation
1627 impl<'a> std::fmt::Debug for ReverseChainSingleSubstFormat1<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/gsub/
H A Dclosure.rs244 impl GlyphClosure for ReverseChainSingleSubstFormat1<'_> { implementation