Home | History | Annotate | Download | only in src

Lines Matching refs:shape_plan

161  * shaper shape_plan data
165 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
173 hb_ot_shape_planner_t planner (shape_plan);
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
726 _hb_ot_shape (hb_shape_plan_t *shape_plan,
732 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
740 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
779 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
791 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
802 hb_shape_plan_destroy (shape_plan);