Home
last modified time | relevance | path

Searched refs:hb_be_uint24_eq (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh522 #define hb_be_uint24_eq(a,b) (a[0] == b[0] && a[1] == b[1] && a[2] == b[2]) macro
Dhb-open-type-private.hh551 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); } in operator ==()