SWFShape_addBitmapFill 1358 mingpp.h           { return new SWFFill(SWFShape_addBitmapFill(this->shape, bitmap ? bitmap->bitmap : 0, flags)); }
SWFShape_addBitmapFill 4546 php_ext/ming.c 			fill = SWFShape_addBitmapFill(getShape(getThis() TSRMLS_CC), getBitmap(arg1 TSRMLS_CC), flags);
SWFShape_addBitmapFill 11789 py_ext/ming_wrap.c   result = (SWFFill)SWFShape_addBitmapFill(arg1,arg2,arg3);
SWFShape_addBitmapFill  960 src/ming.h     SWFFill SWFShape_addBitmapFill(SWFShape shape, SWFBitmap bitmap, byte flags);
SWFShape_addBitmapFill  691 util/makeswf.c 	fill = SWFShape_addBitmapFill(shape, bm, SWFFILL_CLIPPED_BITMAP);