Searched refs:m_dc (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp185 : m_dc(dc)
248 if (m_dc)
249 SaveDC(m_dc);
259 if (m_dc)
260 RestoreDC(m_dc, -1);
276 int clipType = GetClipBox(m_dc, &clipBox);
292 BitBlt(dc.get(), 0, 0, origRect.width(), origRect.height(), m_dc, origRect.x(), origRect.y(), SRCCOPY);
321 if (hdc == m_dc)
338 AlphaBlend(m_dc, origRect.x(), origRect.y(), origRect.width(), origRect.height(), hdc, 0, 0, bmpRect.right, bmpRect.bottom, blend);
341 StretchBlt(m_dc, origRec
344 HDC m_dc; member in class:WebCore::GraphicsContextPlatformPrivate
[all...]

Completed in 29 milliseconds