Searched defs:num_user_features (Results 1 - 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | hb-shape-plan-private.hh | 48 unsigned int num_user_features; member in struct:hb_shape_plan_t 58 , unsigned int num_user_features \
|
H A D | hb-shape-plan.cc | 38 unsigned int num_user_features, 45 num_user_features, 56 user_features, num_user_features, \ 96 * @user_features: (array length=num_user_features): 97 * @num_user_features: 110 unsigned int num_user_features, 114 user_features, num_user_features, 123 unsigned int num_user_features, 131 num_user_features, 143 if (num_user_features 36 hb_shape_plan_plan(hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) argument 107 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 120 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *orig_coords, unsigned int num_coords, const char * const *shaper_list) argument 383 unsigned int num_user_features; member in struct:hb_shape_plan_proposal_t 428 hb_non_global_user_features_present(const hb_feature_t *user_features, unsigned int num_user_features) argument 462 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 475 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) argument [all...] |
H A D | hb-ot-shape.cc | 68 unsigned int num_user_features) 118 for (unsigned int i = 0; i < num_user_features; i++) { 173 unsigned int num_user_features, 186 user_features, num_user_features); 222 unsigned int num_user_features; member in struct:hb_ot_shape_context_t 436 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 171 _hb_ot_shaper_shape_plan_data_create(hb_shape_plan_t *shape_plan, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords) argument
|
Completed in 389 milliseconds