HomeSort by relevance Sort by last modified time
    Searched full:m_graphicscontext (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/chromium/src/painting/
GraphicsContextBuilder.h 49 : m_graphicsContext(canvas)
50 , m_localContext(&m_graphicsContext)
54 WebCore::GraphicsContext& context() { return m_graphicsContext; }
57 WebCore::GraphicsContext m_graphicsContext;
67 , m_graphicsContext(&m_platformContext)
71 WebCore::GraphicsContext& context() { return m_graphicsContext; }
75 WebCore::GraphicsContext m_graphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 38 : m_graphicsContext(graphicsContext)
43 m_hdc = m_graphicsContext->getWindowsContext(m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
48 m_graphicsContext->releaseWindowsContext(m_hdc, m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
54 GraphicsContext* m_graphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 77 GraphicsContext* m_graphicsContext;
99 : m_graphicsContext(context)
116 m_graphicsContext->save();
139 m_graphicsContext->clip(layerRect);
141 m_graphicsContext->beginTransparencyLayer(layerAlpha);
152 m_graphicsContext->clip(layerRect);
154 m_graphicsContext->beginTransparencyLayer(layerAlpha);
163 m_transparency.init(m_graphicsContext, layerMode,
176 if (!m_useGDI || !m_graphicsContext || !m_platformContext)
180 m_graphicsContext->endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.h 55 GraphicsContext* m_graphicsContext;
WidgetRenderingContext.cpp 70 : m_graphicsContext(graphicsContext)
122 if (!theme->m_themePartsHaveRGBAColormap && m_graphicsContext->gdkWindow())
132 cairo_t* cairoContext = m_graphicsContext->platformContext()->cr();

Completed in 102 milliseconds