Searched defs:hb_object_is_inert (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-object-private.hh145 static inline bool hb_object_is_inert (const Type *obj) function
158 if (unlikely (!obj || hb_object_is_inert (obj)))
168 if (unlikely (!obj || hb_object_is_inert (obj)))
185 if (unlikely (!obj || hb_object_is_inert (obj)))
195 if (unlikely (!obj || hb_object_is_inert (obj)))

Completed in 38 milliseconds