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

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh789 struct OffsetTo : Offset<OffsetType> struct in namespace:OT
833 template <typename Type> struct LOffsetTo : OffsetTo<Type, ULONG> {};
835 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); } argument
837 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
959 struct OffsetArrayOf : ArrayOf<OffsetTo<Type, OffsetType> > {};

Completed in 112 milliseconds