Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-object.hh148 int get_relaxed () const { return ref_count.get_relaxed (); } in get_relaxed() function
153 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert()
154 bool is_valid () const { return ref_count.get_relaxed () > 0; } in is_valid()
199 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert()
214 obj ? obj->header.ref_count.get_relaxed () : 0); in hb_object_trace()
244 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-atomic.hh151 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed() function
169 T *get_relaxed () const { return (T *) hb_atomic_ptr_impl_get_relaxed (&v); } in get_relaxed() function
Dhb-cache.hh54 unsigned int v = values[k].get_relaxed (); in get()
Dhb-machinery.hh225 return this->instance.get_relaxed (); in get_stored_relaxed()
235 const Returned * get_relaxed () const { return Funcs::convert (get_stored_relaxed ()); } in get_relaxed() function
Dhb-debug.hh70 u.i = _hb_options.get_relaxed (); in hb_options()
75 u.i = _hb_options.get_relaxed (); in hb_options()
Dhb-ot-layout-gsub-table.hh1755 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1761 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in closure_glyphs_recurse_func()
1769 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func()
1775 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-shape-complex-indic.cc219 hb_codepoint_t glyph = virama_glyph.get_relaxed (); in load_virama_glyph()
986 hb_codepoint_t virama_glyph = indic_plan->virama_glyph.get_relaxed (); in final_reordering_syllable_indic()
Dhb-ot-layout-gpos-table.hh2972 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
2978 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func()
2984 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()