HomeSort by relevance Sort by last modified time
    Searched defs:shape_plan (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-shape-plan.cc 40 hb_shape_plan_plan (hb_shape_plan_t *shape_plan,
49 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face)) { \
50 HB_SHAPER_DATA (shaper, shape_plan) = \
51 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \
52 shape_plan->shaper_func = _hb_##shaper##_shape; \
53 shape_plan->shaper_name = #shaper; \
95 hb_shape_plan_t *shape_plan; local
101 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ()))
105 shape_plan->default_shaper_list = shaper_list == NULL
    [all...]
hb-shape.cc 259 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); local
260 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
261 hb_shape_plan_destroy (shape_plan);
hb-ot-shape.cc 165 * shaper shape_plan data
169 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
177 hb_ot_shape_planner_t planner (shape_plan);
181 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
578 _hb_ot_shape (hb_shape_plan_t *shape_plan,
584 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
592 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
597 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
631 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, local
642 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups)
    [all...]
hb-font-private.hh 108 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t

Completed in 68 milliseconds