Searched defs:num_user_features (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-shape-plan-private.hh48 unsigned int num_user_features; member in struct:hb_shape_plan_t
55 , unsigned int num_user_features
H A Dhb-shape-plan.cc48 unsigned int num_user_features,
53 num_user_features,
62 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \
101 * @user_features: (array length=num_user_features):
102 * @num_user_features:
115 unsigned int num_user_features,
121 num_user_features,
131 if (num_user_features && !(features = (hb_feature_t *) calloc (num_user_features, sizeof (hb_feature_t))))
144 shape_plan->num_user_features
46 hb_shape_plan_plan(hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
112 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
352 unsigned int num_user_features; member in struct:hb_shape_plan_proposal_t
380 hb_non_global_user_features_present(const hb_feature_t *user_features, unsigned int num_user_features) argument
406 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
[all...]
H A Dhb-ot-shape.cc68 unsigned int num_user_features)
115 for (unsigned int i = 0; i < num_user_features; i++) {
166 unsigned int num_user_features)
176 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
212 unsigned int num_user_features; member in struct:hb_ot_shape_context_t
406 for (unsigned int i = 0; i < c->num_user_features; i++)
65 hb_ot_shape_collect_features(hb_ot_shape_planner_t *planner, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features) argument
164 _hb_ot_shaper_shape_plan_data_create(hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, unsigned int num_user_features) argument

Completed in 862 milliseconds