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.hh558 struct BEInt<Type, 1> struct
561 inline void set (Type V) in set()
565 inline operator Type (void) const in operator Type()
569 private: uint8_t v;
572 struct BEInt<Type, 2> struct
575 inline void set (Type V) in set()
580 inline operator Type (void) const in operator Type()
585 private: uint8_t v[2];
588 struct BEInt<Type, 3> struct
591 inline void set (Type V) in set()
[all …]