Home
last modified time | relevance | path

Searched refs:get_relaxed (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-object.hh149 int get_relaxed () const { return ref_count.get_relaxed (); } in get_relaxed() function
154 bool is_inert () const { return ref_count.get_relaxed () == HB_REFERENCE_COUNT_INERT_VALUE; } in is_inert()
155 bool is_valid () const { return ref_count.get_relaxed () > 0; } in is_valid()
218 obj ? obj->header.ref_count.get_relaxed () : 0); in hb_object_trace()
253 return !obj->header.writable.get_relaxed (); in hb_object_is_immutable()
Dhb-face.hh86 unsigned int ret = upem.get_relaxed (); in get_upem()
96 unsigned int ret = num_glyphs.get_relaxed (); in get_num_glyphs()
Dhb-cache.hh54 unsigned int v = values[k].get_relaxed (); in get()
Dhb-atomic.hh272 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed() function
289 T *get_relaxed () const { return (T *) hb_atomic_ptr_impl_get_relaxed (&v); } in get_relaxed() function
Dhb-debug.hh68 u.i = _hb_options.get_relaxed (); in hb_options()
73 u.i = _hb_options.get_relaxed (); in hb_options()
Dhb-machinery.hh834 return this->instance.get_relaxed (); in get_stored_relaxed()
844 const Returned * get_relaxed () const { return Funcs::convert (get_stored_relaxed ()); } in get_relaxed() function
Dhb-ot-shape-complex-indic.cc257 hb_codepoint_t glyph = virama_glyph.get_relaxed (); in load_virama_glyph()
1052 hb_codepoint_t virama_glyph = indic_plan->virama_glyph.get_relaxed (); in final_reordering_syllable()
Dhb-ot-layout-gsub-table.hh1475 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1481 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1756 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1762 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()