HomeSort by relevance Sort by last modified time
    Searched refs:hb_be_uint24_eq (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 558 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); }
hb-private.hh 580 #define hb_be_uint24_eq(a,b) (a[0] == b[0] && a[1] == b[1] && a[2] == b[2]) macro
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 558 inline bool operator == (const BEInt<Type, 3>& o) const { return hb_be_uint24_eq (v, o.v); }
hb-private.hh 541 #define hb_be_uint24_eq(a,b) (a[0] == b[0] && a[1] == b[1] && a[2] == b[2]) macro

Completed in 142 milliseconds