/external/harfbuzz_ng/src/ |
hb-shape-plan-private.hh | 48 unsigned int num_user_features; member in struct:hb_shape_plan_t 55 , unsigned int num_user_features
|
hb-shape-plan.cc | 48 unsigned int num_user_features, 53 num_user_features, 62 HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ 101 * @user_features: (array length=num_user_features): 102 * @num_user_features: 115 unsigned int num_user_features, 121 num_user_features, 131 if (num_user_features && !(features = (hb_feature_t *) calloc (num_user_features, sizeof (hb_feature_t)))) 144 shape_plan->num_user_features = num_user_features 352 unsigned int num_user_features; member in struct:hb_shape_plan_proposal_t [all...] |
hb-shape-plan.h | 45 unsigned int num_user_features, 52 unsigned int num_user_features,
|
hb-fallback-shape.cc | 76 unsigned int num_user_features HB_UNUSED)
|
hb-ot-shape.cc | 68 unsigned int num_user_features) 115 for (unsigned int i = 0; i < num_user_features; i++) { 166 unsigned int num_user_features) 176 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); 212 unsigned int num_user_features; member in struct:hb_ot_shape_context_t 406 for (unsigned int i = 0; i < c->num_user_features; i++)
|
hb-graphite2.cc | 198 unsigned int num_user_features HB_UNUSED)
|
hb-coretext.cc | 253 unsigned int num_user_features HB_UNUSED) [all...] |
hb-directwrite.cc | 320 unsigned int num_user_features HB_UNUSED)
|
hb-uniscribe.cc | 590 unsigned int num_user_features HB_UNUSED)
|