Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/******************************Module*Header*******************************\
* * ******************* * * GDI SAMPLE CODE * * ******************* * * Module Name: clip.h * * External interface for clip.h * * Copyright (c) 1994-1998 3Dlabs Inc. Ltd. All rights reserved. * Copyright (c) 1995-1999 Microsoft Corporation. All rights reserved. \**************************************************************************/ #ifndef __CLIP__
#define __CLIP__
VOID vClipAndRender( GFNPB * ppb);
BOOL bIntersect( RECTL* pRcl1, RECTL* pRcl2, RECTL* pRclResult);
LONG cIntersect( RECTL* pRclClip, RECTL* pRclIn, LONG lNumOfRecs);
#endif // __CLIP__
|