_shape 41 libcore/Bitmap.cpp _shape.setBounds(SWFRect(0, 0,
_shape 56 libcore/Bitmap.cpp _shape.setBounds(def->get_frame_size());
_shape 90 libcore/Bitmap.cpp const size_t fillLeft = _shape.addFillStyle(fill);
_shape 98 libcore/Bitmap.cpp _shape.add_path(bmpath);
_shape 99 libcore/Bitmap.cpp _shape.finalize();
_shape 118 libcore/Bitmap.cpp _shape.display(renderer, xform);
_shape 138 libcore/Bitmap.cpp return _shape.getBounds();
_shape 151 libcore/Bitmap.cpp _shape.clear();
_shape 107 libcore/Bitmap.h DynamicShape _shape;
_shape 41 libcore/DynamicShape.cpp _shape.clear();
_shape 50 libcore/DynamicShape.cpp renderer.drawShape(_shape, xform);
_shape 56 libcore/DynamicShape.cpp _shape.addPath(pth);
_shape 57 libcore/DynamicShape.cpp _currpath = &_shape.currentPath();
_shape 133 libcore/DynamicShape.cpp assert(!_shape.paths().empty());
_shape 134 libcore/DynamicShape.cpp assert(_currpath == &(_shape.paths().back()));
_shape 185 libcore/DynamicShape.cpp SWFRect bounds = _shape.getBounds();
_shape 188 libcore/DynamicShape.cpp _shape.lineStyles().back().getThickness() : 0;
_shape 197 libcore/DynamicShape.cpp _shape.setBounds(bounds);
_shape 216 libcore/DynamicShape.cpp SWFRect bounds = _shape.getBounds();
_shape 219 libcore/DynamicShape.cpp _shape.lineStyles().back().getThickness() : 0;
_shape 231 libcore/DynamicShape.cpp _shape.setBounds(bounds);
_shape 244 libcore/DynamicShape.cpp _shape.addFillStyle(stl);
_shape 245 libcore/DynamicShape.cpp return _shape.fillStyles().size();
_shape 251 libcore/DynamicShape.cpp _shape.addLineStyle(stl);
_shape 252 libcore/DynamicShape.cpp return _shape.lineStyles().size();
_shape 74 libcore/DynamicShape.h return _shape.getBounds();
_shape 78 libcore/DynamicShape.h _shape.setBounds(bounds);
_shape 150 libcore/DynamicShape.h return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y,
_shape 155 libcore/DynamicShape.h return _shape;
_shape 201 libcore/DynamicShape.h mutable SWF::ShapeRecord _shape;
_shape 103 libcore/FreetypeGlyphsProvider.cpp _shape.addFillStyle(f);
_shape 104 libcore/FreetypeGlyphsProvider.cpp _shape.addPath(Path(_x, _y, 1, 0, 0, true));
_shape 105 libcore/FreetypeGlyphsProvider.cpp _currPath = &_shape.currentPath();
_shape 162 libcore/FreetypeGlyphsProvider.cpp _shape.addPath(Path(_x, _y, 1, 0, 0, false));
_shape 163 libcore/FreetypeGlyphsProvider.cpp _currPath = &_shape.currentPath();
_shape 213 libcore/FreetypeGlyphsProvider.cpp SWFRect bounds = _shape.getBounds();
_shape 218 libcore/FreetypeGlyphsProvider.cpp _shape.setBounds(bounds);
_shape 222 libcore/FreetypeGlyphsProvider.cpp SWFRect bounds = _shape.getBounds();
_shape 228 libcore/FreetypeGlyphsProvider.cpp _shape.setBounds(bounds);
_shape 231 libcore/FreetypeGlyphsProvider.cpp SWF::ShapeRecord& _shape;
_shape 56 libcore/MorphShape.cpp if (!_shape.getBounds().point_test(lp.x, lp.y)) return false;
_shape 58 libcore/MorphShape.cpp return geometry::pointTest(_shape.paths(), _shape.lineStyles(),
_shape 69 libcore/MorphShape.cpp _def->display(renderer, _shape, xform);
_shape 83 libcore/MorphShape.cpp SWFRect bounds = _shape.getBounds();
_shape 91 libcore/MorphShape.cpp _shape.setLerp(_def->shape1(), _def->shape2(), currentRatio());
_shape 64 libcore/MorphShape.h return _shape;
_shape 75 libcore/MorphShape.h SWF::ShapeRecord _shape;
_shape 50 libcore/Shape.cpp assert(_shape.get());
_shape 52 libcore/Shape.cpp if (!_shape->getBounds().point_test(lp.x, lp.y)) return false;
_shape 53 libcore/Shape.cpp return _shape->pointTestLocal(lp.x, lp.y, wm);
_shape 63 libcore/Shape.cpp else _shape->display(renderer, xform);
_shape 47 libcore/Shape.h _shape(sh)
_shape 49 libcore/Shape.h assert(_shape.get());
_shape 64 libcore/Shape.h return _def ? _def->bounds() : _shape->getBounds();
_shape 73 libcore/Shape.h boost::shared_ptr<DynamicShape> _shape;
_shape 77 libcore/swf/DefineShapeTag.cpp return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y, wm);
_shape 92 libcore/swf/DefineShapeTag.cpp renderer.drawShape(_shape, xform);
_shape 48 libcore/swf/DefineShapeTag.h const SWFRect& bounds() const { return _shape.getBounds(); }
_shape 67 libcore/swf/DefineShapeTag.h const ShapeRecord _shape;