getBounds         130 libcore/Bitmap.cpp     bounds.expand_to_transformed_rect(getWorldMatrix(*this), getBounds()); 
getBounds         138 libcore/Bitmap.cpp     return _shape.getBounds();
getBounds          71 libcore/Bitmap.h     virtual SWFRect getBounds() const;
getBounds         770 libcore/Button.cpp         SWFRect lclBounds = ch->getBounds();
getBounds         112 libcore/Button.h 	virtual SWFRect getBounds() const;
getBounds         232 libcore/DisplayObject.cpp         bounds.expand_to_transformed_rect(getWorldMatrix(*this), getBounds());
getBounds         343 libcore/DisplayObject.cpp     const SWFRect& bounds = getBounds();
getBounds         359 libcore/DisplayObject.cpp     SWFRect bounds = o.getBounds();
getBounds         381 libcore/DisplayObject.cpp     const SWFRect& bounds = getBounds();
getBounds         816 libcore/DisplayObject.cpp     SWFRect mybounds = getBounds();
getBounds         853 libcore/DisplayObject.cpp     os << getBounds().width() << "x" << getBounds().height();
getBounds        1401 libcore/DisplayObject.cpp     SWFRect bounds = o.getBounds();
getBounds         479 libcore/DisplayObject.h 	virtual SWFRect getBounds() const = 0;
getBounds         489 libcore/DisplayObject.h         SWFRect bounds = getBounds();
getBounds          81 libcore/DragState.h     const SWFRect& getBounds() const { return _bounds; }
getBounds         185 libcore/DynamicShape.cpp     SWFRect bounds = _shape.getBounds();
getBounds         216 libcore/DynamicShape.cpp     SWFRect bounds = _shape.getBounds();
getBounds          73 libcore/DynamicShape.h     const SWFRect& getBounds() const {
getBounds          74 libcore/DynamicShape.h         return _shape.getBounds();
getBounds         213 libcore/FreetypeGlyphsProvider.cpp         SWFRect bounds = _shape.getBounds();
getBounds         222 libcore/FreetypeGlyphsProvider.cpp         SWFRect bounds = _shape.getBounds();
getBounds          89 libcore/InteractiveObject.h     virtual SWFRect getBounds() const = 0;
getBounds          56 libcore/MorphShape.cpp     if (!_shape.getBounds().point_test(lp.x, lp.y)) return false;
getBounds          83 libcore/MorphShape.cpp     SWFRect bounds = _shape.getBounds();
getBounds          84 libcore/MorphShape.cpp     bounds.expand_to_rect(_def->shape2().getBounds());
getBounds          59 libcore/MorphShape.h     virtual SWFRect getBounds() const;
getBounds         339 libcore/MovieClip.cpp         SWFRect chb = ch->getBounds();
getBounds        1385 libcore/MovieClip.cpp     if (!_drawable.getBounds().point_test(lp.x, lp.y)) return false;
getBounds        1596 libcore/MovieClip.cpp             _drawable.getBounds());
getBounds        1910 libcore/MovieClip.cpp     SWFRect drawableBounds = _drawable.getBounds();
getBounds         142 libcore/MovieClip.h     virtual SWFRect getBounds() const;
getBounds          52 libcore/Shape.cpp     if (!_shape->getBounds().point_test(lp.x, lp.y)) return false;
getBounds          63 libcore/Shape.h     virtual SWFRect getBounds() const {
getBounds          64 libcore/Shape.h         return _def ? _def->bounds() : _shape->getBounds();
getBounds          91 libcore/StaticText.h     virtual SWFRect getBounds() const {
getBounds         387 libcore/TextField.cpp     SWFRect bounds = getBounds();
getBounds        2519 libcore/TextField.cpp 	const SWFRect& bounds = getBounds();
getBounds        2529 libcore/TextField.cpp 	const SWFRect& bounds = getBounds();
getBounds         202 libcore/TextField.h 	virtual SWFRect getBounds() const
getBounds          64 libcore/Video.h 	virtual SWFRect getBounds() const;
getBounds         996 libcore/asobj/MovieClip_as.cpp             SWFRect thisbounds = movieclip->getBounds();
getBounds        1000 libcore/asobj/MovieClip_as.cpp             SWFRect tgtbounds = target->getBounds();
getBounds        1212 libcore/asobj/MovieClip_as.cpp     SWFRect bounds = movieclip->getBounds();
getBounds         765 libcore/movie_root.cpp                 _dragState.getBounds());
getBounds          48 libcore/swf/DefineShapeTag.h     const SWFRect& bounds() const { return _shape.getBounds(); }
getBounds         198 libcore/swf/ShapeRecord.cpp     _bounds.set_lerp(a.getBounds(), b.getBounds(), ratio);
getBounds         772 libcore/swf/ShapeRecord.cpp     o << "Shape Record: bounds " << sh.getBounds();
getBounds         101 libcore/swf/ShapeRecord.h     const SWFRect& getBounds() const {
getBounds        1026 librender/agg/Renderer_agg.cpp     if (shape.getBounds().is_null()) {
getBounds        1029 librender/agg/Renderer_agg.cpp     select_clipbounds(shape.getBounds(), mat);
getBounds        1115 librender/agg/Renderer_agg.cpp         cur_bounds.expand_to_transformed_rect(xform.matrix, shape.getBounds());
getBounds        1127 librender/agg/Renderer_agg.cpp         select_clipbounds(shape.getBounds(), xform.matrix);
getBounds          55 testsuite/DummyCharacter.h     virtual SWFRect getBounds() const { return SWFRect(); }
getBounds          75 testsuite/movies.all/gravity_embedded-TestRunner.cpp 	check_equals(loaded->getBounds().height(), 2056);
getBounds          76 testsuite/movies.all/gravity_embedded-TestRunner.cpp 	check_equals(loaded->getBounds().width(), 2056);