/external/chromium_org/third_party/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; \ 109 hb_shape_plan_t *shape_plan; local 115 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) 119 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-shape-plan-private.hh | 54 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
|
hb-face-private.hh | 61 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 | 156 * shaper shape_plan data 160 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan, 168 hb_ot_shape_planner_t planner (shape_plan); 172 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); 625 _hb_ot_shape (hb_shape_plan_t *shape_plan, 631 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features}; 639 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, 644 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); 678 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, local 689 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups) [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-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-ot-layout.h | 197 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
hb-graphite2.cc | 186 * shaper shape_plan data 192 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 217 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
|
hb-face.cc | 234 hb_shape_plan_destroy (node->shape_plan);
|
/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-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-shape-plan-private.hh | 54 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
|
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-icu-le.cc | 85 * shaper shape_plan data 91 _hb_icu_le_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 109 _hb_icu_le_shape (hb_shape_plan_t *shape_plan, 116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script);
|
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-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-shaper-private.hh | 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
hb-ot-layout.h | 191 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
hb-coretext.cc | 142 * shaper shape_plan data 148 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 174 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
|
hb-graphite2.cc | 187 * shaper shape_plan data 193 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 218 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
|
hb-old.cc | 248 * shaper shape_plan data 254 _hb_old_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 272 _hb_old_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
|
hb-uniscribe.cc | 209 * shaper shape_plan data 215 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, 234 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,
|