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          360 src/lib/rend.c         buf = malloc(dw * LINESIZE * sizeof(DATA32));
LINESIZE          384 src/lib/rend.c    for (y = 0; y < dh; y += LINESIZE)
LINESIZE          386 src/lib/rend.c         hh = LINESIZE;
LINESIZE          387 src/lib/rend.c         if (h < LINESIZE)
LINESIZE          425 src/lib/rend.c                      buf = malloc(im->w * LINESIZE * sizeof(DATA32));
LINESIZE          466 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);