Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh556 struct BEInt<Type, 1> struct
559 inline void set (Type V) in set()
563 inline operator Type (void) const in operator Type()
567 private: uint8_t v;
570 struct BEInt<Type, 2> struct
573 inline void set (Type V) in set()
578 inline operator Type (void) const in operator Type()
583 private: uint8_t v[2];
586 struct BEInt<Type, 3> struct
589 inline void set (Type V) in set()
[all …]