Searched refs:tiled_layer (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtiled_layer_impl_unittest.cc330 TiledLayerImpl* tiled_layer = impl.AddChildToRoot<TiledLayerImpl>(); local
331 tiled_layer->SetBounds(layer_bounds);
332 tiled_layer->SetContentBounds(layer_bounds);
333 tiled_layer->SetDrawsContent(true);
334 tiled_layer->set_skips_draw(false);
339 tiled_layer->SetTilingData(*tiler);
342 for (int i = 0; i < tiled_layer->TilingForTesting()->num_tiles_x(); ++i) {
343 for (int j = 0; j < tiled_layer->TilingForTesting()->num_tiles_y(); ++j)
344 tiled_layer->PushTileProperties(i, j, resource_id++, false);
352 impl.AppendQuadsWithOcclusion(tiled_layer, occlude
[all...]
H A Dtiled_layer_impl.cc130 TiledLayerImpl* tiled_layer = static_cast<TiledLayerImpl*>(layer); local
132 tiled_layer->set_skips_draw(skips_draw_);
133 tiled_layer->SetTilingData(*tiler_);
142 tiled_layer->PushTileProperties(i,
H A Dtiled_layer.cc5 #include "cc/layers/tiled_layer.h"
192 TiledLayerImpl* tiled_layer = static_cast<TiledLayerImpl*>(layer); local
194 tiled_layer->set_skips_draw(skips_draw_);
195 tiled_layer->SetTilingData(*tiler_);
216 tiled_layer->PushInvalidTile(i, j);
220 tiled_layer->PushTileProperties(
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.darwin-arm64.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.darwin-mips.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.darwin-mips64.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.darwin-x86.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.darwin-x86_64.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-arm.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-arm64.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-mips.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-mips64.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-x86.mk114 cc/layers/tiled_layer.cc \
H A Dcc.target.linux-x86_64.mk114 cc/layers/tiled_layer.cc \

Completed in 637 milliseconds