Searched defs:WINGDIAPI (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwingdi.h13 #define WINGDIAPI macro
15 #define WINGDIAPI DECLSPEC_IMPORT macro
2675 WINGDIAPI int WINAPI AddFontResourceA(LPCSTR);
2676 WINGDIAPI int WINAPI AddFontResourceW(LPCWSTR);
2677 WINGDIAPI WINBOOL WINAPI AnimatePalette(HPALETTE hPal,UINT iStartIndex,UINT cEntries,CONST PALETTEENTRY *ppe);
2678 WINGDIAPI WINBOOL WINAPI Arc(HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
2679 WINGDIAPI WINBOOL WINAPI BitBlt(HDC hdc,int x,int y,int cx,int cy,HDC hdcSrc,int x1,int y1,DWORD rop);
2680 WINGDIAPI WINBOOL WINAPI CancelDC(HDC hdc);
2681 WINGDIAPI WINBOOL WINAPI Chord(HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
2682 WINGDIAPI in
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwingdi.h13 #define WINGDIAPI macro
15 #define WINGDIAPI DECLSPEC_IMPORT macro
2675 WINGDIAPI int WINAPI AddFontResourceA(LPCSTR);
2676 WINGDIAPI int WINAPI AddFontResourceW(LPCWSTR);
2677 WINGDIAPI WINBOOL WINAPI AnimatePalette(HPALETTE hPal,UINT iStartIndex,UINT cEntries,CONST PALETTEENTRY *ppe);
2678 WINGDIAPI WINBOOL WINAPI Arc(HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
2679 WINGDIAPI WINBOOL WINAPI BitBlt(HDC hdc,int x,int y,int cx,int cy,HDC hdcSrc,int x1,int y1,DWORD rop);
2680 WINGDIAPI WINBOOL WINAPI CancelDC(HDC hdc);
2681 WINGDIAPI WINBOOL WINAPI Chord(HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
2682 WINGDIAPI in
[all...]

Completed in 184 milliseconds