SWFShape_addSolidFill 1352 mingpp.h           { return new SWFFill(SWFShape_addSolidFill(this->shape, r, g, b, a)); }
SWFShape_addSolidFill 4559 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
SWFShape_addSolidFill 4594 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
SWFShape_addSolidFill 4619 php_ext/ming.c 		fill = SWFShape_addSolidFill(getShape(getThis() TSRMLS_CC), (byte)r, (byte)g, (byte)b, (byte)a);
SWFShape_addSolidFill 11717 py_ext/ming_wrap.c   result = (SWFFill)SWFShape_addSolidFill(arg1,arg2,arg3,arg4,arg5);
SWFShape_addSolidFill  958 src/ming.h     SWFFill SWFShape_addSolidFill(SWFShape shape, byte r, byte g, byte b, byte a);
SWFShape_addSolidFill    8 test/Shape/test02.c 	SWFFill f = SWFShape_addSolidFill(s, 255,0,0,255);