X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=cce154cf4491677d27ed8bb985e692d0776794c9;hb=c8aba9393055c72384c0712be74b12ce01c8d186;hp=25148dfd845fdc1624e320b1cf8cba6d805f44bd;hpb=5218d448bdfdaf8036dc80dafe632c7ae77e2ff3;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 25148df..cce154c 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -410,6 +410,8 @@ int swf_ShapeSetCurve(TAG * t,SHAPE * s,S32 x,S32 y,S32 ax,S32 ay); int swf_ShapeSetCircle(TAG * t,SHAPE * s,S32 x,S32 y,S32 rx,S32 ry); int swf_ShapeSetEnd(TAG * t); +void swf_ShapeSetBitmapRect(TAG * t, U16 gfxid, int width, int height); + SHAPELINE* swf_ParseShapeData(U8*data, int bits, int fillbits, int linebits); SHAPE2* swf_ShapeToShape2(SHAPE*shape); SHAPE* swf_Shape2ToShape(SHAPE2*shape);