Searched refs:ArrayOf (Results 1 – 19 of 19) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 1942 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 …]
|
D | hb-ot-math-table.hh | 188 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;
|
D | hb-ot-layout-gsub-table.hh | 235 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>
|
D | hb-open-type.hh | 509 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>
|
D | hb-ot-gasp-table.hh | 74 ArrayOf<GaspRange>
|
D | hb-ot-post-table.hh | 61 ArrayOf<HBUINT16> glyphNameIndex; /* This is not an offset, but is the 243 const ArrayOf<HBUINT16> *glyphNameIndex;
|
D | hb-aat-layout-lcar-table.hh | 39 typedef ArrayOf<HBINT16> LigCaretClassEntry;
|
D | hb-ot-var-avar-table.hh | 60 struct SegmentMaps : ArrayOf<AxisValueMap>
|
D | hb-ot-layout-gdef-table.hh | 44 typedef ArrayOf<HBUINT16> AttachPoint; /* Array of contour point indices--in 299 ArrayOf<LOffsetTo<Coverage> >
|
D | hb-ot-layout-common.hh | 185 struct IndexArray : ArrayOf<Index> 490 ArrayOf<HBUINT24> 801 ArrayOf<Offset16> 1315 ArrayOf<HBUINT16> 1745 ArrayOf<HBUINT16> regionIndices; 1924 ArrayOf<FeatureTableSubstitutionRecord>
|
D | hb-aat-layout-just-table.hh | 82 ArrayOf<HBUINT16>
|
D | hb-ot-layout-gpos-table.hh | 423 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>
|
D | hb-ot-shape-complex-arabic-fallback.hh | 212 typedef OT::ArrayOf<ManifestLookup> Manifest;
|
D | hb-aat-layout-common.hh | 664 ArrayOf<HBUCHAR> classArray; /* The class codes (indexed by glyph index minus
|
D | hb-ot-cmap-table.hh | 454 ArrayOf<GlyphID, UINT>
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 914 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;
|
D | validator.js | 470 if (valueClass instanceof internal.ArrayOf) 552 if (elementType instanceof internal.ArrayOf)
|
/external/v8/src/builtins/ |
D | builtins-definitions.h | 295 TFJ(ArrayOf, SharedFunctionInfo::kDontAdaptArgumentsSentinel) \
|
D | builtins-array-gen.cc | 2216 TF_BUILTIN(ArrayOf, ArrayPopulatorAssembler) { in TF_BUILTIN() argument
|