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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 686 struct GenericOffsetTo : OffsetType
737 inline const Type& operator + (const Base &base, const GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
739 inline Type& operator + (Base &base, GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
742 struct OffsetTo : GenericOffsetTo<Offset, Type> {};
745 struct LongOffsetTo : GenericOffsetTo<LongOffset, Type> {};
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 686 struct GenericOffsetTo : OffsetType
737 inline const Type& operator + (const Base &base, const GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
739 inline Type& operator + (Base &base, GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
742 struct OffsetTo : GenericOffsetTo<Offset, Type> {};
745 struct LongOffsetTo : GenericOffsetTo<LongOffset, Type> {};

Completed in 2939 milliseconds