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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 69 : m_hdc(0)
78 m_hdc = CreateCompatibleDC(hdc);
79 SelectObject(m_hdc, m_bitmap);
86 SetGraphicsMode(m_hdc, GM_ADVANCED);
94 DeleteDC(m_hdc);
100 return new WindowsBitmap(m_data->m_hdc, size);
118 HDC bitmapDC = ::CreateCompatibleDC(m_data->m_hdc);
138 return m_data->m_hdc;
143 if (!m_hdc)
145 SaveDC(m_hdc);
    [all...]
GraphicsContextCairoWin.cpp 73 m_data->m_hdc = dc;
77 m_data->m_hdc = 0;
135 m_hdc = cairo_win32_surface_get_dc(surface);
137 SetGraphicsMode(m_hdc, GM_ADVANCED); // We need this call for themes to honor world transforms.
142 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc);
GraphicsContextCGWin.cpp 69 m_data->m_hdc = hdc;
  /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/chromium/
FontChromiumWin.cpp 85 HDC m_hdc; member in class:WebCore::__anon8061::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/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 52 , m_hdc(0)
102 HDC m_hdc; member in class:WebCore::GraphicsContextPlatformPrivate
  /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
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 382 HDC hdc() const { return m_hdc; }
389 HDC m_hdc; member in class:WebCore::GraphicsContext::WindowsBitmap

Completed in 121 milliseconds