Searched refs:HDC (Results 1 - 25 of 145) sorted by relevance

123456

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddciman.h39 HDC WINAPI DCIOpenProvider(void);
40 void WINAPI DCICloseProvider(HDC);
41 int WINAPI DCICreatePrimary(HDC,LPDCISURFACEINFO*);
H A Duxtheme.h38 HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
53 HRESULT WINAPI DrawThemeBackgroundEx(HTHEME,HDC,int,int,const RECT*,
55 HRESULT WINAPI DrawThemeEdge(HTHEME,HDC,int,int,const RECT*,UINT,UINT,
57 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
58 HRESULT WINAPI DrawThemeParentBackground(HWND,HDC,RECT*);
62 HRESULT WINAPI DrawThemeText(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,
79 HRESULT WINAPI GetThemeBackgroundContentRect(HTHEME,HDC,int,int,
81 HRESULT WINAPI GetThemeBackgroundExtent(HTHEME,HDC,int,int,const RECT*,RECT*);
82 HRESULT WINAPI GetThemeBackgroundRegion(HTHEME,HDC,int,int,const RECT*,HRGN*);
106 HRESULT WINAPI GetThemeFont(HTHEME,HDC,in
[all...]
H A Dwingdi.h2140 typedef INT (CALLBACK *MFENUMPROC)(HDC,HANDLETABLE*,METARECORD*,
2752 typedef INT (CALLBACK *ENHMFENUMPROC)(HDC, HANDLETABLE *,
3285 typedef BOOL (CALLBACK *ABORTPROC)(HDC, INT);
3352 WINGDIAPI INT WINAPI AbortDoc(HDC);
3353 WINGDIAPI BOOL WINAPI AbortPath(HDC);
3361 WINGDIAPI BOOL WINAPI AlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
3362 WINGDIAPI BOOL WINAPI AngleArc(HDC, INT, INT, DWORD, FLOAT, FLOAT);
3364 WINGDIAPI BOOL WINAPI Arc(HDC,INT,INT,INT,INT,INT,INT,INT,INT);
3365 WINGDIAPI BOOL WINAPI ArcTo(HDC, IN
[all...]
H A Datlwin.h58 HDC WINAPI AtlCreateTargetDC(HDC hdc, DVTARGETDEVICE *ptd);
H A Dd3dx9shape.h45 HRESULT WINAPI D3DXCreateTextA(struct IDirect3DDevice9 *device, HDC hdc, const char *text, float deviation,
47 HRESULT WINAPI D3DXCreateTextW(struct IDirect3DDevice9 *device, HDC hdc, const WCHAR *text, float deviation,
H A Dtextserv.h63 HDC hdcDraw,
64 HDC hicTargetDev,
91 HDC hdcDraw,
92 HDC hicTargetDev,
102 HDC hdcDraw,
103 HDC hicTargetDev,
132 HDC hdcDraw,
133 HDC hicTargetDev,
222 STDMETHOD_(HDC,TxGetDC)( THIS
226 HDC hd
[all...]
H A Dt2embapi.h79 LONG WINAPI TTGetEmbeddingType(HDC, ULONG*);
H A Dusp10.h249 HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars, int cChars,
251 HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp);
252 HRESULT WINAPI ScriptGetGlyphABCWidth(HDC hdc, SCRIPT_CACHE *psc, WORD wGlyph, ABC *pABC);
257 HRESULT WINAPI ScriptStringAnalyse(HDC hdc,
277 HRESULT WINAPI ScriptShape(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcChars, int cChars, int cMaxGlyphs,
279 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva,
282 HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, LONG *tmHeight);
293 HRESULT WINAPI ScriptTextOut(const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, const RECT *lprc,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddciman.h39 HDC WINAPI DCIOpenProvider(void);
40 void WINAPI DCICloseProvider(HDC);
41 int WINAPI DCICreatePrimary(HDC,LPDCISURFACEINFO*);
H A Duxtheme.h38 HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
53 HRESULT WINAPI DrawThemeBackgroundEx(HTHEME,HDC,int,int,const RECT*,
55 HRESULT WINAPI DrawThemeEdge(HTHEME,HDC,int,int,const RECT*,UINT,UINT,
57 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
58 HRESULT WINAPI DrawThemeParentBackground(HWND,HDC,RECT*);
62 HRESULT WINAPI DrawThemeText(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,
79 HRESULT WINAPI GetThemeBackgroundContentRect(HTHEME,HDC,int,int,
81 HRESULT WINAPI GetThemeBackgroundExtent(HTHEME,HDC,int,int,const RECT*,RECT*);
82 HRESULT WINAPI GetThemeBackgroundRegion(HTHEME,HDC,int,int,const RECT*,HRGN*);
106 HRESULT WINAPI GetThemeFont(HTHEME,HDC,in
[all...]
H A Dwingdi.h2075 typedef INT (CALLBACK *MFENUMPROC)(HDC,HANDLETABLE*,METARECORD*,
2689 typedef INT (CALLBACK *ENHMFENUMPROC)(HDC, HANDLETABLE *,
3217 typedef BOOL (CALLBACK *ABORTPROC)(HDC, INT);
3323 WINGDIAPI INT WINAPI AbortDoc(HDC);
3324 WINGDIAPI BOOL WINAPI AbortPath(HDC);
3332 WINGDIAPI BOOL WINAPI AlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
3333 WINGDIAPI BOOL WINAPI AngleArc(HDC, INT, INT, DWORD, FLOAT, FLOAT);
3335 WINGDIAPI BOOL WINAPI Arc(HDC,INT,INT,INT,INT,INT,INT,INT,INT);
3336 WINGDIAPI BOOL WINAPI ArcTo(HDC, IN
[all...]
H A Dt2embapi.h57 LONG WINAPI TTGetEmbeddingType(HDC, ULONG*);
H A Dusp10.h225 HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars, int cChars,
227 HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp);
228 HRESULT WINAPI ScriptGetGlyphABCWidth(HDC hdc, SCRIPT_CACHE *psc, WORD wGlyph, ABC *pABC);
233 HRESULT WINAPI ScriptStringAnalyse(HDC hdc,
253 HRESULT WINAPI ScriptShape(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcChars, int cChars, int cMaxGlyphs,
255 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva,
258 HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, LONG *tmHeight);
269 HRESULT WINAPI ScriptTextOut(const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, const RECT *lprc,
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h78 WGLAPI int GLAPIENTRY wglSetPixelFormat(HDC, int, const PIXELFORMATDESCRIPTOR *);
79 WGLAPI int GLAPIENTRY wglSwapBuffers(HDC hdc);
80 WGLAPI int GLAPIENTRY wglChoosePixelFormat(HDC, const PIXELFORMATDESCRIPTOR *);
81 WGLAPI int GLAPIENTRY wglDescribePixelFormat(HDC,int, unsigned int, LPPIXELFORMATDESCRIPTOR);
82 WGLAPI int GLAPIENTRY wglGetPixelFormat(HDC hdc);
85 WGLAPI HGLRC GLAPIENTRY wglCreateContext(HDC);
86 WGLAPI HGLRC GLAPIENTRY wglCreateLayerContext(HDC,int);
88 WGLAPI int GLAPIENTRY wglDescribeLayerPlane(HDC, int, int, unsigned int,LPLAYERPLANEDESCRIPTOR);
90 WGLAPI HDC GLAPIENTRY wglGetCurrentDC(void);
91 WGLAPI int GLAPIENTRY wglGetLayerPaletteEntries(HDC, in
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.h33 PICDTABLE APIENTRY DrvSetContext(HDC hdc, HGLRC hglrc, void *callback);
34 BOOL APIENTRY DrvSetPixelFormat(HDC hdc, int iPixelFormat);
35 HGLRC APIENTRY DrvCreateContext(HDC hdc);
36 HGLRC APIENTRY DrvCreateLayerContext(HDC hdc, int iLayerPlane);
37 BOOL APIENTRY DrvDescribeLayerPlane(HDC hdc,int iPixelFormat,
40 int APIENTRY DrvGetLayerPaletteEntries(HDC hdc, int iLayerPlane,
43 int APIENTRY DrvDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR pfd);
47 int APIENTRY DrvSetLayerPaletteEntries(HDC hdc, int iLayerPlane,
50 BOOL APIENTRY DrvRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize);
51 BOOL APIENTRY DrvSwapLayerBuffers(HDC hd
[all...]
H A Dicd_drv.c61 static GLuint ComputeVisBits( HDC hdc )
110 PICDTABLE APIENTRY DrvSetContext(HDC hdc, HGLRC hglrc, void *callback)
135 BOOL APIENTRY DrvSetPixelFormat(HDC hdc, int iPixelFormat)
147 HGLRC APIENTRY DrvCreateContext(HDC hdc)
177 HGLRC APIENTRY DrvCreateLayerContext(HDC hdc, int iLayerPlane)
191 BOOL APIENTRY DrvDescribeLayerPlane(HDC hdc,int iPixelFormat,
201 int APIENTRY DrvGetLayerPaletteEntries(HDC hdc, int iLayerPlane,
211 int APIENTRY DrvDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR pfd)
317 int APIENTRY DrvSetLayerPaletteEntries(HDC hdc, int iLayerPlane,
327 BOOL APIENTRY DrvRealizeLayerPalette(HDC hd
[all...]
H A Dwgl.c41 static GLuint ComputeVisBits( HDC hdc )
70 DECLEXPORT(int) WINAPI wglChoosePixelFormat_prox( HDC hdc, CONST PIXELFORMATDESCRIPTOR *pfd )
167 DECLEXPORT(BOOL) WINAPI wglSetPixelFormat_prox( HDC hdc, int pixelFormat,
186 DECLEXPORT(BOOL) WINAPI wglMakeCurrent_prox( HDC hdc, HGLRC hglrc )
220 DECLEXPORT(HDC) WINAPI wglGetCurrentDC_prox( void )
225 return (HDC) context->currentDrawable->drawable;
227 return (HDC) NULL;
230 DECLEXPORT(int) WINAPI wglGetPixelFormat_prox( HDC hdc )
233 /* this is what we call our generic pixelformat, regardless of the HDC */
237 DECLEXPORT(int) WINAPI wglDescribePixelFormat_prox( HDC hd
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dwglext.h472 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
477 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
490 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
492 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
498 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
499 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
500 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
502 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
503 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
504 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hd
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwglext.h465 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
470 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
483 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
485 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
491 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
492 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
493 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
495 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
496 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
497 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hd
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dwglext.h453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hd
[all...]
H A Dwmesa.h94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
123 extern void WMesaSwapBuffers(HDC hdc);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwglext.h465 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
470 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
483 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
485 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
491 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
492 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
493 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
495 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
496 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
497 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hd
[all...]
/vbox/include/VBox/HostServices/
H A Dwglext.h344 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC, int, UINT);
349 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
362 extern const char * WINAPI wglGetExtensionsStringARB (HDC);
364 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
370 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC, int, int, UINT, const int *, int *);
371 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC, int, int, UINT, const int *, FLOAT *);
372 extern BOOL WINAPI wglChoosePixelFormatARB (HDC, const int *, const FLOAT *, UINT, int *, UINT *);
374 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
375 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
376 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hd
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dvboxext.h29 /* Windows destroys HDC created by a given thread when the thread is terminated
33 HDC VBoxExtGetDC(HWND hWnd);
34 int VBoxExtReleaseDC(HWND hWnd, HDC hDC);
47 HRESULT VBoxExtWndDestroy(HWND hWnd, HDC hDC);
48 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvboxext.h29 /* Windows destroys HDC created by a given thread when the thread is terminated
33 HDC VBoxExtGetDC(HWND hWnd);
34 int VBoxExtReleaseDC(HWND hWnd, HDC hDC);
46 HRESULT VBoxExtWndDestroy(HWND hWnd, HDC hDC);
47 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC);

Completed in 1358 milliseconds

123456