Home
last modified time | relevance | path

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

/third_party/harfbuzz/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-atomic.hh152 struct hb_atomic_int_t struct
154 hb_atomic_int_t () = default;
155 constexpr hb_atomic_int_t (int v) : v (v) {} in hb_atomic_int_t() function
Dhb-object.hh147 mutable hb_atomic_int_t ref_count;
198 mutable hb_atomic_int_t writable = 0;
Dhb-debug.hh55 static_assert ((sizeof (hb_atomic_int_t) >= sizeof (hb_options_union_t)), "");
60 extern HB_INTERNAL hb_atomic_int_t _hb_options;
Dhb-common.cc50 hb_atomic_int_t _hb_options;
Dhb-ot-shape-complex-indic.cc246 mutable hb_atomic_int_t virama_glyph;
/third_party/skia/third_party/externals/harfbuzz/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-atomic.hh144 struct hb_atomic_int_t struct
146 hb_atomic_int_t () = default;
147 constexpr hb_atomic_int_t (int v) : v (v) {} in hb_atomic_int_t() function
Dhb-object.hh145 mutable hb_atomic_int_t ref_count;
196 mutable hb_atomic_int_t writable = 0;
Dhb-debug.hh55 static_assert ((sizeof (hb_atomic_int_t) >= sizeof (hb_options_union_t)), "");
60 extern HB_INTERNAL hb_atomic_int_t _hb_options;
Dhb-common.cc50 hb_atomic_int_t _hb_options;
Dhb-ot-shape-complex-indic.cc244 mutable hb_atomic_int_t virama_glyph;
/third_party/flutter/skia/third_party/externals/harfbuzz/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.hh149 mutable hb_atomic_int_t ref_count;
200 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.hh269 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.cc282 mutable hb_atomic_int_t virama_glyph;