Home
last modified time | relevance | path

Searched refs:aEdgeTop (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsPrintSettingsImpl.cpp286 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double* aEdgeTop) { in GetEdgeTop() argument
287 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
288 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
291 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) { in SetEdgeTop() argument
292 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsPrintSettingsImpl.cpp287 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double *aEdgeTop) { in GetEdgeTop() argument
288 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
289 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
292 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) { in SetEdgeTop() argument
293 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp305 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double* aEdgeTop) { in GetEdgeTop() argument
306 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
307 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
310 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) { in SetEdgeTop() argument
311 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp305 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double* aEdgeTop) { in GetEdgeTop() argument
306 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
307 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
310 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) { in SetEdgeTop() argument
311 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsPrintSettingsImpl.cpp351 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double *aEdgeTop) in GetEdgeTop() argument
353 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
354 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
357 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) in SetEdgeTop() argument
359 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()
/dports/www/firefox/firefox-99.0/widget/
H A DnsPrintSettingsImpl.cpp324 NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double* aEdgeTop) { in GetEdgeTop() argument
325 NS_ENSURE_ARG_POINTER(aEdgeTop); in GetEdgeTop()
326 *aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top); in GetEdgeTop()
329 NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop) { in SetEdgeTop() argument
330 mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop)); in SetEdgeTop()