Searched refs:shape_plan (Results 1 - 25 of 26) sorted by relevance

12

/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc40 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, argument
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
183 hb_shape_plan_reference(hb_shape_plan_t *shape_plan) argument
197 hb_shape_plan_destroy(hb_shape_plan_t *shape_plan) argument
225 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
246 hb_shape_plan_get_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key) argument
268 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
331 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
344 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
460 hb_shape_plan_get_shaper(hb_shape_plan_t *shape_plan) argument
[all...]
H A Dhb-shape-plan.h59 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);
H A Dhb-ot-shape.h47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
H A Dhb-shape-plan-private.hh56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
H A Dhb-face-private.hh60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
H A Dhb-fallback-shape.cc68 * 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,
H A Dhb-ot-shape.cc161 * shaper shape_plan data
165 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, argument
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, argument
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, argument
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_GSU
[all...]
H A Dhb-gobject-structs.cc63 HB_DEFINE_OBJECT_TYPE (shape_plan)
H A Dhb-shaper-private.hh32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
H A Dhb-graphite2.cc184 * 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, argument
H A Dhb-coretext.cc181 * 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, argument
912 * shaper shape_plan data
918 _hb_coretext_aat_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
936 _hb_coretext_aat_shape (hb_shape_plan_t *shape_plan, argument
942 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features);
H A Dhb-face.cc233 hb_shape_plan_destroy (node->shape_plan);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 hb_shape_plan_plan (hb_shape_plan_t *shape_plan, argument
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; \
124 hb_shape_plan_t *shape_plan; local
133 if (!(shape_plan
200 hb_shape_plan_reference(hb_shape_plan_t *shape_plan) argument
214 hb_shape_plan_destroy(hb_shape_plan_t *shape_plan) argument
242 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
263 hb_shape_plan_get_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key) argument
285 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
353 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
366 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
454 hb_shape_plan_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list); local
489 hb_shape_plan_get_shaper(hb_shape_plan_t *shape_plan) argument
[all...]
H A Dhb-shape-plan.h59 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);
H A Dhb-ot-shape.h47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
H A Dhb-shape-plan-private.hh56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
H A Dhb-face-private.hh60 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
H A Dhb-fallback-shape.cc68 * 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,
H A Dhb-ot-shape.cc161 * shaper shape_plan data
165 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, argument
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, argument
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, argument
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_GSU
[all...]
H A Dhb-gobject-structs.cc63 HB_DEFINE_OBJECT_TYPE (shape_plan)
H A Dhb-shaper-private.hh32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
H A Dhb-graphite2.cc184 * 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, argument
H A Dhb-coretext.cc176 * 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, argument
1124 * shaper shape_plan data
1130 _hb_coretext_aat_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
1148 _hb_coretext_aat_shape (hb_shape_plan_t *shape_plan, argument
1154 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features);
H A Dhb-face.cc233 hb_shape_plan_destroy (node->shape_plan);
H A Dhb-uniscribe.cc564 * 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, argument

Completed in 414 milliseconds

12