HomeSort by relevance Sort by last modified time
    Searched defs:OffsetTo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 693 struct OffsetTo : Offset<OffsetType>
734 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); }
736 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 693 struct OffsetTo : Offset<OffsetType>
734 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); }
736 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};

Completed in 88 milliseconds