Searched refs:hb_be_uint16_get (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh537 inline operator Type (void) const { return hb_be_uint16_get (v); }
H A Dhb-private.hh571 #define hb_be_uint16_get(v) (uint16_t) ((v[0] << 8) + v[1]) macro
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh537 inline operator Type (void) const { return hb_be_uint16_get (v); }
H A Dhb-private.hh532 #define hb_be_uint16_get(v) (uint16_t) ((v[0] << 8) + v[1]) macro

Completed in 98 milliseconds