Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-object.hh244 static inline bool hb_object_is_inert (const Type *obj) in hb_object_is_inert() function
267 if (unlikely (!obj || hb_object_is_inert (obj))) in hb_object_reference()
277 if (unlikely (!obj || hb_object_is_inert (obj))) in hb_object_destroy()
305 if (unlikely (!obj || hb_object_is_inert (obj))) in hb_object_set_user_data()
332 if (unlikely (!obj || hb_object_is_inert (obj))) in hb_object_get_user_data()
Dhb-shape-plan.cc391 if (unlikely (hb_object_is_inert (shape_plan))) in hb_shape_plan_execute()
466 bool dont_cache = hb_object_is_inert (face); in hb_shape_plan_create_cached2()