source: trunk/include/wingdi32.h@ 21561

Last change on this file since 21561 was 10316, checked in by sandervl, 21 years ago

Visible & Clip region changes

File size: 690 bytes
Line 
1/*
2 * Internal functions exported by gdi32
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7#ifndef __WINGDI32_H__
8#define __WINGDI32_H__
9
10#include <dcdata.h>
11
12BOOL WIN32API setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn);
13
14INT WIN32API GdiCombineVisRgn(pDCData pHps, HRGN hrgn, INT operation);
15INT WIN32API GdiSetVisRgn(pDCData pHps, HRGN hrgn);
16INT WIN32API GdiCombineVisRgnClipRgn(pDCData pHps, HRGN hrgn, INT operation);
17
18VOID WIN32API UnselectGDIObjects(HDC hdc);
19BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage);
20void WIN32API ConvertRGB555to565(LPVOID dest, LPVOID src, UINT imgsize);
21
22#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.