/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-aat-layout-lcar-table.hh | 39 typedef ArrayOf<HBINT16> LigCaretClassEntry;
|
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-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-shape-complex-arabic-fallback.hh | 215 typedef OT::ArrayOf<ManifestLookup> Manifest;
|
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-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/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 3283 …<!-- OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsign… 3285 …<!-- OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsign… 3359 …<!-- const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<… 3361 …<!-- const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<… 3363 …<!-- const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<… 3801 …:ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* … 3802 …<function-decl name='allocate_size<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned i… 3807 …<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int,… 3812 …ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* O… 3813 …<function-decl name='extend_min<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int,… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 2435 …<function-decl name='allocate_size<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned i… 2442 …<function-decl name='extend_min<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int,… 2449 …<function-decl name='extend<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u&… 2561 …<function-decl name='allocate_size<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT… 2568 …<function-decl name='extend_min<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::I… 2575 …<function-decl name='extend<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntTy… 2596 …<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType&… 2603 …<function-decl name='extend_min<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<… 2610 …<function-decl name='extend<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<shor… 2624 …<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<… [all …]
|