Home | History | Annotate | Download | only in src

Lines Matching defs:shape_plan

160  * shaper shape_plan data
164 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
172 hb_ot_shape_planner_t planner (shape_plan);
176 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
675 _hb_ot_shape (hb_shape_plan_t *shape_plan,
681 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
689 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
694 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
728 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
739 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
750 hb_shape_plan_destroy (shape_plan);