Searched refs:BEInt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh530 template <typename Type, int Bytes> struct BEInt;
533 struct BEInt<Type, 2> struct in namespace:OT
538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } argument
539 inline bool operator != (const BEInt<Type, 2>& o) const { return !(*this == o); } argument
543 struct BEInt<Type, 4> struct in namespace:OT
548 inline bool operator == (const BEInt<Type, 4>& o) const { return hb_be_uint32_eq (v, o.v); } argument
549 inline bool operator != (const BEInt<Type, 4>& o) const { return !(*this == o); } argument
553 struct BEInt<Type, 3> struct in namespace:OT
558 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); } argument
559 inline bool operator != (const BEInt<Typ argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh530 template <typename Type, int Bytes> struct BEInt;
533 struct BEInt<Type, 2> struct in namespace:OT
538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } argument
539 inline bool operator != (const BEInt<Type, 2>& o) const { return !(*this == o); } argument
543 struct BEInt<Type, 4> struct in namespace:OT
548 inline bool operator == (const BEInt<Type, 4>& o) const { return hb_be_uint32_eq (v, o.v); } argument
549 inline bool operator != (const BEInt<Type, 4>& o) const { return !(*this == o); } argument
553 struct BEInt<Type, 3> struct in namespace:OT
558 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); } argument
559 inline bool operator != (const BEInt<Typ argument
[all...]

Completed in 73 milliseconds