OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_atomic_ptr_get
(Results
1 - 12
of
12
) sorted by null
/external/harfbuzz_ng/src/
hb-shape.cc
72
const char **shaper_list = (const char **)
hb_atomic_ptr_get
(&static_shaper_list);
hb-shaper.cc
56
hb_shaper_pair_t *shapers = (hb_shaper_pair_t *)
hb_atomic_ptr_get
(&static_shapers);
hb-shaper-private.hh
91
HB_SHAPER_DATA_TYPE (shaper, object) *data = (HB_SHAPER_DATA_TYPE (shaper, object) *)
hb_atomic_ptr_get
(&HB_SHAPER_DATA (shaper, object)); \
hb-atomic-private.hh
185
#define
hb_atomic_ptr_get
(P) hb_atomic_ptr_impl_get(P)
macro
hb-common.cc
254
hb_language_item_t *first_lang = (hb_language_item_t *)
hb_atomic_ptr_get
(&langs);
351
hb_language_t language = (hb_language_t)
hb_atomic_ptr_get
(&default_language);
hb-icu.cc
364
if (!
hb_atomic_ptr_get
(&normalizer)) {
hb-ft.cc
439
hb_font_funcs_t *funcs = (hb_font_funcs_t *)
hb_atomic_ptr_get
(&static_ft_funcs);
678
FT_Library library = (FT_Library)
hb_atomic_ptr_get
(&ft_library);
hb-shape-plan.cc
528
hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *)
hb_atomic_ptr_get
(&face->shape_plans);
hb-open-type-private.hh
1091
T *p = (T *)
hb_atomic_ptr_get
(&instance);
1138
T *p = (T *)
hb_atomic_ptr_get
(&instance);
hb-ot-font.cc
578
hb_font_funcs_t *funcs = (hb_font_funcs_t *)
hb_atomic_ptr_get
(&static_ot_funcs);
hb-ot-shape-complex-arabic.cc
402
arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *)
hb_atomic_ptr_get
(&arabic_plan->fallback_plan);
hb-uniscribe.cc
239
hb_uniscribe_shaper_funcs_t *funcs = (hb_uniscribe_shaper_funcs_t *)
hb_atomic_ptr_get
(&uniscribe_funcs);
Completed in 232 milliseconds