Changeset 29161


Ignore:
Timestamp:
06/03/14 18:35:55 (9 years ago)
Author:
gost
Message:

[titan] last step... scale jpeg without blit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r29155 r29161  
    16971697                        py = (posy + aktline) * skinfb->width;
    16981698                        aktline1 = aktline * scalewidth * colbytes;
    1699                         for(x = 0; x < width; x++)
     1699                        for(x = 0; x < scalewidth; x++)
    17001700                        {
    17011701                                px = colbytes * x;
Note: See TracChangeset for help on using the changeset viewer.