OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TiledLayerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
tiled_layer_impl.h
18
class CC_EXPORT
TiledLayerImpl
: public LayerImpl {
20
static scoped_ptr<
TiledLayerImpl
> Create(LayerTreeImpl* tree_impl, int id) {
21
return make_scoped_ptr(new
TiledLayerImpl
(tree_impl, id));
23
virtual ~
TiledLayerImpl
();
53
TiledLayerImpl
(LayerTreeImpl* tree_impl, int id);
72
DISALLOW_COPY_AND_ASSIGN(
TiledLayerImpl
);
tiled_layer_impl.cc
48
TiledLayerImpl
::
TiledLayerImpl
(LayerTreeImpl* tree_impl, int id)
51
TiledLayerImpl
::~
TiledLayerImpl
() {
54
ResourceProvider::ResourceId
TiledLayerImpl
::ContentsResourceId() const {
65
bool
TiledLayerImpl
::HasTileAt(int i, int j) const {
69
bool
TiledLayerImpl
::HasResourceIdForTileAt(int i, int j) const {
73
DrawableTile*
TiledLayerImpl
::TileAt(int i, int j) const {
77
DrawableTile*
TiledLayerImpl
::CreateTile(int i, int j) {
85
void
TiledLayerImpl
::GetDebugBorderProperties(SkColor* color
[
all
...]
Completed in 607 milliseconds