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

  /external/webkit/WebCore/platform/graphics/chromium/
ImageBufferData.h 45 PlatformContextSkia m_platformContext;
FontChromiumWin.cpp 77 PlatformGraphicsContext* m_platformContext;
99 , m_platformContext(context->platformContext())
116 SkColor color = m_platformContext->effectiveFillColor();
131 if (m_platformContext->isDrawingToImageBuffer()) {
146 } else if (m_createdTransparencyLayer || canvasHasMultipleLayers(m_platformContext->canvas())) {
175 if (!m_useGDI || !m_graphicsContext || !m_platformContext)
181 m_platformContext->canvas()->endPlatformPaint();
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 54 : m_platformContext(0) // Canvas is set in ImageBuffer constructor.
67 m_data.m_platformContext.setCanvas(&m_data.m_canvas);
68 m_context.set(new GraphicsContext(&m_data.m_platformContext));
100 *m_data.m_platformContext.bitmap());

Completed in 1586 milliseconds