X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frfxswf.h;h=e7b89a19132c1e1a068795841669a67c127c1754;hb=d0f35504a46c64a5fc5bd9eb128cfda870d37dfe;hp=2ed41e06773fb8cab47bf3aae1a75e68c8fe19c4;hpb=08436744d1326f8314bcbc18df64f7b1977b1685;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 2ed41e0..e7b89a1 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -451,6 +451,10 @@ void swf_SetShape2(TAG*tag, SHAPE2*shape); void swf_Shape2Free(SHAPE2 * s); void swf_DumpShape(SHAPE2*shape2); +void swf_ParseDefineShape(TAG*tag, SHAPE2*shape); +void swf_Shape2ToShape(SHAPE2*shape2, SHAPE*shape); +void swf_SetShape2(TAG*tag, SHAPE2*shape2); + // swfdraw.c void swf_Shape10DrawerInit(drawer_t*draw, TAG*tag); @@ -553,7 +557,7 @@ int swf_FontSetID(SWFFONT * f,U16 id); int swf_FontReduce(SWFFONT * f,FONTUSAGE * use); int swf_FontInitUsage(SWFFONT * f,FONTUSAGE * use); -int swf_FontUse(FONTUSAGE * use,U8 * s); +int swf_FontUse(SWFFONT* f,FONTUSAGE * use,U8 * s); int swf_FontSetDefine(TAG * t,SWFFONT * f); int swf_FontSetDefine2(TAG * t,SWFFONT * f); @@ -914,6 +918,7 @@ typedef struct _VIDEOSTREAM void swf_SetVideoStreamDefine(TAG*tag, VIDEOSTREAM*stream, U16 frames, U16 width, U16 height); void swf_SetVideoStreamIFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); void swf_SetVideoStreamPFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); +void swf_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, int quant); void swf_VideoStreamClear(VIDEOSTREAM*stream); #ifdef __cplusplus