Searched refs:ArrayOf (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1658 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input);
1659 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1672 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input);
1673 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1686 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHOR
[all...]
H A Dhb-ot-layout-gsub-table.hh186 ArrayOf<GlyphID>
310 ArrayOf<GlyphID>
438 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
1007 ArrayOf<GlyphI
[all...]
H A Dhb-open-type-private.hh857 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct in namespace:OT
865 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
869 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
955 struct SortedArrayOf : ArrayOf<Type> {
H A Dhb-ot-layout-common-private.hh159 struct IndexArray : ArrayOf<Index>
434 ArrayOf<UINT24>
610 ArrayOf<Offset>
981 ArrayOf<USHORT>
H A Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
H A Dhb-ot-layout-gpos-table.hh385 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
394 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
420 return TRACE_RETURN (ArrayOf<MarkRecord>::sanitize (c, this));
974 ArrayOf<EntryExitRecord>
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1640 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input);
1641 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1654 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input);
1655 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead);
1668 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHOR
[all...]
H A Dhb-ot-layout-gsub-table.hh186 ArrayOf<GlyphID>
303 ArrayOf<GlyphID>
431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
974 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
999 ArrayOf<GlyphI
[all...]
H A Dhb-open-type-private.hh851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}; struct in namespace:OT
859 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
863 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
949 struct SortedArrayOf : ArrayOf<Type> {
H A Dhb-ot-layout-common-private.hh159 struct IndexArray : ArrayOf<Index>
434 ArrayOf<UINT24>
610 ArrayOf<Offset>
968 ArrayOf<USHORT>
H A Dhb-ot-layout-gdef-table.hh44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
H A Dhb-ot-layout-gpos-table.hh385 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
393 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
419 return TRACE_RETURN (ArrayOf<MarkRecord>::sanitize (c, this));
969 ArrayOf<EntryExitRecord>
/external/chromium_org/mojo/apps/js/bindings/
H A Dcodec.js402 function ArrayOf(cls) {
406 ArrayOf.prototype.encodedSize = 8;
408 ArrayOf.prototype.decode = function(decoder) {
412 ArrayOf.prototype.encode = function(encoder, val) {
442 exports.ArrayOf = ArrayOf;

Completed in 332 milliseconds