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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DLocalWindowsContext.h41 , m_mayCreateBitmap(mayCreateBitmap)
43 m_hdc = m_graphicsContext->getWindowsContext(m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
48 m_graphicsContext->releaseWindowsContext(m_hdc, m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
58 bool m_mayCreateBitmap; member in class:WebCore::LocalWindowsContext

Completed in 86 milliseconds