Home
last modified time | relevance | path

Searched refs:num_user_features (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc48 unsigned int num_user_features, in hb_shape_plan_plan() argument
53 num_user_features, in hb_shape_plan_plan()
62 … HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan()
115 unsigned int num_user_features, in hb_shape_plan_create() argument
121 num_user_features, in hb_shape_plan_create()
131 …if (num_user_features && !(features = (hb_feature_t *) calloc (num_user_features, sizeof (hb_featu… in hb_shape_plan_create()
144 shape_plan->num_user_features = num_user_features; in hb_shape_plan_create()
146 if (num_user_features) in hb_shape_plan_create()
147 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t)); in hb_shape_plan_create()
149 hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list); in hb_shape_plan_create()
[all …]
Dhb-shape-plan-private.hh48 unsigned int num_user_features; member
55 , unsigned int num_user_features
Dhb-shape-plan.h45 unsigned int num_user_features,
52 unsigned int num_user_features,
Dhb-ot-shape.cc68 unsigned int num_user_features) in hb_ot_shape_collect_features() argument
115 for (unsigned int i = 0; i < num_user_features; i++) { in hb_ot_shape_collect_features()
166 unsigned int num_user_features) in _hb_ot_shaper_shape_plan_data_create() argument
176 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); in _hb_ot_shaper_shape_plan_data_create()
212 unsigned int num_user_features; member
406 for (unsigned int i = 0; i < c->num_user_features; i++) in hb_ot_shape_setup_masks()
Dhb-fallback-shape.cc76 unsigned int num_user_features HB_UNUSED) in _hb_fallback_shaper_shape_plan_data_create()
Dhb-graphite2.cc198 unsigned int num_user_features HB_UNUSED) in _hb_graphite2_shaper_shape_plan_data_create()
Dhb-coretext.cc253 unsigned int num_user_features HB_UNUSED) in _hb_coretext_shaper_shape_plan_data_create()
1245 unsigned int num_user_features HB_UNUSED) in _hb_coretext_aat_shaper_shape_plan_data_create()
Dhb-directwrite.cc320 unsigned int num_user_features HB_UNUSED) in _hb_directwrite_shaper_shape_plan_data_create()
Dhb-uniscribe.cc590 unsigned int num_user_features HB_UNUSED) in _hb_uniscribe_shaper_shape_plan_data_create()