Home
last modified time | relevance | path

Searched refs:NSUnitsToTwips (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h366 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() function
376 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
378 NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) // 72 points per inch
381 NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h371 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() function
381 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
383 NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) // 72 points per inch
386 NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h366 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() function
376 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
378 NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) // 72 points per inch
381 NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h418 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) in NSUnitsToTwips() function
430 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
431 #define NS_INCHES_TO_TWIPS(x) NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) …
433 #define NS_MILLIMETERS_TO_TWIPS(x) NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h387 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() function
397 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
399 NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) // 72 points per inch
402 NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h421 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) {
431 #define NS_POINTS_TO_TWIPS(x) NSUnitsToTwips((x), 1.0f)
433 NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) // 72 points per inch
436 NSUnitsToTwips((x), (POINTS_PER_INCH_FLOAT * 0.03937f))