Searched refs:tryBlitFromContents (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileGrid.h78 bool tryBlitFromContents(Tile* tile, TilePainter* painter);
H A DTileGrid.cpp239 if (shouldTryUpdateWithBlit && tryBlitFromContents(tile, painter))
259 bool TileGrid::tryBlitFromContents(Tile* tile, TilePainter* painter) function in class:WebCore::TileGrid

Completed in 310 milliseconds