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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h178 bool OutputMetafileHeader(FILE *handle, bool WXUNUSED(isWinHelp), int userWidth, int userHeight) argument
189 if (userWidth > 0 && userHeight == 0)
191 double scaleFactor = ((double)userWidth/(double)goalW);
192 goalW = userWidth;
195 else if (userWidth == 0 && userHeight > 0)
201 else if (userWidth > 0 && userHeight > 0)
203 goalW = userWidth;

Completed in 106 milliseconds