/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-shape-plan.cc | 48 unsigned int num_user_features, in hb_shape_plan_plan() argument 53 num_user_features, in hb_shape_plan_plan() 62 … HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan() 115 unsigned int num_user_features, in hb_shape_plan_create() argument 121 num_user_features, in hb_shape_plan_create() 131 …if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feat… in hb_shape_plan_create() 144 shape_plan->num_user_features = num_user_features; in hb_shape_plan_create() 146 if (num_user_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() [all …]
|
D | hb-shape-plan-private.hh | 48 unsigned int num_user_features; member 55 , unsigned int num_user_features
|
D | hb-shape-plan.h | 45 unsigned int num_user_features, 52 unsigned int num_user_features,
|
D | hb-ot-shape.cc | 72 unsigned int num_user_features) in hb_ot_shape_collect_features() argument 116 for (unsigned int i = 0; i < num_user_features; i++) { in hb_ot_shape_collect_features() 167 unsigned int num_user_features) in _hb_ot_shaper_shape_plan_data_create() argument 177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); in _hb_ot_shaper_shape_plan_data_create() 213 unsigned int num_user_features; member 372 for (unsigned int i = 0; i < c->num_user_features; i++) in hb_ot_shape_setup_masks()
|
D | hb-fallback-shape.cc | 76 unsigned int num_user_features HB_UNUSED) in _hb_fallback_shaper_shape_plan_data_create()
|
D | hb-graphite2.cc | 192 unsigned int num_user_features HB_UNUSED) in _hb_graphite2_shaper_shape_plan_data_create()
|
D | hb-coretext.cc | 184 unsigned int num_user_features HB_UNUSED) in _hb_coretext_shaper_shape_plan_data_create() 1132 unsigned int num_user_features HB_UNUSED) in _hb_coretext_aat_shaper_shape_plan_data_create()
|
D | hb-uniscribe.cc | 572 unsigned int num_user_features HB_UNUSED) in _hb_uniscribe_shaper_shape_plan_data_create()
|
/external/harfbuzz_ng/src/ |
D | hb-shape-plan.cc | 42 unsigned int num_user_features, in hb_shape_plan_plan() argument 51 … HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, user_features, num_user_features); \ in hb_shape_plan_plan() 104 unsigned int num_user_features, in hb_shape_plan_create() argument 114 …if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feat… in hb_shape_plan_create() 127 shape_plan->num_user_features = num_user_features; in hb_shape_plan_create() 129 if (num_user_features) in hb_shape_plan_create() 130 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t)); in hb_shape_plan_create() 132 hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list); in hb_shape_plan_create() 326 unsigned int num_user_features; member 334 if (proposal->num_user_features != shape_plan->num_user_features) return false; in hb_shape_plan_user_features_match() [all …]
|
D | hb-shape-plan-private.hh | 48 unsigned int num_user_features; member 55 , unsigned int num_user_features
|
D | hb-shape-plan.h | 45 unsigned int num_user_features, 52 unsigned int num_user_features,
|
D | hb-ot-shape.cc | 72 unsigned int num_user_features) in hb_ot_shape_collect_features() argument 116 for (unsigned int i = 0; i < num_user_features; i++) { in hb_ot_shape_collect_features() 167 unsigned int num_user_features) in _hb_ot_shaper_shape_plan_data_create() argument 177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features); in _hb_ot_shaper_shape_plan_data_create() 213 unsigned int num_user_features; member 371 for (unsigned int i = 0; i < c->num_user_features; i++) in hb_ot_shape_setup_masks()
|
D | hb-fallback-shape.cc | 76 unsigned int num_user_features HB_UNUSED) in _hb_fallback_shaper_shape_plan_data_create()
|
D | hb-graphite2.cc | 192 unsigned int num_user_features HB_UNUSED) in _hb_graphite2_shaper_shape_plan_data_create()
|
D | hb-coretext.cc | 189 unsigned int num_user_features HB_UNUSED) in _hb_coretext_shaper_shape_plan_data_create() 920 unsigned int num_user_features HB_UNUSED) in _hb_coretext_aat_shaper_shape_plan_data_create()
|
D | hb-uniscribe.cc | 571 unsigned int num_user_features HB_UNUSED) in _hb_uniscribe_shaper_shape_plan_data_create()
|