Searched defs:aPixels (Results 1 - 2 of 2) 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);
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp159 * @param aPixels how many pixels to skip
161 void skip(unsigned aPixels) argument
163 mPos += PIX_SIZE * aPixels;
212 * @param aPixels how many pixels to skip
214 void skip(unsigned aPixels) argument
216 mPos += PIX_SIZE * aPixels;
267 * @param aPixels how many pixels to skip
269 void skip(unsigned aPixels) argument
271 mPos += PIX_SIZE * aPixels;

Completed in 53 milliseconds