LINESIZE         1929 src/lib/blend.c         buf = malloc(dw * LINESIZE * sizeof(DATA32));
LINESIZE         1949 src/lib/blend.c         for (y = 0; y < dh; y += LINESIZE)
LINESIZE         1951 src/lib/blend.c              hh = LINESIZE;
LINESIZE         1952 src/lib/blend.c              if (h < LINESIZE)
LINESIZE         1978 src/lib/blend.c              h -= LINESIZE;
LINESIZE          357 src/lib/rend.c         buf = malloc(dw * LINESIZE * sizeof(DATA32));
LINESIZE          381 src/lib/rend.c    for (y = 0; y < dh; y += LINESIZE)
LINESIZE          383 src/lib/rend.c         hh = LINESIZE;
LINESIZE          384 src/lib/rend.c         if (h < LINESIZE)
LINESIZE          422 src/lib/rend.c                      buf = malloc(im->w * LINESIZE * sizeof(DATA32));
LINESIZE          463 src/lib/rend.c         h -= LINESIZE;
LINESIZE          405 src/lib/rotate.c    data = malloc(im_dst->w * LINESIZE * sizeof(DATA32));
LINESIZE          417 src/lib/rotate.c    for (i = 0; i < im_dst->h; i += LINESIZE)
LINESIZE          421 src/lib/rotate.c         h = MIN(LINESIZE, im_dst->h - i);
LINESIZE          515 src/lib/rotate.c         h = MIN(LINESIZE, im_dst->h - i);