Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh540 #define hb_be_uint24_get(v) (uint32_t) ((v[0] << 16) + (v[1] << 8) + v[2]) macro
Dhb-open-type-private.hh557 inline operator Type (void) const { return hb_be_uint24_get (v); } in operator Type()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-open-type-private.hh557 inline operator Type (void) const { return hb_be_uint24_get (v); } in operator Type()
Dhb-private.hh579 #define hb_be_uint24_get(v) (uint32_t) ((v[0] << 16) + (v[1] << 8) + v[2]) macro