Searched refs:hb_shaper_pair_t (Results 1 – 4 of 4) sorted by relevance
32 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()
43 struct hb_shaper_pair_t { struct48 HB_INTERNAL const hb_shaper_pair_t * argument
83 const hb_shaper_pair_t *shapers = _hb_shapers_get (); in hb_shape_list_shapers()
49 const hb_shaper_pair_t *shapers = _hb_shapers_get (); in hb_shape_plan_plan()