Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shaper.cc32 static const hb_shaper_pair_t all_shapers[] = { variable
47 if (unlikely (static_shapers != all_shapers)) in free_static_shapers()
62 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get()
63 return (const hb_shaper_pair_t *) all_shapers; in _hb_shapers_get()
67 shapers = (hb_shaper_pair_t *) calloc (1, sizeof (all_shapers)); in _hb_shapers_get()
69 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get()
70 return (const hb_shaper_pair_t *) all_shapers; in _hb_shapers_get()
73 memcpy (shapers, all_shapers, sizeof (all_shapers)); in _hb_shapers_get()
83 for (unsigned int j = i; j < ARRAY_LENGTH (all_shapers); j++) in _hb_shapers_get()