Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh298 struct _hb_has_null struct
300 static const Type *get_null () { return nullptr; } in get_null()
301 static Type *get_crap () { return nullptr; } in get_crap()
304 struct _hb_has_null<Type, true> struct
306 static const Type *get_null () { return &Null (Type); } in get_null()
307 static Type *get_crap () { return &Crap (Type); } in get_crap()