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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 41 hb_options_union_t _hb_options; variable
54 _hb_options = u;
hb-private.hh 900 extern HB_INTERNAL hb_options_union_t _hb_options;
905 if (unlikely (!_hb_options.i))
908 return _hb_options.opts;
  /external/harfbuzz_ng/src/
hb-common.cc 41 hb_options_union_t _hb_options; variable
54 _hb_options = u;
hb-private.hh 889 extern HB_INTERNAL hb_options_union_t _hb_options;
894 if (unlikely (!_hb_options.i))
897 return _hb_options.opts;

Completed in 451 milliseconds