Home
last modified time | relevance | path

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

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gsubgpos-private.hh1658 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 …]
Dhb-ot-layout-gsub-table.hh186 ArrayOf<GlyphID>
310 ArrayOf<GlyphID>
438 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
927 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>
Dhb-open-type-private.hh855 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct
863 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
867 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
953 struct SortedArrayOf : ArrayOf<Type> {
Dhb-ot-layout-common-private.hh159 struct IndexArray : ArrayOf<Index>
435 ArrayOf<UINT24>
611 ArrayOf<Offset>
982 ArrayOf<USHORT>
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
Dhb-ot-layout-gpos-table.hh391 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>
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh1659 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 …]
Dhb-ot-layout-gsub-table.hh186 ArrayOf<GlyphID>
321 ArrayOf<GlyphID>
449 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
947 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>
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
285 ArrayOf<OffsetTo<Coverage, ULONG> >
Dhb-ot-layout-common-private.hh160 struct IndexArray : ArrayOf<Index>
436 ArrayOf<UINT24>
612 ArrayOf<Offset<> >
983 ArrayOf<USHORT>
Dhb-open-file-private.hh142 ArrayOf<OffsetTo<OffsetTable, ULONG>, ULONG>
Dhb-open-type-private.hh745 struct ArrayOf struct
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
934 struct SortedArrayOf : ArrayOf<Type, LenType>
Dhb-ot-layout-gpos-table.hh391 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>
Dhb-ot-cmap-table.hh223 ArrayOf<GlyphID, UINT>
/external/chromium_org/mojo/public/js/bindings/
Dcodec.js685 function ArrayOf(cls) { class
689 ArrayOf.prototype.encodedSize = 8; class
691 ArrayOf.prototype.decode = function(decoder) {
695 ArrayOf.prototype.encode = function(encoder, val) {
736 exports.ArrayOf = ArrayOf;