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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh142 static inline bool hb_object_is_inert (const Type *obj) function
150 if (unlikely (!obj || hb_object_is_inert (obj)))
159 if (unlikely (!obj || hb_object_is_inert (obj)))
175 if (unlikely (!obj || hb_object_is_inert (obj)))
184 if (unlikely (!obj || hb_object_is_inert (obj)))
/external/harfbuzz_ng/src/
H A Dhb-object-private.hh192 static inline bool hb_object_is_inert (const Type *obj) function

Completed in 204 milliseconds