rockbox/apps/plugins/lib
Thomas Martitz 8a0152bd4a Two new lcd/multi screen api convinience functions: draw_viewport(), fill_viewport().
They work as the drawrect/fillrect pendants but work on a viewport basis; pass NULL to draw the current viewport (the one set with set_viewport()).
In conjunction with action_get_touchscreen_press_in_vp() it should be less of a pain to draw buttons and get presses on them.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28239 a1c6a512-1295-4272-9138-f99709370657
2010-10-10 23:15:05 +00:00
..
bmp_smooth_scale.c fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to properly handle LCD_STRIDEFORMAT == VERTICAL_STRIDE case 2010-09-29 20:38:08 +00:00
buflib.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
buflib.h buflib_get_data(): static inline ensures it will be inlined 2010-09-07 14:09:06 +00:00
checkbox.c Remove a bunch of build conditions inside .c files 2010-08-25 19:14:02 +00:00
checkbox.h
configfile.c
configfile.h correct comment in configfile.h, FS#11292 by Chris Savery. 2010-10-10 14:34:07 +00:00
display_text.c
display_text.h
feature_wrappers.h
fixedpoint.c
fixedpoint.h
gcc-support.c Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations for android builds. 2010-10-10 14:43:40 +00:00
grey.h
grey_coldfire.S
grey_core.c
grey_draw.c
grey_parm.c
grey_scroll.c
grey_sh.S
helper.c
helper.h
highscore.c plugins: use lcd_putsf/lcd_putsxyf 2010-08-28 21:46:45 +00:00
highscore.h
jhash.c
jhash.h
jpeg_mem.h
md5.c
md5.h
mylcd.h
overlay.c Extend lc_open() to also being able to load overlay plugins. 2010-09-09 16:17:21 +00:00
overlay.h
picture.c
picture.h
playback_control.c
playback_control.h
playergfx.c Remove a bunch of build conditions inside .c files 2010-08-25 19:14:02 +00:00
playergfx.h
pluginlib_actions.c
pluginlib_actions.h
pluginlib_albumart.c
pluginlib_bmp.c use different function to resize bitmap for greylib. 2010-10-10 14:24:11 +00:00
pluginlib_bmp.h use different function to resize bitmap for greylib. 2010-10-10 14:24:11 +00:00
pluginlib_exit.h Fix building simulator plugins on Cygwin. A DLL stub containing atexit is linked to the plugins, so give our version a prefix. 2010-08-26 15:44:32 +00:00
pluginlib_jpeg_idct_arm.S
pluginlib_jpeg_load.c
pluginlib_jpeg_mem.c
pluginlib_resize.c
pluginlib_touchscreen.c Two new lcd/multi screen api convinience functions: draw_viewport(), fill_viewport(). 2010-10-10 23:15:05 +00:00
pluginlib_touchscreen.h
profile_plugin.c
profile_plugin.h
read_image.c
read_image.h
rgb_hsv.c
rgb_hsv.h
simple_viewer.c Fix typo 2010-08-28 15:06:06 +00:00
simple_viewer.h
SOURCES Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
strncpy.c strncpy.c / assert.h : need to include _ansi.h 2010-07-25 14:53:06 +00:00
wrappers.h
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c Remove a bunch of build conditions inside .c files 2010-08-25 19:14:02 +00:00