Searched refs:m_hdc (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsContextWin.cpp | 68 : m_hdc(0) in WindowsBitmap() 77 m_hdc = CreateCompatibleDC(hdc); in WindowsBitmap() 78 SelectObject(m_hdc, m_bitmap); in WindowsBitmap() 85 SetGraphicsMode(m_hdc, GM_ADVANCED); in WindowsBitmap() 93 DeleteDC(m_hdc); in ~WindowsBitmap() 99 return new WindowsBitmap(m_data->m_hdc, size); in createWindowsBitmap() 117 HDC bitmapDC = ::CreateCompatibleDC(m_data->m_hdc); in getWindowsContext() 137 return m_data->m_hdc; in getWindowsContext() 142 if (!m_hdc) in save() 144 SaveDC(m_hdc); in save() [all …]
|
D | GraphicsContextCairoWin.cpp | 68 m_data->m_hdc = dc; in GraphicsContext() 72 m_data->m_hdc = 0; in GraphicsContext() 130 m_hdc = cairo_win32_surface_get_dc(surface); in syncContext() 132 SetGraphicsMode(m_hdc, GM_ADVANCED); // We need this call for themes to honor world transforms. in syncContext() 137 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc); in flush()
|
D | GraphicsContextCGWin.cpp | 69 m_data->m_hdc = hdc; in GraphicsContext()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 85 HDC m_hdc; member in WebCore::__anonf9ee309e0111::TransparencyAwareFontPainter 102 , m_hdc(0) in TransparencyAwareFontPainter() 157 m_hdc = m_transparency.platformContext()->canvas()->beginPlatformPaint(); in initializeForGDI() 158 SetTextColor(m_hdc, skia::SkColorToCOLORREF(color)); in initializeForGDI() 159 SetBkMode(m_hdc, TRANSPARENT); in initializeForGDI() 217 if (m_hdc) in TransparencyAwareGlyphPainter() 218 m_oldFont = ::SelectObject(m_hdc, m_font->platformData().hfont()); in TransparencyAwareGlyphPainter() 223 if (m_useGDI && m_hdc) in ~TransparencyAwareGlyphPainter() 224 ::SelectObject(m_hdc, m_oldFont); in ~TransparencyAwareGlyphPainter() 255 if (!m_graphicsContext || !m_hdc) in drawGlyphs() [all …]
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextPlatformPrivateCG.h | 35 , m_hdc(0) in GraphicsContextPlatformPrivate() 78 HDC m_hdc; variable
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextPlatformPrivateCairo.h | 52 , m_hdc(0) in GraphicsContextPlatformPrivate() 100 HDC m_hdc; variable
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 381 HDC hdc() const { return m_hdc; } in hdc() 388 HDC m_hdc;
|