Home
last modified time | relevance | path

Searched refs:NSIntPixelsToAppUnits (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsDeviceContext.cpp381 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
382 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
383 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
384 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeClientRectUsingScreen()
401 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
402 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
403 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
404 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeFullAreaUsingScreen()
H A DnsSize.h65 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
66 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsPoint.h91 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
92 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
H A DnsRect.h480 return nsRect(NSIntPixelsToAppUnits(aRect.X(), aAppUnitsPerPixel), in ToAppUnits()
481 NSIntPixelsToAppUnits(aRect.Y(), aAppUnitsPerPixel), in ToAppUnits()
482 NSIntPixelsToAppUnits(aRect.Width(), aAppUnitsPerPixel), in ToAppUnits()
483 NSIntPixelsToAppUnits(aRect.Height(), aAppUnitsPerPixel)); in ToAppUnits()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsDeviceContext.cpp595 outRect->y = NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()); in ComputeClientRectUsingScreen()
596 outRect->x = NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()); in ComputeClientRectUsingScreen()
597 outRect->width = NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()); in ComputeClientRectUsingScreen()
598 outRect->height = NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel()); in ComputeClientRectUsingScreen()
616 outRect->y = NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()); in ComputeFullAreaUsingScreen()
617 outRect->x = NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()); in ComputeFullAreaUsingScreen()
618 outRect->width = NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()); in ComputeFullAreaUsingScreen()
619 outRect->height = NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel()); in ComputeFullAreaUsingScreen()
H A DnsSize.h66 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
67 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsPoint.h102 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
103 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
H A DnsRect.h313 return nsRect(NSIntPixelsToAppUnits(aRect.x, aAppUnitsPerPixel), in ToAppUnits()
314 NSIntPixelsToAppUnits(aRect.y, aAppUnitsPerPixel), in ToAppUnits()
315 NSIntPixelsToAppUnits(aRect.width, aAppUnitsPerPixel), in ToAppUnits()
316 NSIntPixelsToAppUnits(aRect.height, aAppUnitsPerPixel)); in ToAppUnits()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsDeviceContext.cpp549 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
550 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
551 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
552 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeClientRectUsingScreen()
569 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
570 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
571 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
572 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeFullAreaUsingScreen()
H A DnsSize.h65 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
66 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsRect.h277 return nsRect(NSIntPixelsToAppUnits(aRect.X(), aAppUnitsPerPixel), in ToAppUnits()
278 NSIntPixelsToAppUnits(aRect.Y(), aAppUnitsPerPixel), in ToAppUnits()
279 NSIntPixelsToAppUnits(aRect.Width(), aAppUnitsPerPixel), in ToAppUnits()
280 NSIntPixelsToAppUnits(aRect.Height(), aAppUnitsPerPixel)); in ToAppUnits()
H A DnsPoint.h92 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
93 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsDeviceContext.cpp607 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
608 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
609 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
610 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeClientRectUsingScreen()
627 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
628 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
629 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
630 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeFullAreaUsingScreen()
H A DnsSize.h65 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
66 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsPoint.h91 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
92 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
H A DnsRect.h484 return nsRect(NSIntPixelsToAppUnits(aRect.X(), aAppUnitsPerPixel), in ToAppUnits()
485 NSIntPixelsToAppUnits(aRect.Y(), aAppUnitsPerPixel), in ToAppUnits()
486 NSIntPixelsToAppUnits(aRect.Width(), aAppUnitsPerPixel), in ToAppUnits()
487 NSIntPixelsToAppUnits(aRect.Height(), aAppUnitsPerPixel)); in ToAppUnits()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsDeviceContext.cpp600 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
601 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
602 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
603 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeClientRectUsingScreen()
620 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
621 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
622 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
623 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeFullAreaUsingScreen()
H A DnsSize.h65 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
66 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsPoint.h92 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
93 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
H A DnsRect.h489 return nsRect(NSIntPixelsToAppUnits(aRect.X(), aAppUnitsPerPixel), in ToAppUnits()
490 NSIntPixelsToAppUnits(aRect.Y(), aAppUnitsPerPixel), in ToAppUnits()
491 NSIntPixelsToAppUnits(aRect.Width(), aAppUnitsPerPixel), in ToAppUnits()
492 NSIntPixelsToAppUnits(aRect.Height(), aAppUnitsPerPixel)); in ToAppUnits()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsDeviceContext.cpp607 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
608 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
609 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeClientRectUsingScreen()
610 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeClientRectUsingScreen()
627 outRect->SetRect(NSIntPixelsToAppUnits(x, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
628 NSIntPixelsToAppUnits(y, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
629 NSIntPixelsToAppUnits(width, AppUnitsPerDevPixel()), in ComputeFullAreaUsingScreen()
630 NSIntPixelsToAppUnits(height, AppUnitsPerDevPixel())); in ComputeFullAreaUsingScreen()
H A DnsSize.h65 return nsSize(NSIntPixelsToAppUnits(aSize.width, aAppUnitsPerPixel), in IntSizeToAppUnits()
66 NSIntPixelsToAppUnits(aSize.height, aAppUnitsPerPixel)); in IntSizeToAppUnits()
H A DnsPoint.h91 return nsPoint(NSIntPixelsToAppUnits(aPoint.x, aAppUnitsPerPixel), in ToAppUnits()
92 NSIntPixelsToAppUnits(aPoint.y, aAppUnitsPerPixel)); in ToAppUnits()
/dports/lang/spidermonkey60/firefox-60.9.0/view/
H A DnsView.cpp226 viewBounds += nsPoint(NSIntPixelsToAppUnits(screenPoint.x, p2a), in CalcWidgetBounds()
227 NSIntPixelsToAppUnits(screenPoint.y, p2a)); in CalcWidgetBounds()
274 nsPoint roundedOffset(NSIntPixelsToAppUnits(newBounds.X(), p2a), in CalcWidgetBounds()
275 NSIntPixelsToAppUnits(newBounds.Y(), p2a)); in CalcWidgetBounds()
948 mViewManager->SetWindowDimensions(NSIntPixelsToAppUnits(aWidth, p2a), in WindowResized()
949 NSIntPixelsToAppUnits(aHeight, p2a)); in WindowResized()
/dports/www/firefox-legacy/firefox-52.8.0esr/view/
H A DnsView.cpp235 viewBounds += nsPoint(NSIntPixelsToAppUnits(screenPoint.x, p2a), in CalcWidgetBounds()
236 NSIntPixelsToAppUnits(screenPoint.y, p2a)); in CalcWidgetBounds()
273 nsPoint roundedOffset(NSIntPixelsToAppUnits(newBounds.x, p2a), in CalcWidgetBounds()
274 NSIntPixelsToAppUnits(newBounds.y, p2a)); in CalcWidgetBounds()
994 mViewManager->SetWindowDimensions(NSIntPixelsToAppUnits(aWidth, p2a), in WindowResized()
995 NSIntPixelsToAppUnits(aHeight, p2a)); in WindowResized()

1234