Lines Matching refs:shape_plan
167 * shaper shape_plan data
171 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
181 hb_ot_shape_planner_t planner (shape_plan);
185 hb_ot_shape_collect_features (&planner, &shape_plan->props,
875 _hb_ot_shape (hb_shape_plan_t *shape_plan,
881 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
894 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
899 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
938 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
949 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, lookups);
962 hb_shape_plan_destroy (shape_plan);