Searched refs:goalW (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.h108 int goalW = 15*Width; local
121 TexOutput(_T("\\picwgoal")); wxSnprintf(buf, sizeof(buf), _T("%d"), goalW); TexOutput(buf);
185 int goalW = Width; local
191 double scaleFactor = ((double)userWidth/(double)goalW);
192 goalW = userWidth;
199 goalW = (int)((goalW * scaleFactor) + 0.5);
203 goalW = userWidth;
213 TexOutput(_T("\\picwgoal")); wxSnprintf(buf, sizeof(buf), _T("%d"), goalW); TexOutput(buf);

Completed in 31 milliseconds