rockbox/apps/recorder
Thomas Martitz c7b8054714 Adapt the resize-on-load image scalers to support the alpha channel.
Now 32bit BMPs with alpha channel can be up- and downscaled without losing
transparency information.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30938 a1c6a512-1295-4272-9138-f99709370657
2011-11-08 21:39:23 +00:00
..
albumart.c FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00
albumart.h Fix warning in android build. 2011-02-27 21:09:36 +00:00
bmp.c Support for transparency in 32bit bitmaps on color targets. 2011-11-08 21:36:49 +00:00
bmp.h Support for transparency in 32bit bitmaps on color targets. 2011-11-08 21:36:49 +00:00
icons.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
icons.h
jpeg_common.h
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Fix test plugin build. 2011-02-10 20:20:12 +00:00
jpeg_load.h Embedded album art support in MP3/ID3v2 tags. 2011-02-09 20:13:13 +00:00
keyboard.c Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) 2011-11-08 10:09:33 +00:00
pcm_record.c Revert 30754 because the codecs won't build correctly, anyway. 2011-10-15 00:44:35 +00:00
pcm_record.h
peakmeter.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
peakmeter.h Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
recording.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
recording.h Fix yellow 2011-01-29 15:14:23 +00:00
resize.c Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00