equal
deleted
inserted
replaced
52 posy = 0; |
52 posy = 0; |
53 incy = (info->src_h << 16) / info->dst_h; |
53 incy = (info->src_h << 16) / info->dst_h; |
54 incx = (info->src_w << 16) / info->dst_w; |
54 incx = (info->src_w << 16) / info->dst_w; |
55 |
55 |
56 while (info->dst_h--) { |
56 while (info->dst_h--) { |
57 Uint8 *src; |
57 Uint8 *src = 0; |
58 Uint8 *dst = (Uint8 *) info->dst; |
58 Uint8 *dst = (Uint8 *) info->dst; |
59 int n = info->dst_w; |
59 int n = info->dst_w; |
60 srcx = -1; |
60 srcx = -1; |
61 posx = 0x10000L; |
61 posx = 0x10000L; |
62 while (posy >= 0x10000L) { |
62 while (posy >= 0x10000L) { |