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

  /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 364 milliseconds