Home
last modified time | relevance | path

Searched defs:cachedBitmap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBufferSurface.cpp67 const SkBitmap& ImageBufferSurface::cachedBitmap() const in cachedBitmap() function in WebCore::ImageBufferSurface
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageBufferSurface.h57 virtual const SkBitmap& cachedBitmap() const OVERRIDE { return m_cachedBitmap; } in cachedBitmap() function