Home
last modified time | relevance | path

Searched refs:MM_PER_INCH_FLOAT (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGLength2.cpp119 static float GetMMPerPixel() { return MM_PER_INCH_FLOAT / 96; } in GetMMPerPixel()
254 return GetMMPerPixel() / MM_PER_INCH_FLOAT; in GetUnitScaleFactor()
256 return GetMMPerPixel() * POINTS_PER_INCH_FLOAT / MM_PER_INCH_FLOAT; in GetUnitScaleFactor()
258 return GetMMPerPixel() * POINTS_PER_INCH_FLOAT / MM_PER_INCH_FLOAT / 12.0f; in GetUnitScaleFactor()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsPrintSettingsWin.cpp397 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyFromNative()
410 : paperHeightInch * MM_PER_INCH_FLOAT; in CopyFromNative()
425 : paperWidthInch * MM_PER_INCH_FLOAT; in CopyFromNative()
448 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyToNative()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsPrintSettingsWin.cpp397 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyFromNative()
410 : paperHeightInch * MM_PER_INCH_FLOAT; in CopyFromNative()
425 : paperWidthInch * MM_PER_INCH_FLOAT; in CopyFromNative()
448 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyToNative()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsPaperPS.cpp19 #define SIZE_INCH(x) ((x) * MM_PER_INCH_FLOAT)
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsPrintSettingsWin.cpp354 : paperHeightInch * MM_PER_INCH_FLOAT; in CopyFromNative()
361 : paperWidthInch * MM_PER_INCH_FLOAT; in CopyFromNative()
383 mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT * 10.0 : 10.0; in CopyToNative()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DScreenHelperGTK.cpp186 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreenGtk()
347 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreenWayland()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGAnimatedLength.cpp253 aRes = DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
256 aRes = 10.0f * DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGAnimatedLength.cpp216 aRes = DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
219 aRes = 10.0f * DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsPrintSettingsWin.cpp303 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyFromNative()
353 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyToNative()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGAnimatedLength.cpp253 aRes = DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
256 aRes = 10.0f * DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGLength2.cpp205 return DPI / MM_PER_INCH_FLOAT; in GetPixelsPerUnit()
207 return 10.0f * DPI / MM_PER_INCH_FLOAT; in GetPixelsPerUnit()
H A DSVGSVGElement.cpp159 float SVGSVGElement::PixelUnitToMillimeterX() { return MM_PER_INCH_FLOAT / 96; } in PixelUnitToMillimeterX()
166 return MM_PER_INCH_FLOAT / 96; in ScreenPixelToMillimeterX()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGAnimatedLength.cpp253 aRes = DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
256 aRes = 10.0f * DPI / MM_PER_INCH_FLOAT; in ResolveAbsoluteUnit()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsPrintSettingsWin.cpp338 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyFromNative()
384 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyToNative()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsPrintSettingsWin.cpp328 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyFromNative()
380 10L * (mPaperSizeUnit == kPaperSizeInches ? MM_PER_INCH_FLOAT : 1L); in CopyToNative()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DScreenHelperGTK.cpp157 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreen()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DScreenHelperGTK.cpp158 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreen()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DScreenHelperGTK.cpp166 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreen()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DScreenHelperGTK.cpp166 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT); in MakeScreen()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DScreenHelperCocoa.mm97 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DScreenHelperCocoa.mm102 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DScreenHelperCocoa.mm97 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT);
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DScreenHelperCocoa.mm97 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT);
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DScreenHelperCocoa.mm97 dpi = rect.height / (heightMM / MM_PER_INCH_FLOAT);
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h361 #define MM_PER_INCH_FLOAT 25.4f macro

12