Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh259 struct _hb_has_null struct
265 struct _hb_has_null<Type, true> struct
281 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_null (); in operator ()()
286 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_crap (); in operator ()()