Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp62 m_context.set(GraphicsContext::createOffscreenContext(size.width(), size.height())); in ImageBuffer()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp98 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height) in createOffscreenContext() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h307 static GraphicsContext* createOffscreenContext(int width, int height);