Home
last modified time | relevance | path

Searched refs:NS_POINTS_TO_INT_TWIPS (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsPrintSettingsX.mm88 mUnwriteableMargin.top = NS_POINTS_TO_INT_TWIPS(paperMargin.top);
89 mUnwriteableMargin.left = NS_POINTS_TO_INT_TWIPS(paperMargin.left);
90 mUnwriteableMargin.bottom = NS_POINTS_TO_INT_TWIPS(paperMargin.bottom);
91 mUnwriteableMargin.right = NS_POINTS_TO_INT_TWIPS(paperMargin.right);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsPrintSettingsX.mm90 mUnwriteableMargin.top = NS_POINTS_TO_INT_TWIPS(paperMargin.top);
91 mUnwriteableMargin.left = NS_POINTS_TO_INT_TWIPS(paperMargin.left);
92 mUnwriteableMargin.bottom = NS_POINTS_TO_INT_TWIPS(paperMargin.bottom);
93 mUnwriteableMargin.right = NS_POINTS_TO_INT_TWIPS(paperMargin.right);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsPrintSettingsX.mm97 mUnwriteableMargin.top = NS_POINTS_TO_INT_TWIPS(paperMargin.top);
98 mUnwriteableMargin.left = NS_POINTS_TO_INT_TWIPS(paperMargin.left);
99 mUnwriteableMargin.bottom = NS_POINTS_TO_INT_TWIPS(paperMargin.bottom);
100 mUnwriteableMargin.right = NS_POINTS_TO_INT_TWIPS(paperMargin.right);
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h383 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x)) macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h388 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x)) macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h383 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x)) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h435 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x)) macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h404 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x)) macro
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h438 #define NS_POINTS_TO_INT_TWIPS(x) NSToIntRound(NS_POINTS_TO_TWIPS(x))