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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh523 template <typename Type, int Bytes> struct BEInt;
526 struct BEInt<Type, 2> struct in namespace:OT
531 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } argument
532 inline bool operator != (const BEInt<Type, 2>& o) const { return !(*this == o); } argument
536 struct BEInt<Type, 4> struct in namespace:OT
541 inline bool operator == (const BEInt<Type, 4>& o) const { return hb_be_uint32_eq (v, o.v); } argument
542 inline bool operator != (const BEInt<Type, 4>& o) const { return !(*this == o); } argument
546 struct BEInt<Type, 3> struct in namespace:OT
551 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); } argument
552 inline bool operator != (const BEInt<Typ argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh523 template <typename Type, int Bytes> struct BEInt;
526 struct BEInt<Type, 2> struct in namespace:OT
531 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } argument
532 inline bool operator != (const BEInt<Type, 2>& o) const { return !(*this == o); } argument
536 struct BEInt<Type, 4> struct in namespace:OT
541 inline bool operator == (const BEInt<Type, 4>& o) const { return hb_be_uint32_eq (v, o.v); } argument
542 inline bool operator != (const BEInt<Type, 4>& o) const { return !(*this == o); } argument
546 struct BEInt<Type, 3> struct in namespace:OT
551 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); } argument
552 inline bool operator != (const BEInt<Typ argument
[all...]

Completed in 145 milliseconds