Home
last modified time | relevance | path

Searched refs:m_hdc (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp48 if (!m_hdc) in save()
50 SaveDC(m_hdc); in save()
55 if (!m_hdc) in restore()
57 RestoreDC(m_hdc, -1); in restore()
62 if (!m_hdc) in clip()
64 IntersectClipRect(m_hdc, clipRect.x(), clipRect.y(), clipRect.right(), clipRect.bottom()); in clip()
74 if (!m_hdc) in scale()
83 ModifyWorldTransform(m_hdc, &xform, MWT_LEFTMULTIPLY); in scale()
100 ModifyWorldTransform(m_hdc, &xform, MWT_LEFTMULTIPLY); in rotate()
105 if (!m_hdc) in translate()
[all …]
DGraphicsContextCGWin.cpp70 m_data->m_hdc = hdc; in GraphicsContext()
109 HDC bitmapDC = ::CreateCompatibleDC(m_data->m_hdc); in getWindowsContext()
138 return m_data->m_hdc; in getWindowsContext()
187 : m_hdc(0) in WindowsBitmap()
207 m_hdc = CreateCompatibleDC(hdc); in WindowsBitmap()
208 SelectObject(m_hdc, m_bitmap); in WindowsBitmap()
215 SetGraphicsMode(m_hdc, GM_ADVANCED); in WindowsBitmap()
223 DeleteDC(m_hdc); in ~WindowsBitmap()
229 return new WindowsBitmap(m_data->m_hdc, size); in createWindowsBitmap()
246 if (!m_hdc) in concatCTM()
[all …]
DGraphicsContextCairoWin.cpp47 m_data->m_hdc = dc; in GraphicsContext()
51 m_data->m_hdc = 0; in GraphicsContext()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextPlatformPrivateCG.h35 , m_hdc(0) in GraphicsContextPlatformPrivate()
76 HDC m_hdc; variable
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h52 , m_hdc(0) in GraphicsContextPlatformPrivate()
95 HDC m_hdc; variable
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h336 HDC hdc() const { return m_hdc; } in hdc()
343 HDC m_hdc;