Searched defs:hdc (Results 1 - 25 of 27) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusgraphics.h43 static Graphics* FromHDC(HDC hdc) argument
45 return new Graphics(hdc);
47 static Graphics* FromHDC(HDC hdc, HANDLE hdevice) argument
49 return new Graphics(hdc, hdevice);
70 Graphics(HDC hdc): nativeGraphics(NULL), lastStatus(Ok) argument
73 hdc, &nativeGraphics);
75 Graphics(HDC hdc, HANDLE hdevice): nativeGraphics(NULL), lastStatus(Ok) argument
78 hdc, hdevice, &nativeGraphics);
1352 VOID ReleaseHDC(HDC hdc) argument
1354 updateStatus(DllExports::GdipReleaseDC(nativeGraphics, hdc));
[all...]
H A Dgdiplusimpl.h753 __inline__ Font::Font(HDC hdc, HFONT hfont): argument
759 hdc, &logfont, &nativeFont);
762 hdc, &nativeFont);
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): argument
770 hdc, logfont, &nativeFont);
773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont): argument
777 hdc, logfont, &nativeFont);
780 __inline__ Font::Font(HDC hdc): argument
783 lastStatus = DllExports::GdipCreateFontFromDC(hdc, &nativeFont);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dvmr9.h878 HDC hdc) = 0;
955 HDC hdc);
993 #define IVMRWindowlessControl9_RepaintVideo(This,hwnd,hdc) (This)->lpVtbl->RepaintVideo(This,hwnd,hdc)
1034 static FORCEINLINE HRESULT IVMRWindowlessControl9_RepaintVideo(IVMRWindowlessControl9* This,HWND hwnd,HDC hdc) {
1035 return This->lpVtbl->RepaintVideo(This,hwnd,hdc);
1128 HDC hdc);
1559 HDC hdc; member in struct:_VMR9AlphaBitmap
H A Dshlwapi.h896 LWSTDAPI_(HPALETTE) SHCreateShellPalette(HDC hdc); variable
H A Drichedit.h894 HDC hdc; member in struct:_formatrange
H A Dvfw.h316 HDC hdc; member in struct:__anon8166
475 DWORD WINAPIV ICDrawBegin(HIC hic,DWORD dwFlags,HPALETTE hpal,HWND hwnd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int xSrc,int ySrc,int dxSrc,int dySrc,DWORD dwRate,DWORD dwScale);
506 #define ICDrawRealize(hic,hdc,fBackground) ICSendMessage(hic,ICM_DRAW_REALIZE,(DWORD_PTR)(UINT_PTR)(HDC)(hdc),(DWORD_PTR)(WINBOOL)(fBackground))
593 extern UINT WINAPI DrawDibRealize(HDRAWDIB hdd,HDC hdc,WINBOOL fBackground);
596 extern WINBOOL WINAPI DrawDibBegin(HDRAWDIB hdd,HDC hdc,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int dxSrc,int dySrc,UINT wFlags);
597 extern WINBOOL WINAPI DrawDibDraw(HDRAWDIB hdd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,LPVOID lpBits,int xSrc,int ySrc,int dxSrc,int dySrc,UINT wFlags);
599 #define DrawDibUpdate(hdd,hdc,x,y) DrawDibDraw(hdd,hdc,x,y,0,0,NULL,NULL,0,0,0,0,DDF_UPDATE)
H A Dwinddi.h456 HDC hdc; member in struct:__anon8260
H A Dcommctrl.h307 HDC hdc; member in struct:tagNMCUSTOMDRAWINFO
5531 int WINAPI DrawShadowText(HDC hdc,LPCWSTR pszText,UINT cch,RECT *prc,DWORD dwFlags,COLORREF crText,COLORREF crShadow,int ixOffset,int iyOffset);
H A Dstrmif.h12809 virtual HRESULT WINAPI DrawVideoImageDraw(HDC hdc,LPRECT lprcSrc,LPRECT lprcDst) = 0;
12819 HRESULT (WINAPI *DrawVideoImageDraw)(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
12831 #define IDrawVideoImage_DrawVideoImageDraw(This,hdc,lprcSrc,lprcDst) (This)->lpVtbl->DrawVideoImageDraw(This,hdc,lprcSrc,lprcDst)
12838 HRESULT WINAPI IDrawVideoImage_DrawVideoImageDraw_Proxy(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
15703 virtual HRESULT WINAPI RepaintVideo(HWND hwnd,HDC hdc) = 0;
15725 HRESULT (WINAPI *RepaintVideo)(IVMRWindowlessControl *This,HWND hwnd,HDC hdc);
15749 #define IVMRWindowlessControl_RepaintVideo(This,hwnd,hdc) (This)->lpVtbl->RepaintVideo(This,hwnd,hdc)
15774 HRESULT WINAPI IVMRWindowlessControl_RepaintVideo_Proxy(IVMRWindowlessControl *This,HWND hwnd,HDC hdc);
16177 HDC hdc; member in struct:_VMRALPHABITMAP
[all...]
H A Dwingdi.h2678 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 int WINAPI ChoosePixelFormat(HDC hdc,CONST PIXELFORMATDESCRIPTOR *ppfd);
2683 WINGDIAPI HMETAFILE WINAPI CloseMetaFile(HDC hdc);
2690 WINGDIAPI HBITMAP WINAPI CreateCompatibleBitmap(HDC hdc,int cx,int cy);
2691 WINGDIAPI HBITMAP WINAPI CreateDiscardableBitmap(HDC hdc,int cx,int cy);
2692 WINGDIAPI HDC WINAPI CreateCompatibleDC(HDC hdc);
2695 WINGDIAPI HBITMAP WINAPI CreateDIBitmap(HDC hdc,CONS
4289 HDC hdc; member in struct:_WGLSWAP
[all...]
H A Dwinuser.h65 typedef WINBOOL (CALLBACK *DRAWSTATEPROC) (HDC hdc, LPARAM lData, WPARAM wData, int cx, int cy);
1641 WINUSERAPI WINBOOL WINAPI DrawEdge(HDC hdc,LPRECT qrc,UINT edge,UINT grfFlags);
1699 WINUSERAPI WINBOOL WINAPI DrawCaption(HWND hwnd,HDC hdc,CONST RECT *lprect,UINT flags);
1757 HDC hdc; member in struct:tagPAINTSTRUCT
3332 WINUSERAPI int WINAPI DrawTextA(HDC hdc,LPCSTR lpchText,int cchText,LPRECT lprc,UINT format);
3333 WINUSERAPI int WINAPI DrawTextW(HDC hdc,LPCWSTR lpchText,int cchText,LPRECT lprc,UINT format);
3334 WINUSERAPI int WINAPI DrawTextExA(HDC hdc,LPSTR lpchText,int cchText,LPRECT lprc,UINT format,LPDRAWTEXTPARAMS lpdtp);
3335 WINUSERAPI int WINAPI DrawTextExW(HDC hdc,LPWSTR lpchText,int cchText,LPRECT lprc,UINT format,LPDRAWTEXTPARAMS lpdtp);
3347 WINUSERAPI WINBOOL WINAPI DrawStateA(HDC hdc,HBRUSH hbrFore,DRAWSTATEPROC qfnCallBack,LPARAM lData,WPARAM wData,int x,int y,int cx,int cy,UINT uFlags);
3348 WINUSERAPI WINBOOL WINAPI DrawStateW(HDC hdc,HBRUS
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusgraphics.h43 static Graphics* FromHDC(HDC hdc) argument
45 return new Graphics(hdc);
47 static Graphics* FromHDC(HDC hdc, HANDLE hdevice) argument
49 return new Graphics(hdc, hdevice);
70 Graphics(HDC hdc): nativeGraphics(NULL), lastStatus(Ok) argument
73 hdc, &nativeGraphics);
75 Graphics(HDC hdc, HANDLE hdevice): nativeGraphics(NULL), lastStatus(Ok) argument
78 hdc, hdevice, &nativeGraphics);
1352 VOID ReleaseHDC(HDC hdc) argument
1354 updateStatus(DllExports::GdipReleaseDC(nativeGraphics, hdc));
[all...]
H A Dgdiplusimpl.h753 __inline__ Font::Font(HDC hdc, HFONT hfont): argument
759 hdc, &logfont, &nativeFont);
762 hdc, &nativeFont);
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): argument
770 hdc, logfont, &nativeFont);
773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont): argument
777 hdc, logfont, &nativeFont);
780 __inline__ Font::Font(HDC hdc): argument
783 lastStatus = DllExports::GdipCreateFontFromDC(hdc, &nativeFont);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dvmr9.h878 HDC hdc) = 0;
955 HDC hdc);
993 #define IVMRWindowlessControl9_RepaintVideo(This,hwnd,hdc) (This)->lpVtbl->RepaintVideo(This,hwnd,hdc)
1034 static FORCEINLINE HRESULT IVMRWindowlessControl9_RepaintVideo(IVMRWindowlessControl9* This,HWND hwnd,HDC hdc) {
1035 return This->lpVtbl->RepaintVideo(This,hwnd,hdc);
1128 HDC hdc);
1559 HDC hdc; member in struct:_VMR9AlphaBitmap
H A Dshlwapi.h896 LWSTDAPI_(HPALETTE) SHCreateShellPalette(HDC hdc); variable
H A Drichedit.h894 HDC hdc; member in struct:_formatrange
H A Dvfw.h316 HDC hdc; member in struct:__anon11089
475 DWORD WINAPIV ICDrawBegin(HIC hic,DWORD dwFlags,HPALETTE hpal,HWND hwnd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int xSrc,int ySrc,int dxSrc,int dySrc,DWORD dwRate,DWORD dwScale);
506 #define ICDrawRealize(hic,hdc,fBackground) ICSendMessage(hic,ICM_DRAW_REALIZE,(DWORD_PTR)(UINT_PTR)(HDC)(hdc),(DWORD_PTR)(WINBOOL)(fBackground))
593 extern UINT WINAPI DrawDibRealize(HDRAWDIB hdd,HDC hdc,WINBOOL fBackground);
596 extern WINBOOL WINAPI DrawDibBegin(HDRAWDIB hdd,HDC hdc,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int dxSrc,int dySrc,UINT wFlags);
597 extern WINBOOL WINAPI DrawDibDraw(HDRAWDIB hdd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,LPVOID lpBits,int xSrc,int ySrc,int dxSrc,int dySrc,UINT wFlags);
599 #define DrawDibUpdate(hdd,hdc,x,y) DrawDibDraw(hdd,hdc,x,y,0,0,NULL,NULL,0,0,0,0,DDF_UPDATE)
H A Dwinddi.h456 HDC hdc; member in struct:__anon11183
H A Dcommctrl.h307 HDC hdc; member in struct:tagNMCUSTOMDRAWINFO
5531 int WINAPI DrawShadowText(HDC hdc,LPCWSTR pszText,UINT cch,RECT *prc,DWORD dwFlags,COLORREF crText,COLORREF crShadow,int ixOffset,int iyOffset);
H A Dstrmif.h12809 virtual HRESULT WINAPI DrawVideoImageDraw(HDC hdc,LPRECT lprcSrc,LPRECT lprcDst) = 0;
12819 HRESULT (WINAPI *DrawVideoImageDraw)(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
12831 #define IDrawVideoImage_DrawVideoImageDraw(This,hdc,lprcSrc,lprcDst) (This)->lpVtbl->DrawVideoImageDraw(This,hdc,lprcSrc,lprcDst)
12838 HRESULT WINAPI IDrawVideoImage_DrawVideoImageDraw_Proxy(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
15703 virtual HRESULT WINAPI RepaintVideo(HWND hwnd,HDC hdc) = 0;
15725 HRESULT (WINAPI *RepaintVideo)(IVMRWindowlessControl *This,HWND hwnd,HDC hdc);
15749 #define IVMRWindowlessControl_RepaintVideo(This,hwnd,hdc) (This)->lpVtbl->RepaintVideo(This,hwnd,hdc)
15774 HRESULT WINAPI IVMRWindowlessControl_RepaintVideo_Proxy(IVMRWindowlessControl *This,HWND hwnd,HDC hdc);
16177 HDC hdc; member in struct:_VMRALPHABITMAP
[all...]
H A Dwingdi.h2678 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 int WINAPI ChoosePixelFormat(HDC hdc,CONST PIXELFORMATDESCRIPTOR *ppfd);
2683 WINGDIAPI HMETAFILE WINAPI CloseMetaFile(HDC hdc);
2690 WINGDIAPI HBITMAP WINAPI CreateCompatibleBitmap(HDC hdc,int cx,int cy);
2691 WINGDIAPI HBITMAP WINAPI CreateDiscardableBitmap(HDC hdc,int cx,int cy);
2692 WINGDIAPI HDC WINAPI CreateCompatibleDC(HDC hdc);
2695 WINGDIAPI HBITMAP WINAPI CreateDIBitmap(HDC hdc,CONS
4289 HDC hdc; member in struct:_WGLSWAP
[all...]
H A Dwinuser.h65 typedef WINBOOL (CALLBACK *DRAWSTATEPROC) (HDC hdc, LPARAM lData, WPARAM wData, int cx, int cy);
1641 WINUSERAPI WINBOOL WINAPI DrawEdge(HDC hdc,LPRECT qrc,UINT edge,UINT grfFlags);
1699 WINUSERAPI WINBOOL WINAPI DrawCaption(HWND hwnd,HDC hdc,CONST RECT *lprect,UINT flags);
1757 HDC hdc; member in struct:tagPAINTSTRUCT
3332 WINUSERAPI int WINAPI DrawTextA(HDC hdc,LPCSTR lpchText,int cchText,LPRECT lprc,UINT format);
3333 WINUSERAPI int WINAPI DrawTextW(HDC hdc,LPCWSTR lpchText,int cchText,LPRECT lprc,UINT format);
3334 WINUSERAPI int WINAPI DrawTextExA(HDC hdc,LPSTR lpchText,int cchText,LPRECT lprc,UINT format,LPDRAWTEXTPARAMS lpdtp);
3335 WINUSERAPI int WINAPI DrawTextExW(HDC hdc,LPWSTR lpchText,int cchText,LPRECT lprc,UINT format,LPDRAWTEXTPARAMS lpdtp);
3347 WINUSERAPI WINBOOL WINAPI DrawStateA(HDC hdc,HBRUSH hbrFore,DRAWSTATEPROC qfnCallBack,LPARAM lData,WPARAM wData,int x,int y,int cx,int cy,UINT uFlags);
3348 WINUSERAPI WINBOOL WINAPI DrawStateW(HDC hdc,HBRUS
[all...]
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
H A Dkotlin-compiler-embeddable-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 843 milliseconds

12