Subversion Repositories Kolibri OS

Rev

Rev 2352 | Rev 3033 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2352 Rev 2361
Line 24... Line 24...
24
               int src_x, int src_y, u32 w, u32 h);
24
               int src_x, int src_y, u32 w, u32 h);
Line 25... Line 25...
25
 
25
 
26
int blit_textured(u32 hbitmap, int  dst_x, int dst_y,
26
int blit_textured(u32 hbitmap, int  dst_x, int dst_y,
Line -... Line 27...
-
 
27
               int src_x, int src_y, u32 w, u32 h);
-
 
28
 
-
 
29
int blit_tex(u32 hbitmap, int  dst_x, int dst_y,
27
               int src_x, int src_y, u32 w, u32 h);
30
             int src_x, int src_y, u32 w, u32 h);
Line 28... Line 31...
28
 
31
 
Line 29... Line 32...
29
static char  log[256];
32
static char  log[256];
Line 157... Line 160...
157
 
160
 
158
        case SRV_BLIT_VIDEO:
161
        case SRV_BLIT_VIDEO:
159
//            blit_video( inp[0], inp[1], inp[2],
162
//            blit_video( inp[0], inp[1], inp[2],
Line 160... Line 163...
160
//                    inp[3], inp[4], inp[5], inp[6]);
163
//                    inp[3], inp[4], inp[5], inp[6]);
161
 
164
 
Line 162... Line 165...
162
            blit_textured( inp[0], inp[1], inp[2],
165
            blit_tex( inp[0], inp[1], inp[2],
163
                    inp[3], inp[4], inp[5], inp[6]);
166
                    inp[3], inp[4], inp[5], inp[6]);