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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.cpp 56 bool TexturesGenerator::tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter)
TilesManager.cpp 513 bool TilesManager::tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter)
516 if (m_textureGenerators[i]->tryUpdateOperationWithPainter(tile, painter))

Completed in 1003 milliseconds