rockbox/apps/plugins/lib
Jens Arnold fcc00458a9 Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11712 a1c6a512-1295-4272-9138-f99709370657
2006-12-10 23:04:05 +00:00
..
bmp.c
bmp.h
checkbox.c grr.. forgot to add these files 2006-11-19 14:19:15 +00:00
checkbox.h grr.. forgot to add these files 2006-11-19 14:19:15 +00:00
configfile.c
configfile.h
fixedpoint.c Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c 2006-12-10 22:50:00 +00:00
fixedpoint.h Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c 2006-12-10 22:50:00 +00:00
gray.h Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_core.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_draw.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_parm.c
gray_scroll.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
highscore.c
highscore.h
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
overlay.c
overlay.h
playback_control.c Fix minor typo in the plugin playback control menu c->C 2006-11-28 15:28:30 +00:00
playback_control.h
playergfx.c Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). 2006-10-07 20:00:49 +00:00
playergfx.h Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). 2006-10-07 20:00:49 +00:00
pluginlib_actions.c implement actions in the plugins, bubbles and metronome converted. 2006-11-16 02:53:44 +00:00
pluginlib_actions.h ipod keypad fixes.. fixes bubbles 2006-11-26 09:35:12 +00:00
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c 2006-12-10 23:04:05 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c