Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shaper.cc32 static const hb_shaper_pair_t all_shapers[] = {
41 static const hb_shaper_pair_t *static_shapers;
52 const hb_shaper_pair_t *
56 hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&static_shapers); 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()
70 return (const hb_shaper_pair_t *) all_shapers; in _hb_shapers_get()
88 struct hb_shaper_pair_t t = shapers[j]; in _hb_shapers_get()
Dhb-shaper-private.hh43 struct hb_shaper_pair_t { struct
48 HB_INTERNAL const hb_shaper_pair_t * argument
Dhb-shape.cc83 const hb_shaper_pair_t *shapers = _hb_shapers_get (); in hb_shape_list_shapers()
Dhb-shape-plan.cc49 const hb_shaper_pair_t *shapers = _hb_shapers_get (); in hb_shape_plan_plan()