HomeSort by relevance Sort by last modified time
    Searched refs:shape_plan (Results 1 - 25 of 26) sorted by null

1 2

  /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_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-plan.h 59 hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
62 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
65 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
72 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan,
77 hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
84 hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
hb-ot-shape.h 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
hb-shape-plan-private.hh 56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
hb-face-private.hh 60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
hb-fallback-shape.cc 68 * shaper shape_plan data
74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
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...]
hb-gobject-structs.cc 63 HB_DEFINE_OBJECT_TYPE (shape_plan)
hb-shaper-private.hh 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
hb-graphite2.cc 184 * shaper shape_plan data
190 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
216 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
hb-coretext.cc 181 * shaper shape_plan data
187 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
429 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
    [all...]
hb-face.cc 233 hb_shape_plan_destroy (node->shape_plan);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.cc 46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan,
51 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan,
60 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face_unsafe)) { \
61 HB_SHAPER_DATA (shaper, shape_plan) = \
62 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \
63 shape_plan->shaper_func = _hb_##shaper##_shape; \
64 shape_plan->shaper_name = #shaper; \
118 DEBUG_MSG_FUNC (SHAPE_PLAN, NULL
124 hb_shape_plan_t *shape_plan; local
454 hb_shape_plan_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list); local
    [all...]
hb-shape-plan.h 59 hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
62 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
65 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
72 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan,
77 hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
84 hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
hb-ot-shape.h 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
hb-shape-plan-private.hh 56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
hb-face-private.hh 60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
hb-fallback-shape.cc 68 * shaper shape_plan data
74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
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);
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, local
791 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups)
    [all...]
hb-gobject-structs.cc 63 HB_DEFINE_OBJECT_TYPE (shape_plan)
hb-shaper-private.hh 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
hb-graphite2.cc 184 * shaper shape_plan data
190 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
216 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
hb-coretext.cc 176 * shaper shape_plan data
182 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
424 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
    [all...]
hb-face.cc 233 hb_shape_plan_destroy (node->shape_plan);
hb-uniscribe.cc 564 * shaper shape_plan data
570 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
589 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,

Completed in 586 milliseconds

1 2