Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-object.hh240 static inline bool hb_object_is_valid (const Type *obj) in hb_object_is_valid() function
260 assert (hb_object_is_valid (obj)); in hb_object_reference()
270 assert (hb_object_is_valid (obj)); in hb_object_destroy()
302 assert (hb_object_is_valid (obj)); in hb_object_set_user_data()
329 assert (hb_object_is_valid (obj)); in hb_object_get_user_data()
Dhb-shape-plan.cc406 if (unlikely (!hb_object_is_valid (shape_plan))) in _hb_shape_plan_execute_internal()
531 bool dont_cache = !hb_object_is_valid (face); in hb_shape_plan_create_cached2()