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

/external/chromium_org/third_party/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 *) malloc (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
348 unsigned int num_user_features; member in struct:hb_shape_plan_proposal_t
376 hb_non_global_user_features_present(const hb_feature_t *user_features, unsigned int num_user_features) argument
402 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.cc72 unsigned int num_user_features)
116 for (unsigned int i = 0; i < num_user_features; i++) {
167 unsigned int num_user_features)
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
213 unsigned int num_user_features; member in struct:hb_ot_shape_context_t
372 for (unsigned int i = 0; i < c->num_user_features; i++)
69 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
165 _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
/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.cc42 unsigned int num_user_features,
51 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \
90 * @user_features: (array length=num_user_features):
91 * @num_user_features:
104 unsigned int num_user_features,
114 if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feature_t))))
127 shape_plan->num_user_features = num_user_features;
129 if (num_user_features)
40 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
101 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
326 unsigned int num_user_features; member in struct:hb_shape_plan_proposal_t
354 hb_non_global_user_features_present(const hb_feature_t *user_features, unsigned int num_user_features) argument
380 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.cc72 unsigned int num_user_features)
116 for (unsigned int i = 0; i < num_user_features; i++) {
167 unsigned int num_user_features)
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
213 unsigned int num_user_features; member in struct:hb_ot_shape_context_t
371 for (unsigned int i = 0; i < c->num_user_features; i++)
69 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
165 _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 145 milliseconds