forked from KolibriOS/kolibrios
newlib: pixlib2 header
git-svn-id: svn://kolibrios.org@3379 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
90bb8ed865
commit
5cd2096823
@ -29,8 +29,9 @@ int destroy_bitmap(bitmap_t *bitmap);
|
||||
|
||||
int lock_bitmap(bitmap_t *bitmap);
|
||||
int resize_bitmap(bitmap_t *bitmap);
|
||||
int blit_bitmap(bitmap_t *bitmap, int dst_x, int dst_y,int w, int h);
|
||||
|
||||
int blit_bitmap(bitmap_t * bitmap, int dst_x, int dst_y,
|
||||
int w, int h, int src_x, int src_y);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user