Home
last modified time | relevance | path

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

/external/harfbuzz_ng/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()