HomeSort by relevance Sort by last modified time
    Searched defs:isLayerTile (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.h 92 Tile(bool isLayerTile = false);
95 bool isLayerTile() { return m_isLayerTile; }
TileGrid.cpp 230 bool isLayerTile = !m_isBaseSurface;
231 tile = new Tile(isLayerTile);
347 tile, tile->isLayerTile(), tile->x(), tile->y(),

Completed in 122 milliseconds