summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.c (follow)
Commit message (Collapse)AuthorAge
* Changed the 'stride' parameter of all *_bitmap_part() function to always ↵Jens Arnold2006-02-08
| | | | | | mean the source bitmap width in pixels. Playergfx was the only engine where this was not true. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8621 a1c6a512-1295-4272-9138-f99709370657
* A couple of optimisations.Jens Arnold2005-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6981 a1c6a512-1295-4272-9138-f99709370657
* Player graphics library extended and converted to new api. Please note that ↵Jens Arnold2005-06-30
| | | | | | the player gfx bitmap format chas changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6956 a1c6a512-1295-4272-9138-f99709370657
* Player graphics library: fixed and more robust bounds check, added bitmap ↵Jens Arnold2005-03-05
| | | | | | drawing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6139 a1c6a512-1295-4272-9138-f99709370657
* Clip bottom & right when positioning the gfx display.Jens Arnold2005-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5926 a1c6a512-1295-4272-9138-f99709370657
* Added clearpixel() and clearline().Jens Arnold2005-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5924 a1c6a512-1295-4272-9138-f99709370657
* Split the display & update function in two, and added invertpixel(), ↵Jens Arnold2005-02-11
| | | | | | invertline() and invertrect(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5916 a1c6a512-1295-4272-9138-f99709370657
* Beginnings of a graphics library for the player LCD. So far the only drawing ↵Jens Arnold2005-02-10
functions are clear_display(), drawpixel() and drawline(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5882 a1c6a512-1295-4272-9138-f99709370657