box-drawing: don’t inline light diagional

This commit is contained in:
Daniel Eklöf 2021-08-03 20:53:39 +02:00
parent 29a0c925b7
commit 67e285f16c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1432,7 +1432,7 @@ draw_box_drawings_light_arc(struct buf *buf, wchar_t wc)
}
}
static void
static void NOINLINE
draw_box_drawings_light_diagonal_upper_right_to_lower_left(struct buf *buf)
{
pixman_trapezoid_t trap = {
@ -1463,7 +1463,7 @@ draw_box_drawings_light_diagonal_upper_right_to_lower_left(struct buf *buf)
pixman_rasterize_trapezoid(buf->pix, &trap, 0, 0);
}
static void
static void NOINLINE
draw_box_drawings_light_diagonal_upper_left_to_lower_right(struct buf *buf)
{
pixman_trapezoid_t trap = {