Home
last modified time | relevance | path

Searched refs:user_features (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc55 const hb_feature_t *user_features, in init() argument
67 this->user_features = copy ? features : user_features; in init()
70 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t)); in init()
135 if (this->user_features[i].tag != other->user_features[i].tag || in user_features_match()
136 this->user_features[i].value != other->user_features[i].value || in user_features_match()
137 (this->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match()
138 this->user_features[i].end == HB_FEATURE_GLOBAL_END) != in user_features_match()
139 (other->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match()
140 other->user_features[i].end == HB_FEATURE_GLOBAL_END)) in user_features_match()
178 const hb_feature_t *user_features, in hb_shape_plan_create() argument
[all …]
Dhb-shape-plan.h44 const hb_feature_t *user_features,
51 const hb_feature_t *user_features,
58 const hb_feature_t *user_features,
67 const hb_feature_t *user_features,
Dhb-shape-plan.hh39 const hb_feature_t *user_features; member
50 const hb_feature_t *user_features,
56 HB_INTERNAL inline void free () { ::free ((void *) user_features); } in free()
Dhb-ot-shape.cc55 const hb_feature_t *user_features,
176 key->user_features, in init0()
253 const hb_feature_t *user_features, in hb_ot_shape_collect_features() argument
314 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features()
326 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features()
382 const hb_feature_t *user_features; member
607 const hb_feature_t *feature = &c->user_features[i]; in hb_ot_shape_setup_masks()