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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc 32 static const hb_shaper_pair_t all_shapers[] = {
41 static const hb_shaper_pair_t *static_shapers;
50 const hb_shaper_pair_t *
54 hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&static_shapers);
61 return (const hb_shaper_pair_t *) all_shapers;
65 shapers = (hb_shaper_pair_t *) malloc (sizeof (all_shapers));
68 return (const hb_shaper_pair_t *) all_shapers;
86 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-plan.cc 45 const hb_shaper_pair_t *shapers = _hb_shapers_get ();
hb-shape.cc 227 const hb_shaper_pair_t *shapers = _hb_shapers_get ();
  /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;
50 const hb_shaper_pair_t *
54 hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&static_shapers);
61 return (const hb_shaper_pair_t *) all_shapers;
65 shapers = (hb_shaper_pair_t *) malloc (sizeof (all_shapers));
68 return (const hb_shaper_pair_t *) all_shapers;
86 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-plan.cc 45 const hb_shaper_pair_t *shapers = _hb_shapers_get ();
hb-shape.cc 227 const hb_shaper_pair_t *shapers = _hb_shapers_get ();

Completed in 2006 milliseconds