Home
last modified time | relevance | path

Searched refs:swf_ShapeSetAll (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/swfs/
H A Dsimple_viewer.c115 swf_ShapeSetAll(tag,s,0,0,0,fs1,0); in main()
142 swf_ShapeSetAll(tag,s,0,0,ls1,fs1,0); // move to (0,0), select linestyle ls1 and no fillstyle in main()
150 swf_ShapeSetAll(tag,s,20*button_sizex,0,ls1,fs1,0); in main()
H A Dkeyboard_viewer.c124 swf_ShapeSetAll(tag,s,0,0,ls1,fs1,0); // move to (0,0), select linestyle ls1 and no fillstyle in main()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfshape.c386 int swf_ShapeSetAll(TAG * t,SHAPE * s,S32 x,S32 y,int line,int fill0,int fill1) in swf_ShapeSetAll() function
910 swf_ShapeSetAll(tag,shape,0,0,lines?ls:0,fs,0); in swf_ShapeSetBitmapRect()
937 swf_ShapeSetAll(tag,s,0,0,0,fs,0); in swf_ShapeSetRectangle()
964 swf_ShapeSetAll(tag,s,0,0,ls,fs,0); in swf_ShapeSetRectangleWithBorder()
1002 swf_ShapeSetAll(tag,shape,newx,newy,ls,fs0,fs1); in swf_Shape2ToShape()
H A Dswftext.c1948 swf_ShapeSetAll(tag,s,0,0,ls,0,0); in swf_WriteFont()
1983 swf_ShapeSetAll(tag,s,0,0,ls,fs,0); in swf_WriteFont()
2012 swf_ShapeSetAll(tag,s,0,0,ls2,SET_TO_ZERO,SET_TO_ZERO); in swf_WriteFont()
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c1018 swf_ShapeSetAll(i->tag,s,0*button_sizex,0,ls1,fs1,0); in addViewer()
1165 swf_ShapeSetAll(i->tag,s,x1,y1,ls1,fs1,0); in setBackground()
1909 swf_ShapeSetAll(i->tag,i->shape,/*x*/0,/*y*/0,0,fsid,0); in drawlink()
1933 swf_ShapeSetAll(i->tag,i->shape,/*x*/0,/*y*/0,0,fsid,0); in drawlink()
2405 swf_ShapeSetAll(i->tag,shape,UNDEFINED_COORD,UNDEFINED_COORD,lsid,fsid,0); in swf_fillbitmap()
2436 swf_ShapeSetAll(i->tag,shape,UNDEFINED_COORD,UNDEFINED_COORD,lsid,0,0); in drawoutline()
2483 swf_ShapeSetAll(i->tag,shape,UNDEFINED_COORD,UNDEFINED_COORD,0,fsid,0); in swf_startclip()
2831 swf_ShapeSetAll(i->tag,shape,UNDEFINED_COORD,UNDEFINED_COORD,0,fsid,0); in swf_fillgradient()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Djpeg2swf.c303 swf_ShapeSetAll(t, s, r.xmin, r.ymin, 0, fs, 0); in MovieAddFrame()
H A Dpng2swf.c518 swf_ShapeSetAll(t, s, 0, 0, 0, fs, 0); in MovieAddFrame()
H A Dgif2swf.c398 swf_ShapeSetAll(t, s, 0, 0, 0, fs, 0);
H A Dswfc.c1243 swf_ShapeSetAll(tag,s,0,0,ls1,fs1,0); in s_box()
1320 swf_ShapeSetAll(tag,s,0,0,ls1,fs1,0); in s_circle()
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c167 swf_ShapeSetAll(i->tag,shape,0,0,lines?ls:0,fs,0); in writeShape()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h471 int swf_ShapeSetAll(TAG * t,SHAPE * s,S32 x,S32 y,int line,int fill0,int fill1);