HomeSort by relevance Sort by last modified time
    Searched refs:hb_shaper_pair_t (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-shaper.cc 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);
63 return (const hb_shaper_pair_t *) all_shapers;
67 shapers = (hb_shaper_pair_t *) calloc (1, sizeof (all_shapers));
70 return (const hb_shaper_pair_t *) all_shapers;
88 struct hb_shaper_pair_t t = shapers[j];
hb-shaper-private.hh 43 struct hb_shaper_pair_t { struct
48 HB_INTERNAL const hb_shaper_pair_t *
hb-shape.cc 83 const hb_shaper_pair_t *shapers = _hb_shapers_get ();
hb-shape-plan.cc 49 const hb_shaper_pair_t *shapers = _hb_shapers_get ();

Completed in 199 milliseconds