Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh1667 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in closure()
1668 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in closure()
1681 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in collect_glyphs()
1682 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in collect_glyphs()
1695 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in would_apply()
1696 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in would_apply()
1708 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in apply()
1709 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in apply()
1723 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in sanitize()
1725 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in sanitize()
[all …]
Dhb-ot-layout-gsub-table.hh202 ArrayOf<GlyphID>
326 ArrayOf<GlyphID>
451 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
958 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure()
988 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs()
1015 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply()
1043 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize()
1060 ArrayOf<GlyphID>
Dhb-ot-math-table.hh188 ArrayOf<MathValueRecord> italicsCorrection; /* Array of MathValueRecords
221 ArrayOf<MathValueRecord> topAccentAttachment; /* Array of MathValueRecords
352 ArrayOf<MathKernInfoRecord> mathKernInfoRecords; /* Array of
530 ArrayOf<MathGlyphPartRecord> partRecords; /* Array of part records, from
578 ArrayOf<MathGlyphVariantRecord> mathGlyphVariantRecord;
Dhb-ot-layout-common-private.hh175 struct IndexArray : ArrayOf<Index>
456 ArrayOf<UINT24>
669 ArrayOf<Offset<> >
1056 ArrayOf<USHORT>
1307 ArrayOf<USHORT> regionIndices;
1474 ArrayOf<FeatureTableSubstitutionRecord>
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
298 ArrayOf<LOffsetTo<Coverage> >
Dhb-ot-var-avar-table.hh52 struct SegmentMaps : ArrayOf<AxisValueMap>
Dhb-open-type-private.hh846 struct ArrayOf struct
955 template <typename Type> struct LArrayOf : ArrayOf<Type, ULONG> {};
959 struct OffsetArrayOf : ArrayOf<OffsetTo<Type, OffsetType> > {};
1044 struct SortedArrayOf : ArrayOf<Type, LenType>
Dhb-open-file-private.hh145 ArrayOf<LOffsetTo<OffsetTable>, ULONG>
Dhb-ot-layout-gpos-table.hh414 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
423 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
452 return_trace (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()
1025 ArrayOf<EntryExitRecord>
Dhb-ot-shape-complex-arabic-fallback.hh222 typedef OT::ArrayOf<ManifestLookup> Manifest;
Dhb-ot-cmap-table.hh243 ArrayOf<GlyphID, UINT>
/external/libmojo/mojo/public/js/
Dcodec.js743 function ArrayOf(cls, length) { class
748 ArrayOf.prototype.encodedSize = 8; class
750 ArrayOf.prototype.dimensions = function() {
752 (this.cls instanceof ArrayOf) ? this.cls.dimensions() : []);
755 ArrayOf.prototype.decode = function(decoder) {
759 ArrayOf.prototype.encode = function(encoder, val) {
764 ArrayOf.call(this, cls);
767 NullableArrayOf.prototype = Object.create(ArrayOf.prototype);
869 exports.ArrayOf = ArrayOf;
Dvalidator.js273 if (valueClass instanceof codec.ArrayOf)
346 if (elementType instanceof codec.ArrayOf)
/external/v8/src/js/
Darray.js1476 function ArrayOf(...args) { class
1515 "of", ArrayOf