Searched refs:user_features (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-shape-plan.cc | 62 const hb_feature_t *user_features, in init() argument 74 this->user_features = copy ? features : user_features; in init() 77 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t)); in init() 144 if (this->user_features[i].tag != other->user_features[i].tag || in user_features_match() 145 this->user_features[i].value != other->user_features[i].value || in user_features_match() 146 (this->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match() 147 this->user_features[i].end == HB_FEATURE_GLOBAL_END) != in user_features_match() 148 (other->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match() 149 other->user_features[i].end == HB_FEATURE_GLOBAL_END)) in user_features_match() 190 const hb_feature_t *user_features, in hb_shape_plan_create() argument [all …]
|
D | hb-shape-plan.h | 58 const hb_feature_t *user_features, 65 const hb_feature_t *user_features, 72 const hb_feature_t *user_features, 81 const hb_feature_t *user_features,
|
D | hb-shape-plan.hh | 39 const hb_feature_t *user_features; member 52 const hb_feature_t *user_features, 58 HB_INTERNAL void fini () { hb_free ((void *) user_features); } in fini()
|
D | hb-ot-shape.cc | 73 const hb_feature_t *user_features, 228 key->user_features, in init0() 325 const hb_feature_t *user_features, in hb_ot_shape_collect_features() argument 397 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features() 410 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features() 467 const hb_feature_t *user_features; member 813 const hb_feature_t *feature = &c->user_features[i]; in hb_ot_shape_setup_masks()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 4800 <!-- hb_feature_t* hb_shape_plan_t::user_features --> 4801 …<var-decl name='user_features' type-id='type-id-217' visibility='default' filepath='/tmp/legendre/… 31760 …<parameter type-id='type-id-352' name='user_features' filepath='/tmp/legendre/spack-stage/spack-st… 31833 …<parameter type-id='type-id-352' name='user_features' filepath='/tmp/legendre/spack-stage/spack-st…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3064 …<var-decl name='user_features' type-id='type-id-217' visibility='default' filepath='/tmp/legendre/… 20297 …<parameter type-id='type-id-352' name='user_features' filepath='/tmp/legendre/spack-stage/spack-st… 20337 …<parameter type-id='type-id-352' name='user_features' filepath='/tmp/legendre/spack-stage/spack-st…
|