OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_atomic_ptr_get
(Results
1 - 15
of
15
) sorted by null
/external/harfbuzz_ng/src/
hb-shaper.cc
56
hb_shaper_pair_t *shapers = (hb_shaper_pair_t *)
hb_atomic_ptr_get
(&static_shapers);
hb-shaper-private.hh
98
HB_SHAPER_DATA_TYPE (shaper, object) *data = (HB_SHAPER_DATA_TYPE (shaper, object) *)
hb_atomic_ptr_get
(&HB_SHAPER_DATA (shaper, object)); \
hb-ucdn.cc
249
hb_unicode_funcs_t *funcs = (hb_unicode_funcs_t *)
hb_atomic_ptr_get
(&static_ucdn_funcs);
hb-icu.cc
362
hb_unicode_funcs_t *funcs = (hb_unicode_funcs_t *)
hb_atomic_ptr_get
(&static_icu_funcs);
367
if (!
hb_atomic_ptr_get
(&normalizer)) {
hb-atomic-private.hh
185
#define
hb_atomic_ptr_get
(P) hb_atomic_ptr_impl_get(P)
macro
hb-shape.cc
72
const char **shaper_list = (const char **)
hb_atomic_ptr_get
(&static_shaper_list);
hb-ft.cc
434
hb_font_funcs_t *funcs = (hb_font_funcs_t *)
hb_atomic_ptr_get
(&static_ft_funcs);
684
FT_Library library = (FT_Library)
hb_atomic_ptr_get
(&ft_library);
hb-glib.cc
381
hb_unicode_funcs_t *funcs = (hb_unicode_funcs_t *)
hb_atomic_ptr_get
(&static_glib_funcs);
hb-ot-font.cc
227
hb_font_funcs_t *funcs = (hb_font_funcs_t *)
hb_atomic_ptr_get
(&static_ot_funcs);
hb-ot-post-table.hh
147
uint16_t *gids = (uint16_t *)
hb_atomic_ptr_get
(&gids_sorted_by_name);
hb-common.cc
268
hb_language_item_t *first_lang = (hb_language_item_t *)
hb_atomic_ptr_get
(&langs);
370
hb_language_t language = (hb_language_t)
hb_atomic_ptr_get
(&default_language);
730
HB_LOCALE_T C = (HB_LOCALE_T)
hb_atomic_ptr_get
(&C_locale);
hb-shape-plan.cc
519
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
1107
T *p = (T *)
hb_atomic_ptr_get
(&instance);
1154
T *p = (T *)
hb_atomic_ptr_get
(&instance);
hb-ot-shape-complex-arabic.cc
407
arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *)
hb_atomic_ptr_get
(&arabic_plan->fallback_plan);
hb-uniscribe.cc
236
hb_uniscribe_shaper_funcs_t *funcs = (hb_uniscribe_shaper_funcs_t *)
hb_atomic_ptr_get
(&uniscribe_funcs);
Completed in 234 milliseconds