Home
last modified time | relevance | path

Searched refs:is_inert (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-object.hh153 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
199 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
255 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()
Dhb-machinery.hh149 bool is_inert () const { return !get_data (); } in is_inert() function
157 bool is_inert () const { return false; } in is_inert() function
208 if (unlikely (this->is_inert ())) in get_stored()
/third_party/harfbuzz/src/
Dhb-machinery.hh149 bool is_inert () const { return !get_data (); } in is_inert() function
157 bool is_inert () const { return false; } in is_inert() function
208 if (unlikely (this->is_inert ())) in get_stored()
Dhb-object.hh155 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
239 return unlikely (obj->header.ref_count.is_inert ()); in hb_object_is_inert()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh160 bool is_inert () const { return !get_data (); } in is_inert() function
168 bool is_inert () const { return false; } in is_inert() function
219 if (unlikely (this->is_inert ())) in get_stored()
Dhb-object.hh157 bool is_inert () const { return ref_count.get_relaxed () == HB_REFERENCE_COUNT_INERT_VALUE; } in is_inert() function
246 return unlikely (obj->header.ref_count.is_inert ()); in hb_object_is_inert()
/third_party/chromium/patch/
D0001-cve.patch4171 - bool is_inert = new_style.IsInert();
4172 - if (was_inert != is_inert) {
4174 - frame->SetIsInert(is_inert);