92 unsigned char *basetptr;
93 int smax, tmax, twidth;
95 int soffset, basetoffset, texwidth;
97 unsigned char *pcolumndest;
141 + (tmax << 16)) % tmax) * twidth)];
159 pcolumndest += horzblockstep;
175 int v,
i, b, lightstep, lighttemp, light;
176 unsigned char pix, *psource, *prowdest;
191 for (
i=0 ;
i<16 ;
i++)
194 lightstep = lighttemp >> 4;
198 for (b=15; b>=0; b--)
202 [(light & 0xFF00) + pix];
225 int v,
i, b, lightstep, lighttemp, light;
226 unsigned char pix, *psource, *prowdest;
241 for (
i=0 ;
i<8 ;
i++)
244 lightstep = lighttemp >> 3;
252 [(light & 0xFF00) + pix];
275 int v,
i, b, lightstep, lighttemp, light;
276 unsigned char pix, *psource, *prowdest;
291 for (
i=0 ;
i<4 ;
i++)
294 lightstep = lighttemp >> 2;
302 [(light & 0xFF00) + pix];
325 int v,
i, b, lightstep, lighttemp, light;
326 unsigned char pix, *psource, *prowdest;
341 for (
i=0 ;
i<2 ;
i++)
344 lightstep = lighttemp >> 1;
352 [(light & 0xFF00) + pix];
395 size += (pix-64000)*3;
399 size = (size + 8191) & ~8191;
450 if ((size <= 0) || (size > 0x10000))
454 size = (size + 3) & ~3;
459 wrapped_this_time =
false;
465 wrapped_this_time =
true;
475 while (new->size < size)
489 if (new->size - size > 256)
505 new->height = (size -
sizeof(*new) +
sizeof(
new->data)) /
width;
514 else if (wrapped_this_time)