Home
last modified time | relevance | path

Searched refs:hb_atomic_int_t (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cache.hh39 static_assert ((key_bits + value_bits - cache_bits <= 8 * sizeof (hb_atomic_int_t)), "");
40 static_assert (sizeof (hb_atomic_int_t) == sizeof (unsigned int), "");
55 …if ((key_bits + value_bits - cache_bits == 8 * sizeof (hb_atomic_int_t) && v == (unsigned int) -1)… in get()
73 hb_atomic_int_t values[1u<<cache_bits];
Dhb-face.hh56 mutable hb_atomic_int_t upem; /* Units-per-EM. */
57 mutable hb_atomic_int_t num_glyphs; /* Number of glyphs. */
Dhb-object.hh146 mutable hb_atomic_int_t ref_count;
197 mutable hb_atomic_int_t writable;
Dhb-debug.hh56 static_assert ((sizeof (hb_atomic_int_t) >= sizeof (hb_options_union_t)), "");
61 extern HB_INTERNAL hb_atomic_int_t _hb_options;
Dhb-atomic.hh268 struct hb_atomic_int_t struct
Dhb-common.cc51 hb_atomic_int_t _hb_options;
Dhb-ft.cc80 mutable hb_atomic_int_t cached_x_scale;
Dhb-ot-shape-complex-indic.cc278 mutable hb_atomic_int_t virama_glyph;