Searched refs:updateQueueWithBitmap (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.h84 static void updateQueueWithBitmap(const TileRenderInfo* , const SkBitmap& bitmap);
H A DTransferQueue.h117 void updateQueueWithBitmap(const TileRenderInfo* renderInfo,
H A DGLUtils.cpp459 GLUtils::updateQueueWithBitmap(renderInfo, bitmap);
466 GLUtils::updateQueueWithBitmap(renderInfo, bitmap);
474 void GLUtils::updateQueueWithBitmap(const TileRenderInfo* renderInfo, const SkBitmap& bitmap) function in class:WebCore::GLUtils
481 TilesManager::instance()->transferQueue()->updateQueueWithBitmap(renderInfo, bitmap);
H A DTransferQueue.cpp209 // Only called by updateQueueWithBitmap() for now.
391 void TransferQueue::updateQueueWithBitmap(const TileRenderInfo* renderInfo, function in class:WebCore::TransferQueue

Completed in 73 milliseconds