OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createoffscreencontext
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
53
m_context.set(GraphicsContext::
createOffscreenContext
(size.width(), size.height()));
GraphicsContextAndroid.cpp
347
GraphicsContext* GraphicsContext::
createOffscreenContext
(int width, int height)
[
all
...]
/external/webkit/WebCore/platform/graphics/
GraphicsContext.h
224
static GraphicsContext*
createOffscreenContext
(int width, int height);
Completed in 199 milliseconds