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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 549 inline void set (Type i) { hb_be_uint24_put (v,i); }
hb-private.hh 520 #define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_END macro
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 549 inline void set (Type i) { hb_be_uint24_put (v,i); }
hb-private.hh 520 #define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] (V); } HB_STMT_END macro

Completed in 38 milliseconds