HomeSort by relevance Sort by last modified time
    Searched refs:ArrayOf (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-layout-gsub-table.hh 186 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<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead)
    [all...]
hb-open-type-private.hh 851 struct ArrayOf : GenericArrayOf<USHORT, Type> {};
859 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
863 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
949 struct SortedArrayOf : ArrayOf<Type> {
hb-ot-layout-common-private.hh 159 struct IndexArray : ArrayOf<Index>
434 ArrayOf<UINT24>
610 ArrayOf<Offset>
968 ArrayOf<USHORT>
    [all...]
hb-ot-layout-gdef-table.hh 44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
hb-ot-layout-gpos-table.hh 385 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>
    [all...]

Completed in 536 milliseconds