swf_ShapeAddLineStyle  150 avi2swf/v2swf.c 	ls = swf_ShapeAddLineStyle(shape,20,&rgb);  
swf_ShapeAddLineStyle  992 lib/devices/swf.c 	int ls1 = swf_ShapeAddLineStyle(s,40,&black);
swf_ShapeAddLineStyle 1226 lib/devices/swf.c     i->linestyleid = swf_ShapeAddLineStyle(i->shape,i->linewidth,&i->strokergb);
swf_ShapeAddLineStyle 2369 lib/devices/swf.c 	lsid = swf_ShapeAddLineStyle(shape, 20, &pink);
swf_ShapeAddLineStyle 2401 lib/devices/swf.c     int lsid = swf_ShapeAddLineStyle(shape,1,&col_black);
swf_ShapeAddLineStyle  894 lib/modules/swfshape.c 	ls = swf_ShapeAddLineStyle(shape,20,&rgb);  
swf_ShapeAddLineStyle  955 lib/modules/swfshape.c     int ls = swf_ShapeAddLineStyle(s, linewidth, linecolor);
swf_ShapeAddLineStyle 1938 lib/modules/swftext.c 	    int ls = swf_ShapeAddLineStyle(s,20,&white);
swf_ShapeAddLineStyle 1971 lib/modules/swftext.c 	    int ls = swf_ShapeAddLineStyle(s,20*2,&black);
swf_ShapeAddLineStyle 1972 lib/modules/swftext.c 	    int ls2 = swf_ShapeAddLineStyle(s,20*2,&green);
swf_ShapeAddLineStyle  731 lib/python/tags.c 	swf_ShapeAddLineStyle(s1, 1, &col);
swf_ShapeAddLineStyle  457 lib/rfxswf.h   int   swf_ShapeAddLineStyle(SHAPE * s,U16 width,RGBA * color);
swf_ShapeAddLineStyle 1229 src/swfc.c             ls1 = swf_ShapeAddLineStyle(s,linewidth,&color);
swf_ShapeAddLineStyle 1269 src/swfc.c             ls1 = swf_ShapeAddLineStyle(s,linewidth,&color);
swf_ShapeAddLineStyle 1306 src/swfc.c             ls1 = swf_ShapeAddLineStyle(s,linewidth,&color);
swf_ShapeAddLineStyle  114 swfs/keyboard_viewer.c     ls1 = swf_ShapeAddLineStyle(s,40,&rgb);
swf_ShapeAddLineStyle  130 swfs/simple_viewer.c       ls1 = swf_ShapeAddLineStyle(s,40,&rgb);