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.

34 lines
790 B

  1. /******************************Module*Header*******************************\
  2. *
  3. * *******************
  4. * * GDI SAMPLE CODE *
  5. * *******************
  6. *
  7. * Module Name: clip.h
  8. *
  9. * External interface for clip.h
  10. *
  11. * Copyright (c) 1994-1998 3Dlabs Inc. Ltd. All rights reserved.
  12. * Copyright (c) 1995-1999 Microsoft Corporation. All rights reserved.
  13. \**************************************************************************/
  14. #ifndef __CLIP__
  15. #define __CLIP__
  16. VOID
  17. vClipAndRender(
  18. GFNPB * ppb);
  19. BOOL
  20. bIntersect(
  21. RECTL* pRcl1,
  22. RECTL* pRcl2,
  23. RECTL* pRclResult);
  24. LONG
  25. cIntersect(
  26. RECTL* pRclClip,
  27. RECTL* pRclIn,
  28. LONG lNumOfRecs);
  29. #endif // __CLIP__