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

  /external/harfbuzz_ng/src/
hb-shape-plan.cc 36 hb_shape_plan_plan (hb_shape_plan_t *shape_plan,
43 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan,
53 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face_unsafe)) { \
54 HB_SHAPER_DATA (shaper, shape_plan) = \
55 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, \
58 shape_plan->shaper_func = _hb_##shaper##_shape; \
59 shape_plan->shaper_name = #shaper; \
128 DEBUG_MSG_FUNC (SHAPE_PLAN, nullptr
135 hb_shape_plan_t *shape_plan; local
531 hb_shape_plan_t *shape_plan = hb_shape_plan_create2 (face, props, local
    [all...]
hb-shape-plan.h 78 hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
81 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
84 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
91 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan,
96 hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
103 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 61 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
hb-shape.cc 128 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, local
132 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
133 hb_shape_plan_destroy (shape_plan);
hb-face-private.hh 64 hb_shape_plan_t *shape_plan; member in struct:hb_face_t::plan_node_t
hb-fallback-shape.cc 72 * shaper shape_plan data
78 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
98 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
hb-gobject-structs.cc 74 HB_DEFINE_OBJECT_TYPE (shape_plan)
hb-ot-shape.cc 167 * shaper shape_plan data
171 _hb_ot_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan,
181 hb_ot_shape_planner_t planner (shape_plan);
185 hb_ot_shape_collect_features (&planner, &shape_plan->props,
875 _hb_ot_shape (hb_shape_plan_t *shape_plan,
881 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
894 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
899 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
938 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, local
949 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, lookups)
    [all...]
hb-shaper-private.hh 32 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
hb-directwrite.cc 252 * shaper shape_plan data
258 _hb_directwrite_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
544 _hb_directwrite_shape_full(hb_shape_plan_t *shape_plan,
903 _hb_directwrite_shape(hb_shape_plan_t *shape_plan,
909 return _hb_directwrite_shape_full(shape_plan, font, buffer,
925 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, local
927 hb_bool_t res = _hb_directwrite_shape_full (shape_plan, font, buffer,
hb-graphite2.cc 179 * shaper shape_plan data
185 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
214 _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
hb-face.cc 229 hb_shape_plan_destroy (node->shape_plan);
hb-coretext.cc 341 * shaper shape_plan data
347 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
587 _hb_coretext_shape (hb_shape_plan_t *shape_plan,
    [all...]
hb-uniscribe.cc 583 * shaper shape_plan data
589 _hb_uniscribe_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
610 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,

Completed in 1517 milliseconds