Searched defs:aPixelsPerTwip (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsUnitConversion.h153 inline float NSTwipsToFloatPixels(nscoord aTwips, float aPixelsPerTwip) argument
155 return (float(aTwips) * aPixelsPerTwip);
158 inline PRInt32 NSTwipsToIntPixels(nscoord aTwips, float aPixelsPerTwip) argument
160 return NSToIntRound(float(aTwips) * aPixelsPerTwip);

Completed in 388 milliseconds