forked from len0rd/rockbox
Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could be made smaller by taking out some special cases, but I'm leaving them in for now because size isn't really a concern until we decide to move it into the core (if we ever do). test_resize now allows to choose between both resize methods for comparison. sliding_puzzle is made to use the smooth scaling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ba80c9641
commit
6aa36c66a3
5 changed files with 492 additions and 18 deletions
|
@ -32,6 +32,7 @@ xlcd_draw.c
|
|||
xlcd_scroll.c
|
||||
#if LCD_DEPTH>1
|
||||
bmp.c
|
||||
bmp_smooth_scale.c
|
||||
#endif
|
||||
#endif
|
||||
pluginlib_actions.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue