source: trunk/include/wingdi32.h@ 22145

Last change on this file since 22145 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 698 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);
19void WIN32API ConvertRGB555to565(LPVOID dest, LPVOID src, UINT imgsize);
20
21BOOL SYSTEM OSLibGpiSetCp(HDC hdc, ULONG codepage);
22
23#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.