Changeset 520 for abuse/trunk/src/imlib/timage.h
- Timestamp:
- Apr 21, 2011, 9:03:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/timage.h
r494 r520 48 48 color_filter *f, palette *pal); 49 49 void put_color(image *screen, int x, int y, int color); 50 unsigned char *clip_y(image *screen, int x1, int y1, int x2, int y2,51 int x, int &y, int &ysteps);52 50 53 51 void put_blend16(image *screen, image *blend, int x, int y, … … 62 60 image *make_image(); 63 61 ~trans_image() { free(data); } 62 63 private: 64 uint8_t *ClipToLine(image *screen, int x1, int y1, int x2, int y2, 65 int x, int &y, int &ysteps); 64 66 } ; 65 67
Note: See TracChangeset
for help on using the changeset viewer.