Searched refs:ArrayOf (Results 1 – 15 of 15) sorted by relevance
1658 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in closure()1659 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in closure()1672 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in collect_glyphs()1673 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in collect_glyphs()1686 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in would_apply()1687 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in would_apply()1699 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in apply()1700 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in apply()1713 ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in sanitize()1715 ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in sanitize()[all …]
186 ArrayOf<GlyphID>310 ArrayOf<GlyphID>438 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure()953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs()980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply()1007 ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize()1024 ArrayOf<GlyphID>
855 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct863 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};867 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};953 struct SortedArrayOf : ArrayOf<Type> {
159 struct IndexArray : ArrayOf<Index>435 ArrayOf<UINT24>611 ArrayOf<Offset>982 ArrayOf<USHORT>
44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
391 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */400 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()426 return TRACE_RETURN (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()980 ArrayOf<EntryExitRecord>
1659 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in closure()1660 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in closure()1673 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in collect_glyphs()1674 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in collect_glyphs()1687 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in would_apply()1688 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in would_apply()1700 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in apply()1701 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in apply()1714 ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in sanitize()1716 ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in sanitize()[all …]
186 ArrayOf<GlyphID>321 ArrayOf<GlyphID>449 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure()973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs()1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply()1027 ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize()1044 ArrayOf<GlyphID>
44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in285 ArrayOf<OffsetTo<Coverage, ULONG> >
160 struct IndexArray : ArrayOf<Index>436 ArrayOf<UINT24>612 ArrayOf<Offset<> >983 ArrayOf<USHORT>
142 ArrayOf<OffsetTo<OffsetTable, ULONG>, ULONG>
745 struct ArrayOf struct853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};934 struct SortedArrayOf : ArrayOf<Type, LenType>
223 ArrayOf<GlyphID, UINT>
685 function ArrayOf(cls) { class689 ArrayOf.prototype.encodedSize = 8; class691 ArrayOf.prototype.decode = function(decoder) {695 ArrayOf.prototype.encode = function(encoder, val) {736 exports.ArrayOf = ArrayOf;