Home
last modified time | relevance | path

Searched refs:shape_plan (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, in hb_shape_plan_plan() argument
51 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_plan()
60 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face_unsafe)) { \ in hb_shape_plan_plan()
61 HB_SHAPER_DATA (shaper, shape_plan) = \ in hb_shape_plan_plan()
62 … HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan()
63 shape_plan->shaper_func = _hb_##shaper##_shape; \ in hb_shape_plan_plan()
64 shape_plan->shaper_name = #shaper; \ in hb_shape_plan_plan()
124 hb_shape_plan_t *shape_plan; in hb_shape_plan_create() local
133 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) { in hb_shape_plan_create()
141 shape_plan->default_shaper_list = shaper_list == NULL; in hb_shape_plan_create()
[all …]
Dhb-shape-plan.h59 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,
84 hb_shape_plan_get_shaper (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() argument
173 hb_ot_shape_planner_t planner (shape_plan); in _hb_ot_shaper_shape_plan_data_create()
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); in _hb_ot_shaper_shape_plan_data_create()
726 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() argument
732 …hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, nu… in _hb_ot_shape()
740 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, in hb_ot_shape_plan_collect_lookups() argument
745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); 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() local
791 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups); in hb_ot_shape_glyphs_closure()
802 hb_shape_plan_destroy (shape_plan); in hb_ot_shape_glyphs_closure()
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-shape.cc360 …hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, n… in hb_shape_full() local
361 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full()
362 hb_shape_plan_destroy (shape_plan); in hb_shape_full()
Dhb-ot-shape.h47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
Dhb-shape-plan-private.hh56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
Dhb-face-private.hh60 hb_shape_plan_t *shape_plan; member
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() argument
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() argument
1172 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features); in _hb_coretext_aat_shape()
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() argument
Dhb-shaper-private.hh32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
Dhb-gobject-structs.cc63 HB_DEFINE_OBJECT_TYPE (shape_plan) in HB_DEFINE_OBJECT_TYPE()
Dhb-face.cc233 hb_shape_plan_destroy (node->shape_plan); in hb_face_destroy()
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() argument