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

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