Searched defs:DrawableTile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc26 class DrawableTile : public LayerTilingData::Tile { class in namespace:cc
28 static scoped_ptr<DrawableTile> Create() {
29 return make_scoped_ptr(new DrawableTile());
42 DrawableTile() : resource_id_(0), contents_swizzled_(false) {} function in class:cc::DrawableTile
47 DISALLOW_COPY_AND_ASSIGN(DrawableTile);
68 DrawableTile* tile = TileAt(0, 0);
81 DrawableTile* TiledLayerImpl::TileAt(int i, int j) const {
82 return static_cast<DrawableTile*>(tiler_->TileAt(i, j));
85 DrawableTile* TiledLayerImpl::CreateTile(int i, int j) {
86 scoped_ptr<DrawableTile> til
[all...]

Completed in 620 milliseconds