Searched refs:ppInch (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 Dfont.cpp441 const int ppInch = ::GetDeviceCaps(ScreenHDC(), LOGPIXELSY); local
443 return (int) (((72.0*(double)abs((int) lf.lfHeight)) / (double) ppInch) + 0.5);
524 const int ppInch = ::GetDeviceCaps(ScreenHDC(), LOGPIXELSY); local
526 lf.lfHeight = -(int)((pointsize*((double)ppInch)/72.0) + 0.5);

Completed in 122 milliseconds