HomeSort by relevance Sort by last modified time
    Searched defs:m_platformContext (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageBufferDataSkia.h 42 PlatformContextSkia m_platformContext;
FontChromiumWin.cpp 78 PlatformGraphicsContext* m_platformContext;
100 , m_platformContext(context->platformContext())
117 SkColor color = m_platformContext->effectiveFillColor();
132 if (m_platformContext->isDrawingToImageBuffer()) {
147 } else if (m_createdTransparencyLayer || canvasHasMultipleLayers(m_platformContext->canvas())) {
176 if (!m_useGDI || !m_graphicsContext || !m_platformContext)
182 skia::EndPlatformPaint(m_platformContext->canvas());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferDataCairo.h 39 PlatformContextCairo m_platformContext;
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.h 51 CGContextRef platformContext() { return m_platformContext.get(); }
53 cairo_t* platformContext() { return m_platformContext.get(); }
63 RetainPtr<CGContextRef> m_platformContext;
65 RefPtr<cairo_t> m_platformContext;

Completed in 172 milliseconds