HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/pdfium/core/include/fxge/
fx_ge_win32.h 33 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
35 static CFX_DIBitmap* LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette = NULL, FX_DWORD size = 256);
46 CFX_WindowsDIB(HDC hDC, int width, int height);
50 HDC GetDC() const
60 void LoadFromDevice(HDC hDC, int left, int top);
62 void SetToDevice(HDC hDC, int left, int top);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.h 11 HDC hDC );
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor.h 21 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor);
  /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_;

Completed in 3000 milliseconds

1 2 3 4 5 6 7 8 91011>>