DrawableTile 26 cc/layers/tiled_layer_impl.cc static scoped_ptr<DrawableTile> Create() { DrawableTile 27 cc/layers/tiled_layer_impl.cc return make_scoped_ptr(new DrawableTile()); DrawableTile 40 cc/layers/tiled_layer_impl.cc DrawableTile() : resource_id_(0), contents_swizzled_(false) {} DrawableTile 45 cc/layers/tiled_layer_impl.cc DISALLOW_COPY_AND_ASSIGN(DrawableTile); DrawableTile 66 cc/layers/tiled_layer_impl.cc DrawableTile* tile = TileAt(0, 0); DrawableTile 79 cc/layers/tiled_layer_impl.cc DrawableTile* TiledLayerImpl::TileAt(int i, int j) const { DrawableTile 80 cc/layers/tiled_layer_impl.cc return static_cast<DrawableTile*>(tiler_->TileAt(i, j)); DrawableTile 83 cc/layers/tiled_layer_impl.cc DrawableTile* TiledLayerImpl::CreateTile(int i, int j) { DrawableTile 84 cc/layers/tiled_layer_impl.cc scoped_ptr<DrawableTile> tile(DrawableTile::Create()); DrawableTile 85 cc/layers/tiled_layer_impl.cc DrawableTile* added_tile = tile.get(); DrawableTile 114 cc/layers/tiled_layer_impl.cc const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); DrawableTile 135 cc/layers/tiled_layer_impl.cc DrawableTile* tile = static_cast<DrawableTile*>(iter->second); DrawableTile 171 cc/layers/tiled_layer_impl.cc DrawableTile* tile = TileAt(i, j); DrawableTile 201 cc/layers/tiled_layer_impl.cc DrawableTile* tile = TileAt(i, j); DrawableTile 278 cc/layers/tiled_layer_impl.cc DrawableTile* tile = TileAt(i, j); DrawableTile 287 cc/layers/tiled_layer_impl.cc DrawableTile* tile = TileAt(i, j); DrawableTile 16 cc/layers/tiled_layer_impl.h class DrawableTile; DrawableTile 65 cc/layers/tiled_layer_impl.h DrawableTile* TileAt(int i, int j) const; DrawableTile 66 cc/layers/tiled_layer_impl.h DrawableTile* CreateTile(int i, int j);