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

  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 62 m_context.set(GraphicsContext::createOffscreenContext(size.width(), size.height()));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 98 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 307 static GraphicsContext* createOffscreenContext(int width, int height);

Completed in 586 milliseconds