Home
last modified time | relevance | path

Searched refs:aPointsPerUnit (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() argument
367 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT; in NSUnitsToTwips()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h371 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() argument
372 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT; in NSUnitsToTwips()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h366 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() argument
367 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT; in NSUnitsToTwips()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h418 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) in NSUnitsToTwips() argument
420 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT; in NSUnitsToTwips()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h387 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) { in NSUnitsToTwips() argument
388 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT; in NSUnitsToTwips()
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h421 inline float NSUnitsToTwips(float aValue, float aPointsPerUnit) {
422 return aValue * aPointsPerUnit * TWIPS_PER_POINT_FLOAT;