Searched refs:user_features (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-shape-plan.cc | 47 const hb_feature_t *user_features, in hb_shape_plan_plan() argument 62 … HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan() 114 const hb_feature_t *user_features, in hb_shape_plan_create() argument 145 shape_plan->user_features = 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() 222 free (shape_plan->user_features); in hb_shape_plan_destroy() 351 const hb_feature_t *user_features; member 362 if (proposal->user_features[i].tag != shape_plan->user_features[i].tag || in hb_shape_plan_user_features_match() 363 proposal->user_features[i].value != shape_plan->user_features[i].value || in hb_shape_plan_user_features_match() [all …]
|
D | hb-shape-plan-private.hh | 47 hb_feature_t *user_features; member 54 , const hb_feature_t *user_features \
|
D | hb-shape-plan.h | 44 const hb_feature_t *user_features, 51 const hb_feature_t *user_features,
|
D | hb-ot-shape.cc | 67 const hb_feature_t *user_features, in hb_ot_shape_collect_features() argument 116 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features() 165 const hb_feature_t *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() 211 const hb_feature_t *user_features; member 408 const hb_feature_t *feature = &c->user_features[i]; in hb_ot_shape_setup_masks()
|
D | hb-fallback-shape.cc | 75 const hb_feature_t *user_features HB_UNUSED, in _hb_fallback_shaper_shape_plan_data_create()
|
D | hb-graphite2.cc | 197 const hb_feature_t *user_features HB_UNUSED, in _hb_graphite2_shaper_shape_plan_data_create()
|
D | hb-coretext.cc | 252 const hb_feature_t *user_features HB_UNUSED, in _hb_coretext_shaper_shape_plan_data_create() 1244 const hb_feature_t *user_features HB_UNUSED, in _hb_coretext_aat_shaper_shape_plan_data_create()
|
D | hb-directwrite.cc | 319 const hb_feature_t *user_features HB_UNUSED, in _hb_directwrite_shaper_shape_plan_data_create()
|
D | hb-uniscribe.cc | 589 const hb_feature_t *user_features HB_UNUSED, in _hb_uniscribe_shaper_shape_plan_data_create()
|