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

  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 41 , 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;

Completed in 25 milliseconds