/external/harfbuzz_ng/src/ |
hb-shape-plan.h | 39 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef in typeref:struct:hb_shape_plan_t 41 hb_shape_plan_t * 48 hb_shape_plan_t * 55 hb_shape_plan_t * 58 hb_shape_plan_t * 59 hb_shape_plan_reference (hb_shape_plan_t *shape_plan); 62 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan); 65 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan, 72 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan [all...] |
hb-shape-plan.cc | 40 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, 83 * hb_shape_plan_t 86 hb_shape_plan_t * 95 hb_shape_plan_t *shape_plan; 101 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) 114 hb_shape_plan_t * 117 static const hb_shape_plan_t _hb_shape_plan_nil = { 134 return const_cast<hb_shape_plan_t *> (&_hb_shape_plan_nil); 137 hb_shape_plan_t * 138 hb_shape_plan_reference (hb_shape_plan_t *shape_plan [all...] |
hb-shape-plan-private.hh | 36 struct hb_shape_plan_t struct
|
hb-fallback-shape.cc | 74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
|
hb-ot-shape-private.hh | 69 hb_ot_shape_planner_t (const hb_shape_plan_t *master_plan) :
|
hb-icu-le.cc | 91 _hb_icu_le_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 109 _hb_icu_le_shape (hb_shape_plan_t *shape_plan,
|
hb-shaper-private.hh | 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
hb-ot-layout.h | 191 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
hb-ot-shape.cc | 169 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, 578 _hb_ot_shape (hb_shape_plan_t *shape_plan, 592 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, 631 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
|
hb-coretext.cc | 148 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 174 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
|
hb-graphite2.cc | 193 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 218 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
|
hb-old.cc | 254 _hb_old_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 272 _hb_old_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
|
hb-uniscribe.cc | 215 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 234 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,
|
hb-shape.cc | 259 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list);
|
hb-font-private.hh | 108 hb_shape_plan_t *shape_plan;
|