Home
last modified time | relevance | path

Searched refs:hb_be_uint16_eq (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh533 #define hb_be_uint16_eq(a,b) (a[0] == b[0] && a[1] == b[1]) macro
Dhb-open-type-private.hh538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } in operator ==()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-open-type-private.hh538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); } in operator ==()
Dhb-private.hh572 #define hb_be_uint16_eq(a,b) (a[0] == b[0] && a[1] == b[1]) macro