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

68 lines
756 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:
brush.h
Abstract:
This module contains brush definitions and prototypes for module brush.c
Author:
27-Jan-1994 Thu 21:05:01 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _PLOTBRUSH_
#define _PLOTBRUSH_
VOID
ResetDBCache(
PPDEV pPDev
);
LONG
FindDBCache(
PPDEV pPDev,
WORD DBUniq
);
BOOL
CopyUserPatBGR(
PPDEV pPDev,
SURFOBJ *psoPat,
XLATEOBJ *pxlo,
LPBYTE pBGRBmp
);
VOID
GetMinHTSize(
PPDEV pPDev,
SIZEL *pszlPat
);
#endif // _PLOTBRUSH_