Searched refs:is_inert (Results 1 – 7 of 7) sorted by relevance
153 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function199 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function255 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_reference()265 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_destroy()293 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_set_user_data()320 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_get_user_data()
149 bool is_inert () const { return !get_data (); } in is_inert() function157 bool is_inert () const { return false; } in is_inert() function208 if (unlikely (this->is_inert ())) in get_stored()
155 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function239 return unlikely (obj->header.ref_count.is_inert ()); in hb_object_is_inert()
160 bool is_inert () const { return !get_data (); } in is_inert() function168 bool is_inert () const { return false; } in is_inert() function219 if (unlikely (this->is_inert ())) in get_stored()
157 bool is_inert () const { return ref_count.get_relaxed () == HB_REFERENCE_COUNT_INERT_VALUE; } in is_inert() function246 return unlikely (obj->header.ref_count.is_inert ()); in hb_object_is_inert()
4171 - bool is_inert = new_style.IsInert();4172 - if (was_inert != is_inert) {4174 - frame->SetIsInert(is_inert);