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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsUnitConversion.h143 inline nscoord NSFloatPixelsToTwips(float aPixels, float aTwipsPerPixel) argument
145 return NSToCoordRound(aPixels * aTwipsPerPixel);
148 inline nscoord NSIntPixelsToTwips(PRInt32 aPixels, float aTwipsPerPixel) argument
150 return NSToCoordRound(float(aPixels) * aTwipsPerPixel);

Completed in 42 milliseconds