/external/chromium/base/win/ |
scoped_hdc.h | 16 // Like ScopedHandle but for HDC. Only use this on HDCs returned from 17 // CreateCompatibleDC. For an HDC returned by GetDC, use ReleaseDC instead. 21 explicit ScopedHDC(HDC h) : hdc_(h) { } 27 HDC Get() { 31 void Set(HDC h) { 36 operator HDC() { return hdc_; } 48 HDC hdc_;
|
/external/chromium_org/printing/ |
print_settings_initializer_win.h | 13 typedef struct HDC__* HDC; 23 static void InitPrintSettings(HDC hdc,
|
/external/chromium_org/third_party/skia/include/utils/ |
SkWGL.h | 68 bool hasExtension(HDC dc, const char* ext) const; 70 const char* getExtensionsString(HDC hdc) const; 71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const; 72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const; 73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const; 74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const; 91 HDC dc [all...] |
/external/skia/include/utils/ |
SkWGL.h | 68 bool hasExtension(HDC dc, const char* ext) const; 70 const char* getExtensionsString(HDC hdc) const; 71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const; 72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const; 73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const; 74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const; 91 HDC dc [all...] |
/external/chromium_org/base/win/ |
scoped_hdc.h | 17 // Like ScopedHandle but for HDC. Only use this on HDCs returned from 40 operator HDC() { return hdc_; } 44 HDC hdc_; 49 // Like ScopedHandle but for HDC. Only use this on HDCs returned from 53 typedef HDC Handle; 55 static bool CloseHandle(HDC handle) { 59 static bool IsHandleValid(HDC handle) { 63 static HDC NullHandle() {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_wgl.h | 42 wglSwapBuffers(HDC hdc); 45 wglChoosePixelFormat(HDC hdc, 49 wglDescribePixelFormat(HDC hdc, 55 wglGetPixelFormat(HDC hdc); 58 wglSetPixelFormat(HDC hdc, 66 HDC hdc; member in struct:_WGLSWAP [all...] |
stw_context.h | 41 HDC hdc; member in struct:stw_context 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext, 51 HDC stw_get_current_dc( void ); 53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
|
stw_pixelformat.h | 61 stw_pixelformat_choose( HDC hdc, 65 stw_pixelformat_get(HDC hdc);
|
stw_framebuffer.h | 61 HDC hDC; 112 * Create a new framebuffer object which will correspond to the given HDC. 119 HDC hdc, 138 * Search a framebuffer with a matching HDC. 145 HDC hdc ); 148 stw_framebuffer_present_locked(HDC hdc, [all...] |
stw_st.h | 47 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_wgl.h | 42 wglSwapBuffers(HDC hdc); 45 wglChoosePixelFormat(HDC hdc, 49 wglDescribePixelFormat(HDC hdc, 55 wglGetPixelFormat(HDC hdc); 58 wglSetPixelFormat(HDC hdc, 66 HDC hdc; member in struct:_WGLSWAP [all...] |
stw_context.h | 41 HDC hdc; member in struct:stw_context 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext, 51 HDC stw_get_current_dc( void ); 53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
|
stw_pixelformat.h | 61 stw_pixelformat_choose( HDC hdc, 65 stw_pixelformat_get(HDC hdc);
|
stw_framebuffer.h | 61 HDC hDC; 112 * Create a new framebuffer object which will correspond to the given HDC. 119 HDC hdc, 138 * Search a framebuffer with a matching HDC. 145 HDC hdc ); 148 stw_framebuffer_present_locked(HDC hdc, [all...] |
stw_st.h | 47 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
wmesadef.h | 14 HDC hDC; 27 HDC hDC; 32 HDC dib_hDC;
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wmesadef.h | 14 HDC hDC; 27 HDC hDC; 32 HDC dib_hDC;
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.h | 11 HDC hDC );
|
/external/chromium_org/ui/gfx/ |
canvas_paint_win.h | 27 // HDC hdc = BeginPaint(hwnd, &ps); 28 // gfx::CanvasSkiaPaint canvas(hwnd, hdc, ps); 39 CanvasSkiaPaint(HWND hwnd, HDC dc, const PAINTSTRUCT& ps); 44 CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, int w, int h); 61 HDC paint_dc() const { return paint_dc_; } 67 HDC paint_dc_;
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.h | 11 HDC hDC );
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
wglext.h | 453 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) [all...] |
/external/mesa3d/include/GL/ |
wglext.h | 453 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) [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 453 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) [all...] |
/external/chromium_org/ui/gfx/win/ |
scoped_set_map_mode.h | 18 ScopedSetMapMode(HDC hdc, int map_mode) 19 : hdc_(hdc), 20 old_map_mode_(SetMapMode(hdc, map_mode)) { 32 HDC hdc_;
|
/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 94 HRESULT PaintTextField(HDC hdc, 124 // Paint directly to canvas' HDC. 131 // Create a temporary HDC, paint to that, clean up the alpha values in the 132 // temporary HDC, and then blit the result to canvas. This is to work around 141 HDC hdc, 148 HRESULT PaintButton(HDC hdc, 155 HRESULT PaintMenuSeparator(HDC hdc [all...] |