Home
last modified time | relevance | path

Searched refs:createOffscreenContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp53 m_context.set(GraphicsContext::createOffscreenContext(size.width(), size.height())); in ImageBuffer()
DGraphicsContextAndroid.cpp347 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height) in createOffscreenContext() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h224 static GraphicsContext* createOffscreenContext(int width, int height);