HomeSort by relevance Sort by last modified time
    Searched defs:m_hdc (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 41 , m_hdc(0)
82 HDC m_hdc; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 52 , m_hdc(0)
102 HDC m_hdc; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 382 HDC hdc() const { return m_hdc; }
389 HDC m_hdc; member in class:WebCore::GraphicsContext::WindowsBitmap
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 85 HDC m_hdc; member in class:WebCore::__anon6497::TransparencyAwareFontPainter
102 , m_hdc(0)
167 m_hdc = m_transparency.platformContext()->canvas()->beginPlatformPaint();
168 SetTextColor(m_hdc, skia::SkColorToCOLORREF(color));
169 SetBkMode(m_hdc, TRANSPARENT);
209 // m_hdc so we can restore it.
228 if (m_hdc)
229 m_oldFont = ::SelectObject(m_hdc, m_font->platformData().hfont());
234 if (m_useGDI && m_hdc)
235 ::SelectObject(m_hdc, m_oldFont)
    [all...]
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 85 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

Completed in 42 milliseconds