Home
last modified time | relevance | path

Searched refs:pOldRegion (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dclipping.cxx300 bool Window::ImplSysObjClip( const vcl::Region* pOldRegion ) in ImplSysObjClip() argument
314 if ( pOldRegion ) in ImplSysObjClip()
317 rWinChildClipRegion.Intersect(*pOldRegion); in ImplSysObjClip()
409 std::unique_ptr<vcl::Region> pOldRegion; in ImplSetClipFlagChildren() local
411 pOldRegion.reset(new vcl::Region( mpWindowImpl->maWinClipRegion )); in ImplSetClipFlagChildren()
424 if ( !ImplSysObjClip( pOldRegion.get() ) ) in ImplSetClipFlagChildren()
H A Dwindow.cxx1466 std::unique_ptr<vcl::Region> pOldRegion; in ImplPosSizeWindow() local
1472 pOldRegion.reset( new vcl::Region( aOldWinRect ) ); in ImplPosSizeWindow()
1474pOldRegion->Intersect( GetOutDev()->ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplPosSizeWindow()
1706 aRegion.Exclude( *pOldRegion ); in ImplPosSizeWindow()
1719 vcl::Region aRegion( *pOldRegion ); in ImplPosSizeWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dclipping.cxx296 bool Window::ImplSysObjClip( const vcl::Region* pOldRegion ) in ImplSysObjClip() argument
310 if ( pOldRegion ) in ImplSysObjClip()
313 pWinChildClipRegion->Intersect( *pOldRegion ); in ImplSysObjClip()
406 std::unique_ptr<vcl::Region> pOldRegion; in ImplSetClipFlagChildren() local
408 pOldRegion.reset(new vcl::Region( mpWindowImpl->maWinClipRegion )); in ImplSetClipFlagChildren()
421 if ( !ImplSysObjClip( pOldRegion.get() ) ) in ImplSetClipFlagChildren()
H A Dwindow.cxx1429 std::unique_ptr<vcl::Region> pOldRegion; in ImplPosSizeWindow() local
1435 pOldRegion.reset( new vcl::Region( aOldWinRect ) ); in ImplPosSizeWindow()
1437 pOldRegion->Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplPosSizeWindow()
1674 aRegion.Exclude( *pOldRegion ); in ImplPosSizeWindow()
1687 vcl::Region aRegion( *pOldRegion ); in ImplPosSizeWindow()
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/module/
H A DrdpDraw.c299 rdpCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr pOldRegion) in rdpCopyWindow() argument
318 rdpRegionCopy(&reg, pOldRegion); in rdpCopyWindow()
325 dev->pScreen->CopyWindow(pWin, ptOldOrg, pOldRegion); in rdpCopyWindow()
H A DrdpDraw.h96 rdpCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr pOldRegion);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Ddraw.c301 rfbCopyWindow (pWin, ptOldOrg, pOldRegion) in rfbCopyWindow() argument
304 RegionPtr pOldRegion;
313 REGION_COPY(pScreen,&dstRegion,pOldRegion);
323 REGION_COPY(pScreen,&srcRegion,pOldRegion);
340 (*pScreen->CopyWindow) (pWin, ptOldOrg, pOldRegion);
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncHooks.c110 RegionPtr pOldRegion);
469 RegionPtr pOldRegion) in vncHooksCopyWindow() argument
478 RegionCopy(&copied, pOldRegion); in vncHooksCopyWindow()
499 (*pScreen->CopyWindow) (pWin, ptOldOrg, pOldRegion); in vncHooksCopyWindow()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncHooks.c110 RegionPtr pOldRegion);
469 RegionPtr pOldRegion) in vncHooksCopyWindow() argument
478 RegionCopy(&copied, pOldRegion); in vncHooksCopyWindow()
499 (*pScreen->CopyWindow) (pWin, ptOldOrg, pOldRegion); in vncHooksCopyWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit.cxx234 vcl::Region* pOldRegion = pRegion; in DrawSelectionXOR() local
384 if (comphelper::LibreOfficeKit::isActive() && mpViewShell && !pOldRegion && pOutWin) in DrawSelectionXOR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dwindow.hxx643 SAL_DLLPRIVATE bool ImplSysObjClip( const vcl::Region* pOldRegion );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dwindow.hxx629 SAL_DLLPRIVATE bool ImplSysObjClip( const vcl::Region* pOldRegion );