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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 118 m_frontTileGrid->swapTiles();
145 m_lowResTileGrid->swapTiles();
168 bool SurfaceBacking::swapTiles()
170 bool swap = m_backTileGrid->swapTiles();
171 swap |= m_frontTileGrid->swapTiles();
172 swap |= m_lowResTileGrid->swapTiles();
SurfaceCollection.cpp 116 void SurfaceCollection::swapTiles()
122 m_surfaces[i]->swapTiles(calculateFrameworkInvals);
Surface.cpp 274 void Surface::swapTiles(bool calculateFrameworkInvals)
279 if (m_surfaceBacking->swapTiles() && calculateFrameworkInvals)
TileGrid.cpp 100 bool TileGrid::swapTiles()

Completed in 98 milliseconds