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

/external/chromium_org/third_party/harfbuzz-ng/src/
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,
123 hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list);
325 * @user_features: (array length=num_user_features):
326 * @num_user_features:
339 unsigned int num_user_features,
342 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
336 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.cc71 unsigned int num_user_features)
111 for (unsigned int i = 0; i < num_user_features; i++) {
162 unsigned int num_user_features)
172 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
208 unsigned int num_user_features; member in struct:hb_ot_shape_context_t
320 for (unsigned int i = 0; i < c->num_user_features; i++)
68 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
160 _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-icu-le.cc93 unsigned int num_user_features)
91 _hb_icu_le_shaper_shape_plan_data_create(hb_shape_plan_t *shape_plan HB_UNUSED, const hb_feature_t *user_features, unsigned int num_user_features) argument
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 unsigned int num_user_features,
109 hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list);
245 unsigned int num_user_features,
248 if (num_user_features)
249 return hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list);
289 hb_shape_plan_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list);
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
87 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
242 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
H A Dhb-ot-shape.cc80 unsigned int num_user_features)
120 for (unsigned int i = 0; i < num_user_features; i++) {
171 unsigned int num_user_features)
181 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
217 unsigned int num_user_features; member in struct:hb_ot_shape_context_t
326 for (unsigned int i = 0; i < c->num_user_features; i++)
77 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
169 _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 2243 milliseconds