Searched refs:hb_shape_plan_t (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-shape-plan.h | 39 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef 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, 77 hb_shape_plan_execute (hb_shape_plan_t *shape_plan, [all …]
|
D | hb-shape-plan.cc | 46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, in hb_shape_plan_plan() 111 hb_shape_plan_t * 124 hb_shape_plan_t *shape_plan; in hb_shape_plan_create() 133 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) { in hb_shape_plan_create() 163 hb_shape_plan_t * 166 static const hb_shape_plan_t _hb_shape_plan_nil = { in hb_shape_plan_get_empty() 186 return const_cast<hb_shape_plan_t *> (&_hb_shape_plan_nil); in hb_shape_plan_get_empty() 199 hb_shape_plan_t * 200 hb_shape_plan_reference (hb_shape_plan_t *shape_plan) in hb_shape_plan_reference() 214 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) in hb_shape_plan_destroy() [all …]
|
D | hb-fallback-shape.cc | 74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shaper_shape_plan_data_create() 92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape()
|
D | hb-ot-shape.h | 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
D | hb-shape-plan-private.hh | 35 struct hb_shape_plan_t struct
|
D | hb-face-private.hh | 60 hb_shape_plan_t *shape_plan;
|
D | hb-ot-shape.cc | 165 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, in _hb_ot_shaper_shape_plan_data_create() 726 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() 740 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, in hb_ot_shape_plan_collect_lookups() 779 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, in hb_ot_shape_glyphs_closure()
|
D | hb-ot-shape-private.hh | 73 hb_ot_shape_planner_t (const hb_shape_plan_t *master_plan) : in hb_ot_shape_planner_t()
|
D | hb-graphite2.cc | 190 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_graphite2_shaper_shape_plan_data_create() 216 _hb_graphite2_shape (hb_shape_plan_t *shape_plan, in _hb_graphite2_shape()
|
D | hb-shaper-private.hh | 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
D | hb-coretext.cc | 193 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_coretext_shaper_shape_plan_data_create() 435 _hb_coretext_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_shape() 1148 _hb_coretext_aat_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_coretext_aat_shaper_shape_plan_data_create() 1166 _hb_coretext_aat_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_aat_shape()
|
D | hb-shape.cc | 360 …hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, n… in hb_shape_full()
|
D | hb-uniscribe.cc | 576 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_uniscribe_shaper_shape_plan_data_create() 595 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, in _hb_uniscribe_shape()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 439 hb_shape_plan_t
|
/external/harfbuzz_ng/ |
D | NEWS | 599 hb_shape_plan_t
|