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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 93 m_skiaContext = adoptPtr(new PlatformContextSkia(canvas->m_skiaCanvas.get()));
95 m_skiaContext->setDrawingToImageBuffer(option == GrayscaleText);
97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get())));
PlatformCanvas.h 90 OwnPtr<PlatformContextSkia> m_skiaContext;

Completed in 1899 milliseconds