Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsPrintSettingsService.h49 void ReadInchesToTwipsPref(const char* aPrefId, int32_t& aTwips,
51 void WriteInchesFromTwipsPref(const char* aPrefId, int32_t aTwips);
52 void ReadInchesIntToTwipsPref(const char* aPrefId, int32_t& aTwips,
54 void WriteInchesIntFromTwipsPref(const char* aPrefId, int32_t aTwips);
H A DnsPrintSettingsService.cpp1095 int32_t& aTwips, in ReadInchesToTwipsPref() argument
1106 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
1108 aTwips = 0; in ReadInchesToTwipsPref()
1114 int32_t aTwips) { in WriteInchesFromTwipsPref() argument
1115 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
1123 int32_t& aTwips, in ReadInchesIntToTwipsPref() argument
1131 aTwips = NS_INCHES_TO_INT_TWIPS(float(value) / 100.0f); in ReadInchesIntToTwipsPref()
1133 aTwips = 0; in ReadInchesIntToTwipsPref()
1138 int32_t aTwips) { in WriteInchesIntFromTwipsPref() argument
1140 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsPrintOptionsImpl.h45 void ReadInchesToTwipsPref(const char * aPrefId, int32_t& aTwips,
47 void WriteInchesFromTwipsPref(const char * aPrefId, int32_t aTwips);
48 void ReadInchesIntToTwipsPref(const char * aPrefId, int32_t& aTwips,
50 void WriteInchesIntFromTwipsPref(const char * aPrefId, int32_t aTwips);
H A DnsPrintOptionsImpl.cpp1237 nsPrintOptions::ReadInchesToTwipsPref(const char * aPrefId, int32_t& aTwips, in ReadInchesToTwipsPref() argument
1249 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
1251 aTwips = 0; in ReadInchesToTwipsPref()
1257 nsPrintOptions::WriteInchesFromTwipsPref(const char * aPrefId, int32_t aTwips) in WriteInchesFromTwipsPref() argument
1259 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
1267 nsPrintOptions::ReadInchesIntToTwipsPref(const char * aPrefId, int32_t& aTwips, in ReadInchesIntToTwipsPref() argument
1276 aTwips = NS_INCHES_TO_INT_TWIPS(float(value)/100.0f); in ReadInchesIntToTwipsPref()
1278 aTwips = 0; in ReadInchesIntToTwipsPref()
1283 nsPrintOptions::WriteInchesIntFromTwipsPref(const char * aPrefId, int32_t aTwips) in WriteInchesIntFromTwipsPref() argument
1286 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsPrintSettingsService.h49 void ReadInchesToTwipsPref(const char* aPrefId, int32_t& aTwips,
51 void WriteInchesFromTwipsPref(const char* aPrefId, int32_t aTwips);
52 void ReadInchesIntToTwipsPref(const char* aPrefId, int32_t& aTwips,
54 void WriteInchesIntFromTwipsPref(const char* aPrefId, int32_t aTwips);
H A DnsPrintSettingsService.cpp934 int32_t& aTwips, in ReadInchesToTwipsPref() argument
945 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
947 aTwips = 0; in ReadInchesToTwipsPref()
953 int32_t aTwips) { in WriteInchesFromTwipsPref() argument
954 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
962 int32_t& aTwips, in ReadInchesIntToTwipsPref() argument
970 aTwips = NS_INCHES_TO_INT_TWIPS(float(value) / 100.0f); in ReadInchesIntToTwipsPref()
972 aTwips = 0; in ReadInchesIntToTwipsPref()
977 int32_t aTwips) { in WriteInchesIntFromTwipsPref() argument
979 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/www/firefox/firefox-99.0/widget/
H A DnsPrintSettingsService.h49 bool ReadInchesToTwipsPref(const char* aPrefId, int32_t& aTwips);
50 void WriteInchesFromTwipsPref(const char* aPrefId, int32_t aTwips);
51 bool ReadInchesIntToTwipsPref(const char* aPrefId, int32_t& aTwips);
52 void WriteInchesIntFromTwipsPref(const char* aPrefId, int32_t aTwips);
H A DnsPrintSettingsService.cpp986 int32_t& aTwips) { in ReadInchesToTwipsPref() argument
998 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
1003 int32_t aTwips) { in WriteInchesFromTwipsPref() argument
1004 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
1012 int32_t& aTwips) { in ReadInchesIntToTwipsPref() argument
1019 aTwips = NS_INCHES_TO_INT_TWIPS(float(value) / 100.0f); in ReadInchesIntToTwipsPref()
1024 int32_t aTwips) { in WriteInchesIntFromTwipsPref() argument
1026 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsPrintSettingsService.h49 void ReadInchesToTwipsPref(const char* aPrefId, int32_t& aTwips,
51 void WriteInchesFromTwipsPref(const char* aPrefId, int32_t aTwips);
52 void ReadInchesIntToTwipsPref(const char* aPrefId, int32_t& aTwips,
54 void WriteInchesIntFromTwipsPref(const char* aPrefId, int32_t aTwips);
H A DnsPrintSettingsService.cpp934 int32_t& aTwips, in ReadInchesToTwipsPref() argument
945 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
947 aTwips = 0; in ReadInchesToTwipsPref()
953 int32_t aTwips) { in WriteInchesFromTwipsPref() argument
954 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
962 int32_t& aTwips, in ReadInchesIntToTwipsPref() argument
970 aTwips = NS_INCHES_TO_INT_TWIPS(float(value) / 100.0f); in ReadInchesIntToTwipsPref()
972 aTwips = 0; in ReadInchesIntToTwipsPref()
977 int32_t aTwips) { in WriteInchesIntFromTwipsPref() argument
979 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsPrintSettingsService.h50 void ReadInchesToTwipsPref(const char* aPrefId, int32_t& aTwips,
52 void WriteInchesFromTwipsPref(const char* aPrefId, int32_t aTwips);
53 void ReadInchesIntToTwipsPref(const char* aPrefId, int32_t& aTwips,
55 void WriteInchesIntFromTwipsPref(const char* aPrefId, int32_t aTwips);
H A DnsPrintSettingsService.cpp1160 int32_t& aTwips, in ReadInchesToTwipsPref() argument
1171 aTwips = NS_INCHES_TO_INT_TWIPS(inches); in ReadInchesToTwipsPref()
1173 aTwips = 0; in ReadInchesToTwipsPref()
1179 int32_t aTwips) { in WriteInchesFromTwipsPref() argument
1180 double inches = NS_TWIPS_TO_INCHES(aTwips); in WriteInchesFromTwipsPref()
1188 int32_t& aTwips, in ReadInchesIntToTwipsPref() argument
1196 aTwips = NS_INCHES_TO_INT_TWIPS(float(value) / 100.0f); in ReadInchesIntToTwipsPref()
1198 aTwips = 0; in ReadInchesIntToTwipsPref()
1203 int32_t aTwips) { in WriteInchesIntFromTwipsPref() argument
1205 int32_t(NS_TWIPS_TO_INCHES(aTwips) * 100.0f + 0.5f)); in WriteInchesIntFromTwipsPref()
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h370 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) { in NSTwipsToUnits() argument
371 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT)); in NSTwipsToUnits()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h375 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) { in NSTwipsToUnits() argument
376 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT)); in NSTwipsToUnits()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h370 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) { in NSTwipsToUnits() argument
371 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT)); in NSTwipsToUnits()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h423 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) in NSTwipsToUnits() argument
425 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT)); in NSTwipsToUnits()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h391 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) { in NSTwipsToUnits() argument
392 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT)); in NSTwipsToUnits()
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h425 inline float NSTwipsToUnits(float aTwips, float aUnitsPerPoint) {
426 return (aTwips * (aUnitsPerPoint / TWIPS_PER_POINT_FLOAT));
/dports/editors/abiword/abiword-3.0.5/plugins/sdw/xp/
H A Die_imp_StarOffice.cpp146 static double twipsToPoints(UT_uint32 aTwips) in twipsToPoints() argument
148 return (double)aTwips/20; in twipsToPoints()
151 static UT_String twipsToSizeString(UT_uint32 aTwips) in twipsToSizeString() argument
153 return UT_formatDimensionString(DIM_PT, twipsToPoints(aTwips)); in twipsToSizeString()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsPresContext.h650 static nscoord CSSTwipsToAppUnits(float aTwips) { in CSSTwipsToAppUnits() argument
652 NS_TWIPS_TO_INCHES(aTwips)); in CSSTwipsToAppUnits()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsPresContext.h690 static nscoord CSSTwipsToAppUnits(float aTwips) { in CSSTwipsToAppUnits() argument
692 NS_TWIPS_TO_INCHES(aTwips)); in CSSTwipsToAppUnits()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsPresContext.h650 static nscoord CSSTwipsToAppUnits(float aTwips) { in CSSTwipsToAppUnits() argument
652 NS_TWIPS_TO_INCHES(aTwips)); in CSSTwipsToAppUnits()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsPresContext.h642 static nscoord CSSTwipsToAppUnits(float aTwips) { in CSSTwipsToAppUnits() argument
644 NS_TWIPS_TO_INCHES(aTwips)); in CSSTwipsToAppUnits()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresContext.h693 static nscoord CSSTwipsToAppUnits(float aTwips) in CSSTwipsToAppUnits() argument
695 mozilla::AppUnitsPerCSSInch() * NS_TWIPS_TO_INCHES(aTwips)); } in CSSTwipsToAppUnits()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsPresContext.h730 static nscoord CSSTwipsToAppUnits(float aTwips) { in CSSTwipsToAppUnits() argument
732 NS_TWIPS_TO_INCHES(aTwips)); in CSSTwipsToAppUnits()

12