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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 530 inline operator Type (void) const { return hb_be_uint16_get (v); }
hb-private.hh 513 #define hb_be_uint16_get(v) (uint16_t) ((v[0] << 8) + v[1]) macro
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 530 inline operator Type (void) const { return hb_be_uint16_get (v); }
hb-private.hh 513 #define hb_be_uint16_get(v) (uint16_t) ((v[0] << 8) + v[1]) macro

Completed in 33 milliseconds