OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_drawContext
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h
145
GraphicsContext* context() const { return
m_drawContext
; }
147
PlatformGraphicsContext* platformContext() const { return
m_drawContext
?
m_drawContext
->platformContext() : 0; }
220
GraphicsContext*
m_drawContext
;
TransparencyWin.cpp
151
,
m_drawContext
(0)
170
m_drawContext
->restore();
240
m_drawContext
= m_destContext; // Draw to the source context.
257
compositeToCopy(*m_destContext, *
m_drawContext
, mapping);
261
referenceCanvas.drawBitmap(bitmapForContext(*
m_drawContext
), 0, 0);
278
m_drawContext
->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, DeviceColorSpace);
304
m_drawContext
->save();
317
m_drawContext
->concatCTM(xform);
337
m_drawContext
->save();
342
m_drawContext
->concatCTM(m_drawContext->getCTM().inverse())
[
all
...]
Completed in 9 milliseconds