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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 550 inline operator Type (void) const { return hb_be_uint24_get (v); }
hb-private.hh 532 #define hb_be_uint24_get(v) (uint32_t) ((v[0] << 16) + (v[1] << 8) + v[2]) macro
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 550 inline operator Type (void) const { return hb_be_uint24_get (v); }
hb-private.hh 521 #define hb_be_uint24_get(v) (uint32_t) ((v[0] << 16) + (v[1] << 8) + v[2]) macro

Completed in 4401 milliseconds