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.hh287 struct _hb_has_null struct
289 static const Type *get_null () { return nullptr; } in get_null()
290 static Type *get_crap () { return nullptr; } in get_crap()
293 struct _hb_has_null<Type, true> struct
295 static const Type *get_null () { return &Null (Type); } in get_null()
296 static Type *get_crap () { return &Crap (Type); } in get_crap()