Searched defs:OffsetTo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh693 struct OffsetTo : Offset<OffsetType> struct in namespace:OT
734 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); } argument
736 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh693 struct OffsetTo : Offset<OffsetType> struct in namespace:OT
734 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); } argument
736 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};

Completed in 1751 milliseconds