Home
last modified time | relevance | path

Searched refs:hb_shape_plan_t (Results 1 – 15 of 15) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape-plan.h39 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 …]
Dhb-shape-plan.cc46 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 …]
Dhb-fallback-shape.cc74 _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()
Dhb-ot-shape.h47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
Dhb-shape-plan-private.hh35 struct hb_shape_plan_t struct
Dhb-face-private.hh60 hb_shape_plan_t *shape_plan;
Dhb-ot-shape.cc165 _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()
Dhb-ot-shape-private.hh73 hb_ot_shape_planner_t (const hb_shape_plan_t *master_plan) : in hb_ot_shape_planner_t()
Dhb-graphite2.cc190 _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()
Dhb-shaper-private.hh32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
Dhb-coretext.cc193 _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()
Dhb-shape.cc360hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, n… in hb_shape_full()
Dhb-uniscribe.cc576 _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/
Dharfbuzz-sections.txt439 hb_shape_plan_t
/external/harfbuzz_ng/
DNEWS599 hb_shape_plan_t