Home
last modified time | relevance | path

Searched refs:dragRect (Results 1 – 25 of 117) sorted by relevance

12345

/dports/graphics/cenon/Cenon/
H A DDragMatrix.m42 { NSRect dragRect;
97 dragRect = [self cellFrameAtRow:row column:col];
98 dragRect.origin.x += dragRect.size.width/2.0;
99 dragRect.size = [[iCell image] size];
100 dragRect.origin.x -= dragRect.size.width/2.0 -4;
101 dragRect.origin.y += dragRect.size.height -4;
111 …[self dragImage:[iCell image] at:(dragRect.origin) offset:NSMakeSize((&hit)->x,(&hit)->y) event:sa…
H A DDragButtonCell.m35 {// NXRect dragRect;
48 dragRect.size = [[self image] size];
49 dragRect.origin.x = 8;
50 dragRect.origin.y = 8;
58 …[view dragImage:[self image] at:(dragRect.origin) offset:NSMakeSize((&hit)->x,(&hit)->y) event:sav…
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsDragServiceProxy.cpp46 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
50 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
70 dragRect); in InvokeDragSessionImpl()
78 mozilla::void_t(), 0, 0, dragRect); in InvokeDragSessionImpl()
H A DnsBaseDragService.cpp592 nsIntRect dragRect; in DrawDrag() local
595 aRegion->GetBoundingBox(&dragRect.x, &dragRect.y, &dragRect.width, &dragRect.height); in DrawDrag()
599 dragRect.MoveBy(screenRect.TopLeft()); in DrawDrag()
607 dragRect = frame->GetScreenRect(); in DrawDrag()
611 dragRect = ToAppUnits(dragRect, nsPresContext::AppUnitsPerCSSPixel()). in DrawDrag()
613 aScreenDragRect->SizeTo(dragRect.width, dragRect.height); in DrawDrag()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsDragServiceProxy.cpp50 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
54 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
77 dataSurface->GetFormat(), dragRect, principal, csp); in InvokeDragSessionImpl()
86 dragRect, principal, csp); in InvokeDragSessionImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsDragService.cpp436 GdkPixmap* pixmap = gdk_pixmap_new(nullptr, dragRect.width, dragRect.height, in SetAlphaPixmap()
452 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
456 Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
457 Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
486 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
492 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
494 Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
495 Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
1675 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1679 &dragRect, &surface, &pc); in SetDragIcon()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsDragServiceProxy.cpp57 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
61 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
85 static_cast<uint8_t>(dataSurface->GetFormat()), dragRect, in InvokeDragSessionImpl()
95 dragRect, principalURISpec); in InvokeDragSessionImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsDragServiceProxy.cpp56 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
60 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
83 dataSurface->GetFormat(), dragRect, principal, csp, csArgs); in InvokeDragSessionImpl()
92 dragRect, principal, csp, csArgs); in InvokeDragSessionImpl()
/dports/www/firefox/firefox-99.0/widget/
H A DnsDragServiceProxy.cpp57 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
61 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
84 dataSurface->GetFormat(), dragRect, principal, csp, csArgs, in InvokeDragSessionImpl()
94 dragRect, principal, csp, csArgs, mSourceWindowContext); in InvokeDragSessionImpl()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsDragServiceProxy.cpp56 LayoutDeviceIntRect dragRect; in InvokeDragSessionImpl() local
60 DrawDrag(mSourceNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in InvokeDragSessionImpl()
83 dataSurface->GetFormat(), dragRect, principal, csp, csArgs); in InvokeDragSessionImpl()
92 dragRect, principal, csp, csArgs); in InvokeDragSessionImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsDragService.cpp378 const LayoutDeviceIntRect &dragRect) { in SetAlphaPixmap() argument
396 CAIRO_FORMAT_ARGB32, dragRect.width, dragRect.height); in SetAlphaPixmap()
401 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
405 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
407 aSurface, Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
408 Rect(0, 0, dragRect.width, dragRect.height), DrawSurfaceOptions(), in SetAlphaPixmap()
1460 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1469 int32_t offsetX = screenPoint.x - dragRect.x; in SetDragIcon()
1470 int32_t offsetY = screenPoint.y - dragRect.y; in SetDragIcon()
1493 if (!SetAlphaPixmap(surface, aContext, offsetX, offsetY, dragRect)) { in SetDragIcon()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsDragService.cpp405 const LayoutDeviceIntRect& dragRect) { in SetAlphaPixmap() argument
418 CAIRO_FORMAT_ARGB32, dragRect.width, dragRect.height); in SetAlphaPixmap()
423 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
427 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
429 aSurface, Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
430 Rect(0, 0, dragRect.width, dragRect.height), DrawSurfaceOptions(), in SetAlphaPixmap()
1651 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1659 int32_t offsetX = screenPoint.x - dragRect.x; in SetDragIcon()
1660 int32_t offsetY = screenPoint.y - dragRect.y; in SetDragIcon()
1683 if (!SetAlphaPixmap(surface, aContext, offsetX, offsetY, dragRect)) { in SetDragIcon()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsDragService.cpp405 const LayoutDeviceIntRect& dragRect) { in SetAlphaPixmap() argument
418 CAIRO_FORMAT_ARGB32, dragRect.width, dragRect.height); in SetAlphaPixmap()
423 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
427 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
429 aSurface, Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
430 Rect(0, 0, dragRect.width, dragRect.height), DrawSurfaceOptions(), in SetAlphaPixmap()
1651 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1659 int32_t offsetX = screenPoint.x - dragRect.x; in SetDragIcon()
1660 int32_t offsetY = screenPoint.y - dragRect.y; in SetDragIcon()
1683 if (!SetAlphaPixmap(surface, aContext, offsetX, offsetY, dragRect)) { in SetDragIcon()
[all …]
/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dtoolbox2.c130 Rect dragRect; variable
131 dragRect.top = screen->top + 40;
132 dragRect.left = screen->left + 40;
133 dragRect.bottom = screen->bottom - 40;
134 dragRect.right = screen->right - 40;
135 DragWindow (whichWindow, event.where, &dragRect);
979 dragRect.top = screen->top + 40; in CheckForAbortSOmac()
980 dragRect.left = screen->left + 40; in CheckForAbortSOmac()
981 dragRect.bottom = screen->bottom - 40; in CheckForAbortSOmac()
982 dragRect.right = screen->right - 40; in CheckForAbortSOmac()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsDragService.cpp395 const LayoutDeviceIntRect& dragRect) { in SetAlphaPixmap() argument
413 CAIRO_FORMAT_ARGB32, dragRect.width, dragRect.height); in SetAlphaPixmap()
418 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
422 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
424 aSurface, Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
425 Rect(0, 0, dragRect.width, dragRect.height), DrawSurfaceOptions(), in SetAlphaPixmap()
1632 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1640 int32_t offsetX = screenPoint.x - dragRect.x; in SetDragIcon()
1641 int32_t offsetY = screenPoint.y - dragRect.y; in SetDragIcon()
1664 if (!SetAlphaPixmap(surface, aContext, offsetX, offsetY, dragRect)) { in SetDragIcon()
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsDragService.cpp72 LayoutDeviceIntRect dragRect; in CreateDragImage() local
75 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in CreateDragImage()
78 uint32_t bmWidth = dragRect.Width(), bmHeight = dragRect.Height(); in CreateDragImage()
138 psdi->ptOffset.x = screenPoint.x - dragRect.X(); in CreateDragImage()
139 psdi->ptOffset.y = screenPoint.y - dragRect.Y(); in CreateDragImage()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A DMacHandleEv.c10 extern Rect dragRect, sizeRect;
25 DragWindow (whichWindow, theEvent->where, &dragRect); in DoMouseDown()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsDragService.cpp71 LayoutDeviceIntRect dragRect; in CreateDragImage() local
74 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in CreateDragImage()
77 uint32_t bmWidth = dragRect.Width(), bmHeight = dragRect.Height(); in CreateDragImage()
137 psdi->ptOffset.x = screenPoint.x - dragRect.X(); in CreateDragImage()
138 psdi->ptOffset.y = screenPoint.y - dragRect.Y(); in CreateDragImage()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsDragService.cpp74 LayoutDeviceIntRect dragRect; in CreateDragImage() local
77 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in CreateDragImage()
80 uint32_t bmWidth = dragRect.Width(), bmHeight = dragRect.Height(); in CreateDragImage()
140 psdi->ptOffset.x = screenPoint.x - dragRect.X(); in CreateDragImage()
141 psdi->ptOffset.y = screenPoint.y - dragRect.Y(); in CreateDragImage()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsDragService.cpp81 LayoutDeviceIntRect dragRect;
84 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc);
88 uint32_t bmWidth = dragRect.width, bmHeight = dragRect.height;
153 psdi->ptOffset.x = screenPoint.x - dragRect.x;
154 psdi->ptOffset.y = screenPoint.y - dragRect.y;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsDragService.cpp71 LayoutDeviceIntRect dragRect; in CreateDragImage() local
74 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in CreateDragImage()
77 uint32_t bmWidth = dragRect.Width(), bmHeight = dragRect.Height(); in CreateDragImage()
137 psdi->ptOffset.x = screenPoint.x - dragRect.X(); in CreateDragImage()
138 psdi->ptOffset.y = screenPoint.y - dragRect.Y(); in CreateDragImage()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsDragService.cpp71 LayoutDeviceIntRect dragRect; in CreateDragImage() local
74 DrawDrag(aDOMNode, aRegion, mScreenPosition, &dragRect, &surface, &pc); in CreateDragImage()
77 uint32_t bmWidth = dragRect.Width(), bmHeight = dragRect.Height(); in CreateDragImage()
137 psdi->ptOffset.x = screenPoint.x - dragRect.X(); in CreateDragImage()
138 psdi->ptOffset.y = screenPoint.y - dragRect.Y(); in CreateDragImage()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsDragService.cpp408 const LayoutDeviceIntRect& dragRect) { in SetAlphaPixmap() argument
421 CAIRO_FORMAT_ARGB32, dragRect.width, dragRect.height); in SetAlphaPixmap()
426 nsIntSize(dragRect.width, dragRect.height), in SetAlphaPixmap()
430 dt->ClearRect(Rect(0, 0, dragRect.width, dragRect.height)); in SetAlphaPixmap()
432 aSurface, Rect(0, 0, dragRect.width, dragRect.height), in SetAlphaPixmap()
433 Rect(0, 0, dragRect.width, dragRect.height), DrawSurfaceOptions(), in SetAlphaPixmap()
1918 LayoutDeviceIntRect dragRect; in SetDragIcon() local
1926 int32_t offsetX = screenPoint.x - dragRect.x; in SetDragIcon()
1927 int32_t offsetY = screenPoint.y - dragRect.y; in SetDragIcon()
1957 if (!SetAlphaPixmap(surface, aContext, offsetX, offsetY, dragRect)) { in SetDragIcon()
[all …]
/dports/graphics/photoqt/photoqt-1.6/qml/openfile/
H A DFolders.qml128 id: dragRect
148 width: dragRect.height
261 drag.target: index>0?dragRect:undefined
270 dragRect.Drag.drop();
282 when: dragRect.Drag.active
284 target: dragRect
289 target: dragRect
/dports/math/kig/kig-21.12.3/modes/
H A Dbase_mode.cc44 dragRect( mplc, *v ); in leftClicked()
122 void BaseMode::dragRect( const QPoint&, KigWidget& ) in dragRect() function in BaseMode

12345