2025-04-27 07:49:33 -04:00

61 lines
687 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1990-1999 Microsoft Corporation
Module Name:
htbmp1.h
Abstract:
This module contains definitions and prototypes for htbmp1.c
Author:
21-Dec-1993 Tue 21:33:43 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _HTBMP1BPP_
#define _HTBMP1BPP_
BOOL
FillRect1bppBmp(
PHTBMPINFO pHTBmpInfo,
BYTE FillByte,
BOOL Pad1,
BOOL Rotate
);
BOOL
Output1bppHTBmp(
PHTBMPINFO pHTBmpInfo
);
BOOL
Output1bppRotateHTBmp(
PHTBMPINFO pHTBmpInfo
);
#endif // _HTBMP1BPP_