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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dglcanvas.cpp458 int pixelFormat = ChoosePixelFormat((HDC) m_hDC, &pfd); local
459 if (pixelFormat == 0) {
463 if ( !::SetPixelFormat((HDC) m_hDC, pixelFormat, &pfd) ) {
471 int pixelFormat = GetPixelFormat((HDC) m_hDC); local
474 DescribePixelFormat((HDC) m_hDC, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd);
502 int pixelFormat = GetPixelFormat((HDC) m_hDC); local
504 DescribePixelFormat((HDC) m_hDC, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd);
625 int pixelFormat; local
650 pixelFormat = ChoosePixelFormat(ScreenHDC(), &pfd);
652 if (pixelFormat
[all...]

Completed in 25 milliseconds