Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddndeventdispatcher.cxx266 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragEnterEvent() local
270 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent()
294 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragOverEvent() local
298 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent()
342 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropActionChangedEvent() local
346 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent()
373 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropEvent() local
377 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable ); in fireDropEvent()
401 Point relLoc = pWindow->ImplFrameToOutput( rOrigin ); in fireDragGestureEvent() local
405 nDragAction, relLoc.X(), relLoc.Y(), xSource, event ); in fireDragGestureEvent()
H A Dwinproc.cxx476 Point relLoc = pMouseDownWin->ImplFrameToOutput( Point( in ImplHandleMouseEvent() local
501relLoc.X(), relLoc.Y(), xDragSource, css::uno::makeAny( aMouseEvent ) ); in ImplHandleMouseEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddndeventdispatcher.cxx266 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragEnterEvent() local
270 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent()
294 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragOverEvent() local
298 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent()
342 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropActionChangedEvent() local
346 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent()
373 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropEvent() local
377 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable ); in fireDropEvent()
401 Point relLoc = pWindow->ImplFrameToOutput( rOrigin ); in fireDragGestureEvent() local
405 nDragAction, relLoc.X(), relLoc.Y(), xSource, event ); in fireDragGestureEvent()
H A Dwinproc.cxx477 Point relLoc = pMouseDownWin->ImplFrameToOutput( Point( in ImplHandleMouseEvent() local
502relLoc.X(), relLoc.Y(), xDragSource, css::uno::makeAny( aMouseEvent ) ); in ImplHandleMouseEvent()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/framework/lintmain/internal/check/
H A Dcheck.go424 relLoc := loc
426 relLoc = strings.Replace(loc, p.workDir, "./", 1)
437 if len(relLoc) < len(loc) {
438 return relLoc
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dtile.cpp2975 relLoc.u = - relLoc.u - (kPlatformWidth - 1) * kTileUVSize; in maskPlatform()
2976 relLoc.v = - relLoc.v - (kPlatformWidth - 1) * kTileUVSize; in maskPlatform()
2984 rLoc = relLoc; in maskPlatform()
3032 rLoc.z = relLoc.z - h; in maskPlatform()
3055 relLoc.u += kTileUVSize; in maskPlatform()
3061 relLoc.v += kTileUVSize; in maskPlatform()
3071 TilePoint relLoc, in maskMetaRow() argument
3183 TilePoint relLoc; in drawTileMask() local
3218 relLoc.z = loc.z; in drawTileMask()
3234 relLoc.u -= kPlatUVSize; in drawTileMask()
[all …]