HomeSort by relevance Sort by last modified time
    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