Home
last modified time | relevance | path

Searched refs:ArrayOf (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh1640 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in closure()
1641 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in closure()
1654 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in collect_glyphs()
1655 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in collect_glyphs()
1668 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in would_apply()
1669 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in would_apply()
1681 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in apply()
1682 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in apply()
1695 ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in sanitize()
1697 ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in sanitize()
[all …]
Dhb-ot-layout-gsub-table.hh186 ArrayOf<GlyphID>
303 ArrayOf<GlyphID>
431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure()
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs()
974 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply()
999 ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize()
1016 ArrayOf<GlyphID>
Dhb-open-type-private.hh851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct
859 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
863 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
949 struct SortedArrayOf : ArrayOf<Type> {
Dhb-ot-layout-common-private.hh159 struct IndexArray : ArrayOf<Index>
434 ArrayOf<UINT24>
610 ArrayOf<Offset>
968 ArrayOf<USHORT>
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
Dhb-ot-layout-gpos-table.hh385 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
393 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
419 return TRACE_RETURN (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()
969 ArrayOf<EntryExitRecord>