mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
f90efa9cf0
Sun Jun 15 10:30:35 1998 Andreas Mohr <100.30936@germany.net> * [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec] [misc/aspi.c] Added support for scanners that need Adaptec's ASPI2DOS. * [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c] [if1632/gdi.spec] [include/gdi.h] Enhanced printer support (especially Win95): Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling. * [misc/tapi32.c] [relay32/tapi32.spec] Added some stubs. * [configure.in] [graphics/fontengine.c] [include/windows.h] [misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c] Made Wine compile on HP-UX (just for fun ;) * [controls/menu.c] [include/windows.h] Complete rewrite of EnableMenuItem32. Free Agent 32 still doesn't work :( * [misc/version.c] [if1632/kernel.spec] [include/winbase.h] Implemented GetVersionEx16. * [misc/network.c] [if1632/user.spec] Fixed arguments of WNetGetPropertyText. * [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec] Implemented COMCTL32_DllGetVersion, OaBuildVersion. * [win32/file.c] Fixed UNC handling of CreateFile32. Sat Jun 13 22:35:12 1998 Douglas Ridgway <ridgway@winehq.com> * [Makefile.in] [Make.rules.in] Added pattern for CVS merge files to 'make clean' * [ole/olecli.c] [windows/scroll.c] [windows/grahics.c] Add some DC handle unlocking. (When hdc's are always unlocked, they can be made moveable.) * [documentation/wine.texinfo] Started a Wine Design chapter with discussion of graphics driver model. Sat Jun 13 11:19:25 1998 David Luyer <luyer@ucs.uwa.edu.au> * [misc/main.c] [relay32/relay386.c] Added new option -debugmsg +relay=.... or -debugmsg -relay=... Fri Jun 12 22:56:09 1998 Marcus Meissner <marcus@jet.franken.de> * [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c] Added inter win32 dll snooping. Use -debugmsg +snoop. Number of arguments and string references are autodetected. Some small bugfixes in the PE loader. * [misc/system.c] Disabled SystemTimers. They do not work with the current %fs handling in the 32->16 relaycode. (helps labview) * [msdos/dpmi.c][msdos/int2f.c][files/drive.c] Added a monoton linear increasing memory allocator for DPMI (required for LabView, HAFAS, ...) mscdex handling in emulated realmode interrupts (for mcicda.drv) allocate logical drives only once. (helps Myst) * [files/profile.c] Handle ^Z as space. Found on CDROMS (helps Myst Installer). * [multimedia/mmio.c] mmio* partially updated to win32. No funny additions. * [windows/driver.c] Added win32 driver handling (will be used for win32 multimedia/ msvideo drivers). * [win32/device.c] Added device handling (K32OBJ_DEVICE_IOCTL). Implemented VTDAPI.5 (used by win95' WINMM.timeGetTime()) Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net> * [ole/compobj.c relay32/ole32.spec] Add a stub for CoLockObjectExternal32. * [objects/clipping.c] Fix in IntersectClipRect(), when there is no initial clipping region. * [graphics/x11drv/graphics.c] Corrected several "one-off" errors for the Ellipse, Rectangle and RoundRectangle (especially small ones) draw routines. Arc and friends still have to be done. Fri Jun 12 06:23:19 1998 Matthew Becker <mbecker@glasscity.net> * [misc/ntdll.c] Fixed some of the parameter counts. * [misc/registry.c] General cleanup, documentation. Standard keys are allowed to be 'closed' and succeed. * [misc/shell.c] Check for correct return values from Reg* functions. * [win32/newfns.c] Added stubs for OpenDesktopA, SetThreadDesktop, and SetUserObjectInformationA. Wed Jun 10 20:28:08 1998 James Juran <jrj120@psu.edu> * [debugger/break.c] Fixed bug introduced in 980503 that broke the -debug command line option for PE executable files. * [configure.in] [include/acconfig.h] [include/debugtools.h] [documentation/debug-msgs] Added 'configure' options to compile out debugging messages. Use --disable-debug to disable all debugging messages, and --disable-trace to just disable TRACE messages. This results in a stripped executable that is 15-20% smaller. This option is very much untested--don't expect it to work. * [documentation/debug-msgs] [documentation/debugging] Minor updates. * [*/*.c] Fixed some compile warnings. This also includes the compile_warnings_trivial patch from WineHQ. Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [windows/sysmetrics.c][include/sysmetrics.h] Fixed some Win95 values. * [windows/nonclient.c][include/windows.h] Fixed some Win95 drawing bugs. Added extended window style flags (WS_EX_xxx). * [misc/printdrv.c][relay32/winspool.spec] Added stubs for DeletePrinterDriver32A, DeleteMonitor32A and DeletePort32A. * [windows/mdi.c][include/windows.h][relay32/user32.spec] Added stubs for CascadeWindows and TileWindows. * [controls/toolbar.c][include/toolbar.h] Fixed a few bugs and implemented new features. * [misc/shellord.c][relay32/shell32.spec] Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184. * [controls/comctl32undoc.c][relay32/comctl32.spec] New file comctl32undoc.c. Contains undocumented functions of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE IEXPLORE.EXE and TASKMAN.EXE. * [controls/status.c] Added text alignment. Tue Jun 8 22:00:00 1998 Bertho Stultiens <bertho@akhphd.au.dk> * [programs/*/Makefile.in] Changed the rules to use wrc as resource compiler but passing the source through gcc first for macro expansion. * [programs/*/*.rc] Added #include "windows.h" for the resource compiler in the appropriate files. * [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c] Added commandline option -A for autoregister code. Corrected the underscore problem by checking the proper define from config.h. Sun Jun 7 22:09:29 1998 Pascal Cuoq <pcuoq@ens-lyon.fr> * [ole/ole2nls.c] [memory/string.c] Improved LCMapString32A, and changed CompareString32A, lstrcmp, lstrcmpi to use it. Sat Jun 6 19:00:50 1998 Martin Strömberg <ams@ludd.luth.se> * [include/winnt.h] Added typedefs for security and tokens. Sat Jun 6 12:26:31 1998 Morten Welinder <terra@diku.dk> * [objects/text.c] Use debugstr_an in DrawText16. * [loader/resource.c] Use debugres_w in FindResourceEx32W. Avoid crashing during debug when wm is NULL. * [if1632/relay.c] In RELAY_DebugCallTo16, send output to the right place and avoid side effects in macro arguments. Wed Jun 3 20:56:03 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> * [controls/scroll.c] [windows/nonclient.c] Fix several off by one errors in scrollbar painting. Tue Jun 2 23:58:59 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu> * [graphics/dsound.c] Rewrote mixer code to handle panning and volume for 16->16, 16->8, 8->16, and 8->8 bit mixes. Conforms to DirectX's "logarithmic hearing scale" as specified in M$VC docs. Still does not handle mixing of different frequencies (I am still working on that). Tested 16->16 extensively with StarCraft. Other mixing combinations untested but should work fine. Still kind of a work in progress, so be warned. Tue Jun 2 03:31:33 1998 Alexander V. Lukyanov <lav@long.yar.ru> * [tools/wrc/utils.c] dup_basename: fix to strip directory. Mon Jun 1 20:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de> * [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec] Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
546 lines
15 KiB
C
546 lines
15 KiB
C
/*
|
|
* DC clipping functions
|
|
*
|
|
* Copyright 1993 Alexandre Julliard
|
|
*/
|
|
|
|
#include "dc.h"
|
|
#include "metafile.h"
|
|
#include "region.h"
|
|
#include "debug.h"
|
|
|
|
#define UPDATE_DIRTY_DC(dc) \
|
|
do { \
|
|
if ((dc)->hookProc && !((dc)->w.flags & (DC_SAVED | DC_MEMORY))) \
|
|
(dc)->hookProc( (dc)->hSelf, DCHC_INVALIDVISRGN, (dc)->dwHookData, 0 ); \
|
|
} while(0)
|
|
|
|
|
|
|
|
/***********************************************************************
|
|
* CLIPPING_UpdateGCRegion
|
|
*
|
|
* Update the GC clip region when the ClipRgn or VisRgn have changed.
|
|
*/
|
|
void CLIPPING_UpdateGCRegion( DC * dc )
|
|
{
|
|
if (!dc->w.hGCClipRgn) dc->w.hGCClipRgn = CreateRectRgn32( 0, 0, 0, 0 );
|
|
|
|
if (!dc->w.hVisRgn)
|
|
{
|
|
ERR(region, "hVisRgn is zero. Please report this.\n" );
|
|
exit(1);
|
|
}
|
|
|
|
if (dc->w.flags & DC_DIRTY)
|
|
{
|
|
UPDATE_DIRTY_DC(dc);
|
|
dc->w.flags &= ~DC_DIRTY;
|
|
}
|
|
|
|
if (!dc->w.hClipRgn)
|
|
CombineRgn32( dc->w.hGCClipRgn, dc->w.hVisRgn, 0, RGN_COPY );
|
|
else
|
|
CombineRgn32(dc->w.hGCClipRgn, dc->w.hClipRgn, dc->w.hVisRgn, RGN_AND);
|
|
if (dc->funcs->pSetDeviceClipping) dc->funcs->pSetDeviceClipping( dc );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SelectClipRgn16 (GDI.44)
|
|
*/
|
|
INT16 WINAPI SelectClipRgn16( HDC16 hdc, HRGN16 hrgn )
|
|
{
|
|
return (INT16)SelectClipRgn32( hdc, hrgn );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SelectClipRgn32 (GDI32.297)
|
|
*/
|
|
INT32 WINAPI SelectClipRgn32( HDC32 hdc, HRGN32 hrgn )
|
|
{
|
|
INT32 retval;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
|
|
TRACE(clipping, "%04x %04x\n", hdc, hrgn );
|
|
|
|
if (hrgn)
|
|
{
|
|
if (!dc->w.hClipRgn) dc->w.hClipRgn = CreateRectRgn32(0,0,0,0);
|
|
retval = CombineRgn32( dc->w.hClipRgn, hrgn, 0, RGN_COPY );
|
|
}
|
|
else
|
|
{
|
|
if (dc->w.hClipRgn) DeleteObject16( dc->w.hClipRgn );
|
|
dc->w.hClipRgn = 0;
|
|
retval = SIMPLEREGION; /* Clip region == whole DC */
|
|
}
|
|
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return retval;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SelectVisRgn (GDI.105)
|
|
*/
|
|
INT16 WINAPI SelectVisRgn( HDC16 hdc, HRGN16 hrgn )
|
|
{
|
|
int retval;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc || !hrgn) return ERROR;
|
|
|
|
TRACE(clipping, "%04x %04x\n", hdc, hrgn );
|
|
|
|
dc->w.flags &= ~DC_DIRTY;
|
|
|
|
retval = CombineRgn16( dc->w.hVisRgn, hrgn, 0, RGN_COPY );
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return retval;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* OffsetClipRgn16 (GDI.32)
|
|
*/
|
|
INT16 WINAPI OffsetClipRgn16( HDC16 hdc, INT16 x, INT16 y )
|
|
{
|
|
return (INT16)OffsetClipRgn32( hdc, x, y );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* OffsetClipRgn32 (GDI32.255)
|
|
*/
|
|
INT32 WINAPI OffsetClipRgn32( HDC32 hdc, INT32 x, INT32 y )
|
|
{
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc)
|
|
{
|
|
dc = (DC *)GDI_GetObjPtr(hdc, METAFILE_DC_MAGIC);
|
|
if (!dc) return ERROR;
|
|
MF_MetaParam2(dc, META_OFFSETCLIPRGN, x, y);
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return NULLREGION; /* ?? */
|
|
}
|
|
|
|
TRACE(clipping, "%04x %d,%d\n", hdc, x, y );
|
|
|
|
if (dc->w.hClipRgn)
|
|
{
|
|
INT32 ret = OffsetRgn32( dc->w.hClipRgn, XLPTODP(dc,x), YLPTODP(dc,y));
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ret;
|
|
}
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return SIMPLEREGION; /* Clip region == client area */
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* OffsetVisRgn (GDI.102)
|
|
*/
|
|
INT16 WINAPI OffsetVisRgn( HDC16 hdc, INT16 x, INT16 y )
|
|
{
|
|
INT16 retval;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
TRACE(clipping, "%04x %d,%d\n", hdc, x, y );
|
|
retval = OffsetRgn32( dc->w.hVisRgn, x, y );
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return retval;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CLIPPING_IntersectClipRect
|
|
*
|
|
* Helper function for {Intersect,Exclude}ClipRect, can be called from
|
|
* elsewhere (like ExtTextOut()) to skip redundant metafile update and
|
|
* coordinate conversion.
|
|
*/
|
|
INT32 CLIPPING_IntersectClipRect( DC * dc, INT32 left, INT32 top,
|
|
INT32 right, INT32 bottom, UINT32 flags )
|
|
{
|
|
HRGN32 newRgn;
|
|
INT32 ret;
|
|
|
|
if (!(newRgn = CreateRectRgn32( left, top, right, bottom ))) return ERROR;
|
|
if (!dc->w.hClipRgn)
|
|
{
|
|
if( flags & CLIP_INTERSECT )
|
|
{
|
|
dc->w.hClipRgn = newRgn;
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
return SIMPLEREGION;
|
|
}
|
|
else if( flags & CLIP_EXCLUDE )
|
|
{
|
|
dc->w.hClipRgn = CreateRectRgn32( 0, 0, 0, 0 );
|
|
CombineRgn32( dc->w.hClipRgn, dc->w.hVisRgn, 0, RGN_COPY );
|
|
}
|
|
else WARN(clipping,"No hClipRgn and flags are %x\n",flags);
|
|
}
|
|
|
|
ret = CombineRgn32( newRgn, dc->w.hClipRgn, newRgn,
|
|
(flags & CLIP_EXCLUDE) ? RGN_DIFF : RGN_AND );
|
|
if (ret != ERROR)
|
|
{
|
|
if (!(flags & CLIP_KEEPRGN)) DeleteObject32( dc->w.hClipRgn );
|
|
dc->w.hClipRgn = newRgn;
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
}
|
|
else DeleteObject32( newRgn );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* ExcludeClipRect16 (GDI.21)
|
|
*/
|
|
INT16 WINAPI ExcludeClipRect16( HDC16 hdc, INT16 left, INT16 top,
|
|
INT16 right, INT16 bottom )
|
|
{
|
|
return (INT16)ExcludeClipRect32( hdc, left, top, right, bottom );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* ExcludeClipRect32 (GDI32.92)
|
|
*/
|
|
INT32 WINAPI ExcludeClipRect32( HDC32 hdc, INT32 left, INT32 top,
|
|
INT32 right, INT32 bottom )
|
|
{
|
|
INT32 ret;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc)
|
|
{
|
|
dc = (DC *)GDI_GetObjPtr(hdc, METAFILE_DC_MAGIC);
|
|
if (!dc) return ERROR;
|
|
MF_MetaParam4(dc, META_EXCLUDECLIPRECT, left, top, right, bottom);
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return NULLREGION; /* ?? */
|
|
}
|
|
|
|
left = XLPTODP( dc, left );
|
|
right = XLPTODP( dc, right );
|
|
top = YLPTODP( dc, top );
|
|
bottom = YLPTODP( dc, bottom );
|
|
|
|
TRACE(clipping, "%04x %dx%d,%dx%d\n",
|
|
hdc, left, top, right, bottom );
|
|
ret = CLIPPING_IntersectClipRect( dc, left, top, right, bottom, CLIP_EXCLUDE );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* IntersectClipRect16 (GDI.22)
|
|
*/
|
|
INT16 WINAPI IntersectClipRect16( HDC16 hdc, INT16 left, INT16 top,
|
|
INT16 right, INT16 bottom )
|
|
{
|
|
return (INT16)IntersectClipRect32( hdc, left, top, right, bottom );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* IntersectClipRect32 (GDI32.245)
|
|
*/
|
|
INT32 WINAPI IntersectClipRect32( HDC32 hdc, INT32 left, INT32 top,
|
|
INT32 right, INT32 bottom )
|
|
{
|
|
INT32 ret;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc)
|
|
{
|
|
dc = (DC *)GDI_GetObjPtr(hdc, METAFILE_DC_MAGIC);
|
|
if (!dc) return ERROR;
|
|
MF_MetaParam4(dc, META_INTERSECTCLIPRECT, left, top, right, bottom);
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return NULLREGION; /* ?? */
|
|
}
|
|
|
|
left = XLPTODP( dc, left );
|
|
right = XLPTODP( dc, right );
|
|
top = YLPTODP( dc, top );
|
|
bottom = YLPTODP( dc, bottom );
|
|
|
|
TRACE(clipping, "%04x %dx%d,%dx%d\n",
|
|
hdc, left, top, right, bottom );
|
|
ret = CLIPPING_IntersectClipRect( dc, left, top, right, bottom, CLIP_INTERSECT );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CLIPPING_IntersectVisRect
|
|
*
|
|
* Helper function for {Intersect,Exclude}VisRect
|
|
*/
|
|
static INT32 CLIPPING_IntersectVisRect( DC * dc, INT32 left, INT32 top,
|
|
INT32 right, INT32 bottom,
|
|
BOOL32 exclude )
|
|
{
|
|
HRGN32 tempRgn, newRgn;
|
|
INT32 ret;
|
|
|
|
left = XLPTODP( dc, left );
|
|
right = XLPTODP( dc, right );
|
|
top = YLPTODP( dc, top );
|
|
bottom = YLPTODP( dc, bottom );
|
|
|
|
if (!(newRgn = CreateRectRgn32( 0, 0, 0, 0 ))) return ERROR;
|
|
if (!(tempRgn = CreateRectRgn32( left, top, right, bottom )))
|
|
{
|
|
DeleteObject32( newRgn );
|
|
return ERROR;
|
|
}
|
|
ret = CombineRgn32( newRgn, dc->w.hVisRgn, tempRgn,
|
|
exclude ? RGN_DIFF : RGN_AND );
|
|
DeleteObject32( tempRgn );
|
|
|
|
if (ret != ERROR)
|
|
{
|
|
RGNOBJ *newObj = (RGNOBJ*)GDI_GetObjPtr( newRgn, REGION_MAGIC);
|
|
RGNOBJ *prevObj = (RGNOBJ*)GDI_GetObjPtr( dc->w.hVisRgn, REGION_MAGIC);
|
|
if (newObj && prevObj) newObj->header.hNext = prevObj->header.hNext;
|
|
DeleteObject32( dc->w.hVisRgn );
|
|
dc->w.hVisRgn = newRgn;
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( newRgn );
|
|
}
|
|
else DeleteObject32( newRgn );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* ExcludeVisRect (GDI.73)
|
|
*/
|
|
INT16 WINAPI ExcludeVisRect( HDC16 hdc, INT16 left, INT16 top,
|
|
INT16 right, INT16 bottom )
|
|
{
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
TRACE(clipping, "%04x %dx%d,%dx%d\n",
|
|
hdc, left, top, right, bottom );
|
|
|
|
return CLIPPING_IntersectVisRect( dc, left, top, right, bottom, TRUE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* IntersectVisRect (GDI.98)
|
|
*/
|
|
INT16 WINAPI IntersectVisRect( HDC16 hdc, INT16 left, INT16 top,
|
|
INT16 right, INT16 bottom )
|
|
{
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
TRACE(clipping, "%04x %dx%d,%dx%d\n",
|
|
hdc, left, top, right, bottom );
|
|
|
|
return CLIPPING_IntersectVisRect( dc, left, top, right, bottom, FALSE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* PtVisible16 (GDI.103)
|
|
*/
|
|
BOOL16 WINAPI PtVisible16( HDC16 hdc, INT16 x, INT16 y )
|
|
{
|
|
return PtVisible32( hdc, x, y );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* PtVisible32 (GDI32.279)
|
|
*/
|
|
BOOL32 WINAPI PtVisible32( HDC32 hdc, INT32 x, INT32 y )
|
|
{
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
|
|
TRACE(clipping, "%04x %d,%d\n", hdc, x, y );
|
|
if (!dc->w.hGCClipRgn) return FALSE;
|
|
|
|
if( dc->w.flags & DC_DIRTY ) UPDATE_DIRTY_DC(dc);
|
|
dc->w.flags &= ~DC_DIRTY;
|
|
|
|
return PtInRegion32( dc->w.hGCClipRgn, XLPTODP(dc,x), YLPTODP(dc,y) );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* RectVisible16 (GDI.104)
|
|
*/
|
|
BOOL16 WINAPI RectVisible16( HDC16 hdc, LPRECT16 rect )
|
|
{
|
|
RECT16 tmpRect;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return FALSE;
|
|
TRACE(clipping,"%04x %d,%dx%d,%d\n",
|
|
hdc, rect->left, rect->top, rect->right, rect->bottom );
|
|
if (!dc->w.hGCClipRgn) return FALSE;
|
|
/* copy rectangle to avoid overwriting by LPtoDP */
|
|
tmpRect = *rect;
|
|
LPtoDP16( hdc, (LPPOINT16)&tmpRect, 2 );
|
|
return RectInRegion16( dc->w.hGCClipRgn, &tmpRect );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* RectVisible32 (GDI32.282)
|
|
*/
|
|
BOOL32 WINAPI RectVisible32( HDC32 hdc, LPRECT32 rect )
|
|
{
|
|
RECT16 rect16;
|
|
CONV_RECT32TO16( rect, &rect16 );
|
|
return RectVisible16( (HDC16)hdc, &rect16 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetClipBox16 (GDI.77)
|
|
*/
|
|
INT16 WINAPI GetClipBox16( HDC16 hdc, LPRECT16 rect )
|
|
{
|
|
int ret;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
ret = GetRgnBox16( dc->w.hGCClipRgn, rect );
|
|
DPtoLP16( hdc, (LPPOINT16)rect, 2 );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetClipBox32 (GDI32.162)
|
|
*/
|
|
INT32 WINAPI GetClipBox32( HDC32 hdc, LPRECT32 rect )
|
|
{
|
|
INT32 ret;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return ERROR;
|
|
ret = GetRgnBox32( dc->w.hGCClipRgn, rect );
|
|
DPtoLP32( hdc, (LPPOINT32)rect, 2 );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetClipRgn32 (GDI32.163)
|
|
*/
|
|
INT32 WINAPI GetClipRgn32( HDC32 hdc, HRGN32 hRgn )
|
|
{
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if( dc && hRgn )
|
|
if( dc->w.hClipRgn )
|
|
{
|
|
/* this assumes that dc->w.hClipRgn is in coordinates
|
|
relative to the DC origin (not device) */
|
|
|
|
if( CombineRgn32(hRgn, dc->w.hClipRgn, 0, RGN_COPY) != ERROR )
|
|
return 1;
|
|
}
|
|
else return 0;
|
|
return -1;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* SaveVisRgn (GDI.129)
|
|
*/
|
|
HRGN16 WINAPI SaveVisRgn( HDC16 hdc )
|
|
{
|
|
HRGN32 copy;
|
|
RGNOBJ *obj, *copyObj;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
if (!dc) return 0;
|
|
TRACE(clipping, "%04x\n", hdc );
|
|
if (!dc->w.hVisRgn)
|
|
{
|
|
ERR(region, "hVisRgn is zero. Please report this.\n" );
|
|
exit(1);
|
|
}
|
|
if( dc->w.flags & DC_DIRTY ) UPDATE_DIRTY_DC(dc);
|
|
dc->w.flags &= ~DC_DIRTY;
|
|
|
|
if (!(obj = (RGNOBJ *) GDI_GetObjPtr( dc->w.hVisRgn, REGION_MAGIC )))
|
|
{
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return 0;
|
|
}
|
|
if (!(copy = CreateRectRgn32( 0, 0, 0, 0 )))
|
|
{
|
|
GDI_HEAP_UNLOCK( dc->w.hVisRgn );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return 0;
|
|
}
|
|
CombineRgn32( copy, dc->w.hVisRgn, 0, RGN_COPY );
|
|
if (!(copyObj = (RGNOBJ *) GDI_GetObjPtr( copy, REGION_MAGIC )))
|
|
{
|
|
GDI_HEAP_UNLOCK( dc->w.hVisRgn );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return 0;
|
|
}
|
|
copyObj->header.hNext = obj->header.hNext;
|
|
obj->header.hNext = copy;
|
|
GDI_HEAP_UNLOCK( dc->w.hVisRgn );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
GDI_HEAP_UNLOCK( copy );
|
|
return copy;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* RestoreVisRgn (GDI.130)
|
|
*/
|
|
INT16 WINAPI RestoreVisRgn( HDC16 hdc )
|
|
{
|
|
HRGN32 saved;
|
|
RGNOBJ *obj, *savedObj;
|
|
DC * dc = (DC *) GDI_GetObjPtr( hdc, DC_MAGIC );
|
|
INT16 ret;
|
|
|
|
if (!dc) return ERROR;
|
|
if (!dc->w.hVisRgn)
|
|
{
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ERROR;
|
|
}
|
|
TRACE(clipping, "%04x\n", hdc );
|
|
if (!(obj = (RGNOBJ *) GDI_GetObjPtr( dc->w.hVisRgn, REGION_MAGIC )))
|
|
{
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ERROR;
|
|
}
|
|
if (!(saved = obj->header.hNext))
|
|
{
|
|
GDI_HEAP_UNLOCK( dc->w.hVisRgn );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ERROR;
|
|
}
|
|
if (!(savedObj = (RGNOBJ *) GDI_GetObjPtr( saved, REGION_MAGIC )))
|
|
{
|
|
GDI_HEAP_UNLOCK( dc->w.hVisRgn );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
return ERROR;
|
|
}
|
|
DeleteObject32( dc->w.hVisRgn );
|
|
dc->w.hVisRgn = saved;
|
|
CLIPPING_UpdateGCRegion( dc );
|
|
GDI_HEAP_UNLOCK( hdc );
|
|
ret = savedObj->rgn->type; /* FIXME */
|
|
GDI_HEAP_UNLOCK( saved );
|
|
return ret;
|
|
}
|