forked from len0rd/rockbox
Player graphics library: fixed and more robust bounds check, added bitmap drawing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6139 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0f57cb88e
commit
75640f45eb
2 changed files with 40 additions and 7 deletions
|
@ -38,6 +38,8 @@ void pgfx_drawline(int x1, int y1, int x2, int y2);
|
|||
void pgfx_clearline(int x1, int y1, int x2, int y2);
|
||||
void pgfx_invertline(int x1, int y1, int x2, int y2);
|
||||
void pgfx_invertrect (int x, int y, int nx, int ny);
|
||||
void pgfx_bitmap (const unsigned char *src, int x, int y, int nx, int ny,
|
||||
bool clear);
|
||||
|
||||
#endif /* HAVE_LCD_CHARCELLS */
|
||||
#endif /* __PGFX_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue