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.

59 lines
676 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. Module Name:
  4. htbmp1.h
  5. Abstract:
  6. This module contains definitions and prototypes for htbmp1.c
  7. Author:
  8. 21-Dec-1993 Tue 21:33:43 created
  9. [Environment:]
  10. GDI Device Driver - Plotter.
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. #ifndef _HTBMP1BPP_
  15. #define _HTBMP1BPP_
  16. BOOL
  17. FillRect1bppBmp(
  18. PHTBMPINFO pHTBmpInfo,
  19. BYTE FillByte,
  20. BOOL Pad1,
  21. BOOL Rotate
  22. );
  23. BOOL
  24. Output1bppHTBmp(
  25. PHTBMPINFO pHTBmpInfo
  26. );
  27. BOOL
  28. Output1bppRotateHTBmp(
  29. PHTBMPINFO pHTBmpInfo
  30. );
  31. #endif // _HTBMP1BPP_