Searched refs:nHorzRes (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/os2/
H A Ddc.cpp2744 int nHorzRes = lArray[CAPS_HORIZONTAL_RESOLUTION]; // returns pel/meter local
2745 // use fp to avoid returning 0 if nHorzRes < 1000
2746 *pnWidth = (int)((nHorzRes/1000.0) * nWidth);
2773 int nHorzRes; local
2778 nHorzRes = lArray[CAPS_HORIZONTAL_RESOLUTION]; // returns pel/meter
2780 nWidth = (int)((nHorzRes/39.3) * nPelWidth);

Completed in 104 milliseconds