Searched refs:wTotal (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 Ddc.cpp2380 int wTotal = ::GetDeviceCaps(GetHdc(), HORZRES); local
2382 wxCHECK_RET( wTotal, _T("0 width device?") );
2384 *w = (wPixels * ::GetDeviceCaps(GetHdc(), HORZSIZE)) / wTotal;

Completed in 198 milliseconds