OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_drawContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp
141
,
m_drawContext
(0)
160
m_drawContext
->restore();
236
m_drawContext
= m_destContext; // Draw to the source context.
253
compositeToCopy(*m_destContext, *
m_drawContext
, mapping);
257
referenceCanvas.drawBitmap(bitmapForContext(*
m_drawContext
), 0, 0);
274
m_drawContext
->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white);
300
m_drawContext
->save();
313
m_drawContext
->concatCTM(xform);
333
m_drawContext
->save();
338
m_drawContext
->concatCTM(m_drawContext->getCTM().inverse())
[
all
...]
TransparencyWin.h
142
GraphicsContext* context() const { return
m_drawContext
; }
215
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 672 milliseconds