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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 145 , m_drawContext(0)
164 m_drawContext->restore();
242 m_drawContext = m_destContext; // Draw to the source context.
259 compositeToCopy(*m_destContext, *m_drawContext, mapping);
263 referenceCanvas.drawBitmap(bitmapForContext(*m_drawContext), 0, 0);
280 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white);
306 m_drawContext->save();
319 m_drawContext->concatCTM(xform);
339 m_drawContext->save();
344 m_drawContext->concatCTM(m_drawContext->getCTM().inverse())
    [all...]
TransparencyWin.h 147 GraphicsContext* context() const { return m_drawContext; }
220 GraphicsContext* m_drawContext;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 34 m_drawContext(NULL),
131 m_drawContext = p_ctx;
135 m_drawContext = p_ctx;
161 m_eglSurface, m_drawContext->getEGLContext())) {
WindowSurface.h 57 RenderContextPtr m_drawContext;

Completed in 499 milliseconds