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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
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_unsafe)) { \
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; \
109 hb_shape_plan_t *shape_plan; local
118 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) {
124 shape_plan->default_shaper_list = shaper_list == NULL
    [all...]
hb-shape.cc 304 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); local
305 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
306 hb_shape_plan_destroy (shape_plan);
hb-ot-shape.cc 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, local
739 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups)
    [all...]
  /external/harfbuzz_ng/src/
hb-face-private.hh 60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
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_unsafe)) { \
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; \
107 hb_shape_plan_t *shape_plan; local
116 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) {
124 shape_plan->default_shaper_list = shaper_list == NULL
    [all...]
hb-shape.cc 358 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); local
359 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
360 hb_shape_plan_destroy (shape_plan);
hb-ot-shape.cc 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);
722 _hb_ot_shape (hb_shape_plan_t *shape_plan,
728 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
736 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
741 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
775 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, local
787 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups)
    [all...]

Completed in 347 milliseconds