[ft-colr] Minor macro

This commit is contained in:
Behdad Esfahbod 2022-12-23 11:36:04 -07:00
parent c453c2fce9
commit 7a4b4c64f2
1 changed files with 3 additions and 6 deletions

View File

@ -398,7 +398,6 @@ _hb_ft_paint (FT_OpaquePaint opaque_paint,
default: HB_FALLTHROUGH;
case FT_COLR_PAINTFORMAT_UNSUPPORTED: break;
}
#undef paint_recurse
}
static bool
@ -446,11 +445,7 @@ hb_ft_paint_glyph_colr (hb_font_t *font,
paint_funcs->push_root_transform (paint_data, font);
_hb_ft_paint (paint,
ft_font,
font,
paint_funcs, paint_data,
palette, foreground);
paint_recurse (paint);
paint_funcs->pop_root_transform (paint_data);
if (has_clip)
@ -500,6 +495,8 @@ hb_ft_paint_glyph_colr (hb_font_t *font,
return false;
}
#undef paint_recurse
#endif