Searched refs:ArrayOf (Results 1 – 20 of 20) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 1941 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in intersects() 1953 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in closure() 1954 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord>> (lookahead); in closure() 1967 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in collect_glyphs() 1968 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord>> (lookahead); in collect_glyphs() 1981 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in would_apply() 1982 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord>> (lookahead); in would_apply() 1994 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in apply() 1995 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord>> (lookahead); in apply() 2036 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16>> (input); in copy() [all …]
|
D | hb-open-type.hh | 550 struct ArrayOf struct 555 HB_DELETE_CREATE_COPY_ASSIGN (ArrayOf); 631 ArrayOf* copy (hb_serialize_context_t *c) const in copy() argument 677 using LArrayOf = ArrayOf<Type, HBUINT32>; 678 using PString = ArrayOf<HBUINT8, HBUINT8>; 682 using OffsetArrayOf = ArrayOf<OffsetTo<Type, HBUINT16>>; 684 using LOffsetArrayOf = ArrayOf<OffsetTo<Type, HBUINT32>>; 686 using LOffsetLArrayOf = ArrayOf<OffsetTo<Type, HBUINT32>, HBUINT32>; 860 struct SortedArrayOf : ArrayOf<Type, LenType> 885 bool ret = ArrayOf<Type, LenType>::serialize (c, items_len); in serialize() [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<HBGlyphID> 377 ArrayOf<HBGlyphID> 587 ArrayOf<HBGlyphID> 1151 const ArrayOf<HBGlyphID> &substitute = StructAfter<ArrayOf<HBGlyphID>> (lookahead); in closure() 1175 const ArrayOf<HBGlyphID> &substitute = StructAfter<ArrayOf<HBGlyphID>> (lookahead); in collect_glyphs() 1195 const ArrayOf<HBGlyphID> &substitute = StructAfter<ArrayOf<HBGlyphID>> (lookahead); in apply() 1233 const ArrayOf<HBGlyphID> &substitute = StructAfter<ArrayOf<HBGlyphID>> (lookahead); in sanitize() 1250 ArrayOf<HBGlyphID>
|
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-ot-var-avar-table.hh | 61 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-aat-layout-lcar-table.hh | 39 typedef ArrayOf<HBINT16> LigCaretClassEntry;
|
D | hb-aat-layout-just-table.hh | 82 ArrayOf<HBUINT16>
|
D | hb-ot-layout-common.hh | 290 struct IndexArray : ArrayOf<Index> 612 ArrayOf<HBUINT24> 904 ArrayOf<Offset16> 1508 ArrayOf<HBUINT16> 2102 ArrayOf<HBUINT16> regionIndices; 2334 ArrayOf<FeatureTableSubstitutionRecord>
|
D | hb-ot-cff1-table.hh | 80 ArrayOf<HBUINT8, HBUINT8> codes; 124 ArrayOf<Encoding1_Range, HBUINT8> ranges; 159 ArrayOf<SuppEncoding, HBUINT8> supps;
|
D | hb-ot-shape-complex-arabic-fallback.hh | 215 typedef OT::ArrayOf<ManifestLookup> Manifest;
|
D | hb-ot-layout-gpos-table.hh | 469 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ 478 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply() 508 return_trace (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize() 1414 ArrayOf<EntryExitRecord>
|
D | hb-ot-cff-common.hh | 575 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;
|
D | hb-aat-layout-common.hh | 662 ArrayOf<HBUCHAR> classArray; /* The class codes (indexed by glyph index minus
|
D | hb-ot-cmap-table.hh | 507 ArrayOf<HBGlyphID, 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 | array-of.tq | 8 ArrayOf(
|