OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_destContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp
141
:
m_destContext
(0)
186
m_destContext
= dest;
211
if (
m_destContext
->getClipBounds(&clipBounds)) {
242
m_drawContext =
m_destContext
; // Draw to the source context.
259
compositeToCopy(*
m_destContext
, *m_drawContext, mapping);
413
m_destContext
->save();
448
m_destContext
->setMatrix(identity);
463
m_destContext
->drawBitmapRect(*bitmap, &sourceRect, destRect, &paint);
464
m_destContext
->restore();
486
m_destContext
->save()
[
all
...]
TransparencyWin.h
193
GraphicsContext*
m_destContext
;
Completed in 92 milliseconds