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 39 hb_options_union_t _hb_options; variable
52 _hb_options = u;
hb-private.hh 967 extern HB_INTERNAL hb_options_union_t _hb_options;
972 if (unlikely (!_hb_options.i))
975 return _hb_options.opts;
  /external/harfbuzz_ng/src/
hb-common.cc 39 hb_options_union_t _hb_options; variable
52 _hb_options = u;
hb-private.hh 917 extern HB_INTERNAL hb_options_union_t _hb_options;
922 if (unlikely (!_hb_options.i))
925 return _hb_options.opts;

Completed in 96 milliseconds