newSWFSolidFillStyle 1189 mingpp.h { return new SWFFillStyle(newSWFSolidFillStyle(r, g, b, a)); } newSWFSolidFillStyle 4469 py_ext/ming_wrap.c result = newSWFSolidFillStyle(arg1,arg2,arg3,arg4); newSWFSolidFillStyle 1093 src/blocks/shape.c SWFFillStyle fill = newSWFSolidFillStyle(r, g, b, a); newSWFSolidFillStyle 305 src/blocks/swf.h SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a); newSWFSolidFillStyle 310 src/ming.h SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a); newSWFSolidFillStyle 9 test/Button/test02.c SWFFillStyle fill = newSWFSolidFillStyle(255, 255, 0, 255); newSWFSolidFillStyle 9 test/Button/test03.c SWFFillStyle fill = newSWFSolidFillStyle(255, 255, 0, 255); newSWFSolidFillStyle 7 test/FillStyle/test01.c SWFFillStyle fill = newSWFSolidFillStyle(255, 128, 0, 255);