HomeSort by relevance Sort by last modified time
    Searched full:m_supportalphablend (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 40 , m_supportAlphaBlend(supportAlphaBlend)
43 m_hdc = m_graphicsContext->getWindowsContext(m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
48 m_graphicsContext->releaseWindowsContext(m_hdc, m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
57 bool m_supportAlphaBlend;

Completed in 44 milliseconds