Home
last modified time | relevance | path

Searched refs:aHotspot (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsWindowGfx.cpp470 LayoutDeviceIntPoint aHotspot, in CreateIcon() argument
473 MOZ_ASSERT(aHotspot.x >= 0 && aHotspot.y >= 0); in CreateIcon()
564 info.xHotspot = aHotspot.x; in CreateIcon()
565 info.yHotspot = aHotspot.y; in CreateIcon()
H A DnsWindowGfx.h21 mozilla::LayoutDeviceIntPoint aHotspot,
H A DnsWindow.cpp2998 CSSIntPoint aHotspot, in CursorForImage() argument
3021 LayoutDeviceIntPoint hotspot = RoundedToInt(aHotspot * aScale); in CursorForImage()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsWindowGfx.cpp432 LayoutDeviceIntPoint aHotspot, in CreateIcon() argument
435 MOZ_ASSERT(aHotspot.x >= 0 && aHotspot.y >= 0); in CreateIcon()
526 info.xHotspot = aHotspot.x; in CreateIcon()
527 info.yHotspot = aHotspot.y; in CreateIcon()
H A DnsWindowGfx.h21 mozilla::LayoutDeviceIntPoint aHotspot,
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsWindowGfx.cpp432 LayoutDeviceIntPoint aHotspot, in CreateIcon() argument
435 MOZ_ASSERT(aHotspot.x >= 0 && aHotspot.y >= 0); in CreateIcon()
526 info.xHotspot = aHotspot.x; in CreateIcon()
527 info.yHotspot = aHotspot.y; in CreateIcon()
H A DnsWindowGfx.h21 mozilla::LayoutDeviceIntPoint aHotspot,
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsWindowGfx.cpp488 LayoutDeviceIntPoint aHotspot, in CreateIcon() argument
491 MOZ_ASSERT(aHotspot.x >= 0 && aHotspot.y >= 0); in CreateIcon()
582 info.xHotspot = aHotspot.x; in CreateIcon()
583 info.yHotspot = aHotspot.y; in CreateIcon()
H A DnsWindowGfx.h21 mozilla::LayoutDeviceIntPoint aHotspot,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEventStateManager.cpp3819 const Maybe<gfx::Point>& aHotspot) { in ComputeHotspot() argument
3825 if (aHotspot) { in ComputeHotspot()
3829 auto hotspot = gfx::IntPoint::Round(*aHotspot); in ComputeHotspot()
3978 const Maybe<gfx::IntPoint>& aHotspot, in SetCursor() argument
4107 int32_t x = aHotspot ? aHotspot->x : 0; in SetCursor()
4108 int32_t y = aHotspot ? aHotspot->y : 0; in SetCursor()
H A DEventStateManager.h243 const Maybe<gfx::IntPoint>& aHotspot, nsIWidget* aWidget,
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DEventStateManager.cpp4019 const Maybe<gfx::Point>& aHotspot) { in ComputeHotspot() argument
4025 if (aHotspot) { in ComputeHotspot()
4029 auto hotspot = gfx::IntPoint::Round(*aHotspot); in ComputeHotspot()
4186 const Maybe<gfx::IntPoint>& aHotspot, in SetCursor() argument
4315 uint32_t x = aHotspot ? aHotspot->x : 0; in SetCursor()
4316 uint32_t y = aHotspot ? aHotspot->y : 0; in SetCursor()
H A DEventStateManager.h248 const Maybe<gfx::IntPoint>& aHotspot, nsIWidget* aWidget,
/dports/www/firefox/firefox-99.0/dom/events/
H A DEventStateManager.cpp4050 const Maybe<gfx::Point>& aHotspot) { in ComputeHotspot() argument
4056 if (aHotspot) { in ComputeHotspot()
4060 auto hotspot = gfx::IntPoint::Round(*aHotspot); in ComputeHotspot()
4217 const Maybe<gfx::IntPoint>& aHotspot, in SetCursor() argument
4346 uint32_t x = aHotspot ? aHotspot->x : 0; in SetCursor()
4347 uint32_t y = aHotspot ? aHotspot->y : 0; in SetCursor()
H A DEventStateManager.h262 const Maybe<gfx::IntPoint>& aHotspot, nsIWidget* aWidget,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DEventStateManager.cpp4019 const Maybe<gfx::Point>& aHotspot) { in ComputeHotspot() argument
4025 if (aHotspot) { in ComputeHotspot()
4029 auto hotspot = gfx::IntPoint::Round(*aHotspot); in ComputeHotspot()
4186 const Maybe<gfx::IntPoint>& aHotspot, in SetCursor() argument
4315 uint32_t x = aHotspot ? aHotspot->x : 0; in SetCursor()
4316 uint32_t y = aHotspot ? aHotspot->y : 0; in SetCursor()
H A DEventStateManager.h248 const Maybe<gfx::IntPoint>& aHotspot, nsIWidget* aWidget,