Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var-common.hh1486 struct TupleVarCount : HBUINT16 struct
1489 bool has_shared_point_numbers () const { return ((*this) & SharedPointNumbers); } in has_shared_point_numbers()
1490 unsigned int get_count () const { return (*this) & CountMask; } in get_count()
1491 TupleVarCount& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; } in operator =()
1492 explicit operator bool () const { return get_count (); } in operator bool()
1495 enum Flags