size_t pixel, offset, offset1;
unsigned char *src_current, *dst_current;
unsigned char *mask_current;
- int overflow, temp, i, xdir;
+ int overflow, temp, i, j;
bool backwards;
unsigned int *long_src, *long_dst;
mask_current = mask;
#ifndef __aarch64__
- while (temp--)
+ for (j = 0; j < temp; ++j)
{
/* Sign extend the mask. */
i = *(signed char *) mask_current++;
unsigned char *dst, AndroidBitmapInfo *dst_info,
unsigned char *mask, AndroidBitmapInfo *mask_info)
{
+#if 0
uintptr_t start, end;
int mask_offset;
size_t pixel, offset, offset1;
unsigned char *src_current, *dst_current;
unsigned char *mask_current;
- int overflow, temp, i, xdir;
+ int overflow, temp, i;
bool backwards;
unsigned int *long_src, *long_dst;
+#endif /* 0 */
/* Note that this alu hasn't been tested -- it probably does not
work! */