Searched refs:ArrayOf (Results 1 – 6 of 6) sorted by relevance
1640 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 …]
186 ArrayOf<GlyphID>303 ArrayOf<GlyphID>431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in921 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>
851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct859 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};863 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};949 struct SortedArrayOf : ArrayOf<Type> {
159 struct IndexArray : ArrayOf<Index>434 ArrayOf<UINT24>610 ArrayOf<Offset>968 ArrayOf<USHORT>
44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
385 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>