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

  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 193 m_resizingBitmap.reset();
198 if (m_resizingBitmap.width() != m_impl->width() || m_resizingBitmap.height() != m_impl->height()) {
199 m_resizingBitmap.setConfig(SkBitmap::kARGB_8888_Config,
202 if (!m_resizingBitmap.allocPixels())
205 readbackBitmap = &m_resizingBitmap;
232 if (m_resizingBitmap.readyToDraw()) {
237 canvas.drawBitmapRect(m_resizingBitmap, 0, dst);
    [all...]
GraphicsContext3DInternal.h 298 SkBitmap m_resizingBitmap;

Completed in 48 milliseconds