Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp645 HDC hdcSrc = static_cast<HDC>(GetPortHDC(reinterpret_cast<GrafPtr>(m_private->m_gWorld))); in paint() local
646 if (!hdcSrc) in paint()
655 AlphaBlend(hdc, x, y, m_private->m_width, m_private->m_height, hdcSrc, in paint()