Home
last modified time | relevance | path

Searched refs:NS_INCHES_TO_TWIPS (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsPrintSettingsWin.cpp257 *aWidth = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
258 *aHeight = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
260 *aHeight = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
261 *aWidth = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsPrintSettingsWin.cpp257 *aWidth = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
258 *aHeight = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
260 *aHeight = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
261 *aWidth = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsPrintSettingsWin.cpp281 *aWidth = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
282 *aHeight = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
284 *aHeight = NS_INCHES_TO_TWIPS(mPrintableWidthInInches); in GetEffectivePageSize()
285 *aWidth = NS_INCHES_TO_TWIPS(mPrintableHeightInInches); in GetEffectivePageSize()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsPrintSettingsX.mm259 *aWidth = NS_INCHES_TO_TWIPS(mAdjustedPaperWidth / mWidthScale);
260 *aHeight = NS_INCHES_TO_TWIPS(mAdjustedPaperHeight / mHeightScale);
269 width = NS_INCHES_TO_TWIPS(mAdjustedPaperWidth / mWidthScale);
270 height = NS_INCHES_TO_TWIPS(mAdjustedPaperHeight / mHeightScale);
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h377 #define NS_INCHES_TO_TWIPS(x) \ macro
384 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h382 #define NS_INCHES_TO_TWIPS(x) \ macro
389 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h377 #define NS_INCHES_TO_TWIPS(x) \ macro
384 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h431 #define NS_INCHES_TO_TWIPS(x) NSUnitsToTwips((x), POINTS_PER_INCH_FLOAT) … macro
436 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h398 #define NS_INCHES_TO_TWIPS(x) \ macro
405 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsPrintSettingsX.mm257 *aWidth = NS_INCHES_TO_TWIPS(mAdjustedPaperWidth / mWidthScale);
258 *aHeight = NS_INCHES_TO_TWIPS(mAdjustedPaperHeight / mHeightScale);
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h432 #define NS_INCHES_TO_TWIPS(x) \
439 #define NS_INCHES_TO_INT_TWIPS(x) NSToIntRound(NS_INCHES_TO_TWIPS(x))
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsPrintSettingsX.mm238 *aWidth = NS_INCHES_TO_TWIPS(mAdjustedPaperWidth / mWidthScale);
239 *aHeight = NS_INCHES_TO_TWIPS(mAdjustedPaperHeight / mHeightScale);
246 width = NS_INCHES_TO_TWIPS(mAdjustedPaperWidth / mWidthScale);
247 height = NS_INCHES_TO_TWIPS(mAdjustedPaperHeight / mHeightScale);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsPrintSettingsGTK.cpp583 NS_INCHES_TO_TWIPS(gtk_paper_size_get_width(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
585 NS_INCHES_TO_TWIPS(gtk_paper_size_get_height(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsPrintSettingsGTK.cpp568 NS_INCHES_TO_TWIPS(gtk_paper_size_get_width(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
570 NS_INCHES_TO_TWIPS(gtk_paper_size_get_height(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsPrintSettingsGTK.cpp583 NS_INCHES_TO_TWIPS(gtk_paper_size_get_width(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
585 NS_INCHES_TO_TWIPS(gtk_paper_size_get_height(paperSize, GTK_UNIT_INCH)); in GetEffectivePageSize()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsPrintSettingsImpl.cpp702 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
703 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsPrintSettingsImpl.cpp732 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
733 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp687 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
688 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
H A DnsPrintSettingsService.cpp349 pageSizeInTwips = nsIntSize((int)NS_INCHES_TO_TWIPS(paperWidth), in ReadPrefs()
350 (int)NS_INCHES_TO_TWIPS(paperHeight)); in ReadPrefs()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp687 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
688 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
H A DnsPrintSettingsService.cpp349 pageSizeInTwips = nsIntSize((int)NS_INCHES_TO_TWIPS(paperWidth), in ReadPrefs()
350 (int)NS_INCHES_TO_TWIPS(paperHeight)); in ReadPrefs()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsPrintSettingsImpl.cpp921 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
922 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
/dports/www/firefox/firefox-99.0/widget/
H A DnsPrintSettingsImpl.cpp690 *aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth)); in GetEffectivePageSize()
691 *aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight)); in GetEffectivePageSize()
H A DnsPrintSettingsService.cpp361 pageSizeInTwips = nsIntSize((int)NS_INCHES_TO_TWIPS(paperWidth), in ReadPrefs()
362 (int)NS_INCHES_TO_TWIPS(paperHeight)); in ReadPrefs()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsSimplePageSequenceFrame.cpp51 nscoord halfInch = PresContext()->CSSTwipsToAppUnits(NS_INCHES_TO_TWIPS(0.5)); in NS_IMPL_FRAMEARENA_HELPERS()

12