HomeSort by relevance Sort by last modified time
    Searched refs:StructAfter (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-layout-gsub-table.hh 933 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
959 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
999 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
1024 OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
1027 ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
    [all...]
hb-ot-layout-common-private.hh 574 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
592 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
604 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
    [all...]
hb-open-type-private.hh 68 /* StructAfter<T>(X) returns the struct T& that is placed after X.
71 static inline const Type& StructAfter(const TObject &X)
74 static inline Type& StructAfter(TObject &X)
hb-uniscribe.cc 393 unsigned char *p = &OT::StructAfter<unsigned char> (name);

Completed in 100 milliseconds