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

  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 76 GraphicsContext* m_graphicsContext;
98 : m_graphicsContext(context)
115 m_graphicsContext->save();
138 m_graphicsContext->clip(layerRect);
140 m_graphicsContext->beginTransparencyLayer(layerAlpha);
151 m_graphicsContext->clip(layerRect);
153 m_graphicsContext->beginTransparencyLayer(layerAlpha);
162 m_transparency.init(m_graphicsContext, layerMode,
175 if (!m_useGDI || !m_graphicsContext || !m_platformContext)
179 m_graphicsContext->endTransparencyLayer()
    [all...]

Completed in 40 milliseconds