Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh1942 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in intersects()
1955 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in closure()
1956 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in closure()
1970 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in collect_glyphs()
1971 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in collect_glyphs()
1985 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in would_apply()
1986 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in would_apply()
1998 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in apply()
1999 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); in apply()
2013 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in sanitize()
[all …]
Dhb-ot-math-table.hh188 ArrayOf<MathValueRecord> italicsCorrection; /* Array of MathValueRecords
221 ArrayOf<MathValueRecord> topAccentAttachment; /* Array of MathValueRecords
351 ArrayOf<MathKernInfoRecord> mathKernInfoRecords; /* Array of
528 ArrayOf<MathGlyphPartRecord> partRecords; /* Array of part records, from
574 ArrayOf<MathGlyphVariantRecord> mathGlyphVariantRecord;
Dhb-ot-layout-gsub-table.hh235 ArrayOf<GlyphID>
359 ArrayOf<GlyphID>
544 ArrayOf<GlyphID>
1088 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure()
1115 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs()
1138 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply()
1176 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize()
1193 ArrayOf<GlyphID>
Dhb-open-type.hh509 struct ArrayOf struct
514 HB_NO_CREATE_COPY_ASSIGN_TEMPLATE2 (ArrayOf, Type, LenType);
626 template <typename Type> struct LArrayOf : ArrayOf<Type, HBUINT32> {};
627 typedef ArrayOf<HBUINT8, HBUINT8> PString;
631 struct OffsetArrayOf : ArrayOf<OffsetTo<Type, HBUINT16> > {};
633 struct LOffsetArrayOf : ArrayOf<OffsetTo<Type, HBUINT32> > {};
635 struct LOffsetLArrayOf : ArrayOf<OffsetTo<Type, HBUINT32>, HBUINT32> {};
795 struct SortedArrayOf : ArrayOf<Type, LenType>
Dhb-ot-gasp-table.hh74 ArrayOf<GaspRange>
Dhb-ot-post-table.hh61 ArrayOf<HBUINT16> glyphNameIndex; /* This is not an offset, but is the
243 const ArrayOf<HBUINT16> *glyphNameIndex;
Dhb-aat-layout-lcar-table.hh39 typedef ArrayOf<HBINT16> LigCaretClassEntry;
Dhb-ot-var-avar-table.hh60 struct SegmentMaps : ArrayOf<AxisValueMap>
Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<HBUINT16> AttachPoint; /* Array of contour point indices--in
299 ArrayOf<LOffsetTo<Coverage> >
Dhb-ot-layout-common.hh185 struct IndexArray : ArrayOf<Index>
490 ArrayOf<HBUINT24>
801 ArrayOf<Offset16>
1315 ArrayOf<HBUINT16>
1745 ArrayOf<HBUINT16> regionIndices;
1924 ArrayOf<FeatureTableSubstitutionRecord>
Dhb-aat-layout-just-table.hh82 ArrayOf<HBUINT16>
Dhb-ot-layout-gpos-table.hh423 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
432 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
462 return_trace (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()
1100 ArrayOf<EntryExitRecord>
Dhb-ot-shape-complex-arabic-fallback.hh212 typedef OT::ArrayOf<ManifestLookup> Manifest;
Dhb-aat-layout-common.hh664 ArrayOf<HBUCHAR> classArray; /* The class codes (indexed by glyph index minus
Dhb-ot-cmap-table.hh454 ArrayOf<GlyphID, UINT>
/external/libchrome/mojo/public/js/lib/
Dcodec.js914 function ArrayOf(cls, length) { class
919 ArrayOf.prototype.encodedSize = 8; class
921 ArrayOf.prototype.dimensions = function() {
923 (this.cls instanceof ArrayOf) ? this.cls.dimensions() : []);
926 ArrayOf.prototype.decode = function(decoder) {
930 ArrayOf.prototype.encode = function(encoder, val) {
935 ArrayOf.call(this, cls);
938 NullableArrayOf.prototype = Object.create(ArrayOf.prototype);
1122 internal.ArrayOf = ArrayOf;
Dvalidator.js470 if (valueClass instanceof internal.ArrayOf)
552 if (elementType instanceof internal.ArrayOf)
/external/v8/src/builtins/
Dbuiltins-definitions.h295 TFJ(ArrayOf, SharedFunctionInfo::kDontAdaptArgumentsSentinel) \
Dbuiltins-array-gen.cc2216 TF_BUILTIN(ArrayOf, ArrayPopulatorAssembler) { in TF_BUILTIN() argument