Home
last modified time | relevance | path

Searched refs:windowLoc (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsHWNDInteract.cpp54 OfxRectI windowLoc; in getWindowLocation() local
55 windowLoc.x1 = props.propGetInt(kOfxHWndInteractPropLocation, 0); in getWindowLocation()
56 windowLoc.y1 = props.propGetInt(kOfxHWndInteractPropLocation, 1); in getWindowLocation()
57 windowLoc.x2 = props.propGetInt(kOfxHWndInteractPropLocation, 2); in getWindowLocation()
58 windowLoc.y2 = props.propGetInt(kOfxHWndInteractPropLocation, 3); in getWindowLocation()
59 return windowLoc; in getWindowLocation()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsHWNDInteract.cpp54 OfxRectI windowLoc; in getWindowLocation() local
55 windowLoc.x1 = props.propGetInt(kOfxHWndInteractPropLocation, 0); in getWindowLocation()
56 windowLoc.y1 = props.propGetInt(kOfxHWndInteractPropLocation, 1); in getWindowLocation()
57 windowLoc.x2 = props.propGetInt(kOfxHWndInteractPropLocation, 2); in getWindowLocation()
58 windowLoc.y2 = props.propGetInt(kOfxHWndInteractPropLocation, 3); in getWindowLocation()
59 return windowLoc; in getWindowLocation()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkCocoaGLView.mm203 NSPoint windowLoc = [[self window] mouseLocationOutsideOfEventStream];
204 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
303 NSPoint windowLoc = [theEvent locationInWindow];
304 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
335 NSPoint windowLoc = [theEvent locationInWindow];
336 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
389 NSPoint windowLoc = [theEvent locationInWindow];
390 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkCocoaGLView.mm221 NSPoint windowLoc = [[self window] mouseLocationOutsideOfEventStream];
222 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
315 NSPoint windowLoc = [theEvent locationInWindow];
316 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
344 NSPoint windowLoc = [theEvent locationInWindow];
345 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
393 NSPoint windowLoc = [theEvent locationInWindow];
394 NSPoint viewLoc = [self convertPoint:windowLoc fromView:nil];
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c3259 Nlm_Int2 windowLoc; in Nlm_WhichWindow() local
3574 Nlm_Int2 windowLoc; in Nlm_DragClick() local
3582 if (windowLoc == inDrag) { in Nlm_DragClick()
3628 Nlm_Int2 windowLoc; in Nlm_GrowClick() local
3635 if (windowLoc == inGrow) { in Nlm_GrowClick()
3748 Nlm_Int2 windowLoc; in Nlm_ZoomClick() local
3754 if (windowLoc == inZoomIn || windowLoc == inZoomOut) { in Nlm_ZoomClick()
3769 windowLoc = part; in Nlm_ZoomClick()
3814 Nlm_Int2 windowLoc; in Nlm_CloseClick() local
3820 if (windowLoc == inGoAway) { in Nlm_CloseClick()
[all …]
H A Dvibmenus.c711 Nlm_Int2 windowLoc; in Nlm_DesktopMenuBarClick() local
720 windowLoc = FindWindow (ptool, &wptr); in Nlm_DesktopMenuBarClick()
721 if (windowLoc == inMenuBar) { in Nlm_DesktopMenuBarClick()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DControl.java1215 NSPoint windowLoc = event.locationInWindow(); in dragDetect() local
1216 NSPoint viewLoc = view.convertPoint_fromView_(windowLoc, null); in dragDetect()