Searched defs:m_hdc (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DLocalWindowsContext.h43 m_hdc = m_graphicsContext->getWindowsContext(m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
48 m_graphicsContext->releaseWindowsContext(m_hdc, m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
51 HDC hdc() const { return m_hdc; }
55 HDC m_hdc; member in class:WebCore::LocalWindowsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h58 , m_hdc(0)
109 HDC m_hdc; member in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h46 , m_hdc(0)
90 HDC m_hdc; member in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h111 HDC get() const { return m_hdc; }
117 if (m_hdc)
118 m_bitmap->releaseDC(m_hdc, m_key);
123 m_hdc = bmp ? bmp->getDC(&m_key) : 0;
126 HDC m_hdc; member in class:WebCore::SharedBitmap::DCHolder
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp85 m_hdc = m_graphics->GetHDC();
89 m_hdc = GetHdcOf(*dc);
96 m_graphics->ReleaseHDC(m_hdc);
100 operator HDC() const { return m_hdc; }
103 HDC m_hdc; member in class:GraphicsHDC
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h491 HDC hdc() const { return m_hdc; }
500 HDC m_hdc; member in class:WebCore::GraphicsContext::WindowsBitmap
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp86 HDC m_hdc; member in class:WebCore::__anon13301::TransparencyAwareFontPainter
103 , m_hdc(0)
168 m_hdc = skia::BeginPlatformPaint(m_transparency.platformContext()->canvas());
169 SetTextColor(m_hdc, skia::SkColorToCOLORREF(color));
170 SetBkMode(m_hdc, TRANSPARENT);
210 // m_hdc so we can restore it.
229 if (m_hdc)
230 m_oldFont = ::SelectObject(m_hdc, m_font->platformData().hfont());
235 if (m_useGDI && m_hdc)
236 ::SelectObject(m_hdc, m_oldFon
[all...]

Completed in 167 milliseconds