Searched refs:mglDepth (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/mgl/
H A Dbitmap.cpp118 int mglDepth = depth; local
126 mglDepth = g_displayDC->getBitsPerPixel();
155 M_BMPDATA->m_bpp = mglDepth;
157 if ( mglDepth != 1 )
159 M_BMPDATA->m_bitmap = MyMGL_createBitmap(width, height, mglDepth, pf);

Completed in 49 milliseconds