[shape-plan] Minor rename

This commit is contained in:
Behdad Esfahbod 2018-11-11 22:38:05 -05:00
parent 77bd0a6458
commit 420c9de644
1 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@
static void
hb_shape_plan_plan (hb_shape_plan_t *shape_plan,
hb_shape_plan_choose_shaper (hb_shape_plan_t *shape_plan,
const hb_feature_t *user_features,
unsigned int num_user_features,
const int *coords,
@ -173,7 +173,7 @@ hb_shape_plan_create2 (hb_face_t *face,
if (num_coords)
memcpy (coords, orig_coords, num_coords * sizeof (int));
hb_shape_plan_plan (shape_plan,
hb_shape_plan_choose_shaper (shape_plan,
user_features, num_user_features,
coords, num_coords,
shaper_list);
@ -487,7 +487,7 @@ hb_shape_plan_create_cached2 (hb_face_t *face,
};
if (shaper_list) {
/* Choose shaper. Adapted from hb_shape_plan_plan().
/* Choose shaper. Adapted from hb_shape_plan_choose_shaper().
* Must choose shaper exactly the same way as that function. */
for (const char * const *shaper_item = shaper_list; *shaper_item; shaper_item++)
if (false)