Subversion Repositories freemyipod

Rev

Rev 493 | Rev 504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 493 Rev 498
Line 29... Line 29...
29
 
29
 
30
void blend(int width, int height, int opacity,
30
void blend(int width, int height, int opacity,
31
           void* outbuf, int outx, int outy, int outstride,
31
           void* outbuf, int outx, int outy, int outstride,
32
           void* in1buf, int in1x, int in1y, int in1stride,
32
           void* in1buf, int in1x, int in1y, int in1stride,
33
           void* in2buf, int in2x, int in2y, int in2stride);
33
           void* in2buf, int in2x, int in2y, int in2stride);
-
 
34
void blendcolor(int width, int height, uint32_t color,
-
 
35
                void* outbuf, int outx, int outy, int outstride,
-
 
36
                void* inbuf, int inx, int iny, int instride);
-
 
37
void mattecolor(int width, int height, uint32_t color,
-
 
38
                void* outbuf, int outx, int outy, int outstride,
-
 
39
                void* inbuf, int inx, int iny, int instride);
34
 
40
 
35
 
41
 
36
#endif
42
#endif