Home
last modified time | relevance | path

Searched refs:hb_options_union_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh849 union hb_options_union_t { union
853 static_assert ((sizeof (int) == sizeof (hb_options_union_t)), "");
858 extern HB_INTERNAL hb_options_union_t _hb_options;
Dhb-common.cc42 hb_options_union_t _hb_options;
47 hb_options_union_t u; in _hb_options_init()