s/hb_ot_shape_complex_categorize/hb_ot_shaper_categorize/g

This commit is contained in:
Behdad Esfahbod 2022-06-03 02:48:34 -06:00
parent a560182cb3
commit 6d9e94d2b8
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ HB_OT_SHAPERS_IMPLEMENT_SHAPERS
static inline const hb_ot_shaper_t *
hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner)
hb_ot_shaper_categorize (const hb_ot_shape_planner_t *planner)
{
switch ((hb_tag_t) planner->props.script)
{

View File

@ -86,7 +86,7 @@ hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *fac
, apply_morx (_hb_apply_morx (face, props))
#endif
{
shaper = hb_ot_shape_complex_categorize (this);
shaper = hb_ot_shaper_categorize (this);
script_zero_marks = shaper->zero_width_marks != HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE;
script_fallback_mark_positioning = shaper->fallback_position;