Searched refs:hdc (Results 1 - 25 of 129) sorted by relevance

123456

/external/strace/qemu_multiarch_testing/
H A Dmake-hdc-img.sh5 rm hdc.img 2>/dev/null
6 umount -d hdc.img.dir 2>/dev/null
7 rm -rf hdc.img.dir 2>/dev/null
9 dd if=/dev/zero of=hdc.img bs=1024 seek=$((HDCMEGS*1024-1)) count=1 &&
10 mke2fs -q -b 1024 -F -i 4096 hdc.img &&
11 tune2fs -j -c 0 -i 0 hdc.img &&
12 mkdir hdc.img.dir &&
13 mount -o loop hdc.img hdc.img.dir &&
14 cp -a hdc
[all...]
/external/chromium_org/printing/
H A Dprint_settings_initializer_win.cc15 HDC hdc,
18 DCHECK(hdc);
22 int dpi = GetDeviceCaps(hdc, LOGPIXELSX);
26 (GetDeviceCaps(hdc, SHADEBLENDCAPS) & kAlphaCaps) == kAlphaCaps);
31 DCHECK_EQ(dpi, GetDeviceCaps(hdc, LOGPIXELSY));
33 DCHECK_EQ(GetDeviceCaps(hdc, SCALINGFACTORX), 0);
34 DCHECK_EQ(GetDeviceCaps(hdc, SCALINGFACTORY), 0);
37 gfx::Size physical_size_device_units(GetDeviceCaps(hdc, PHYSICALWIDTH),
38 GetDeviceCaps(hdc, PHYSICALHEIGHT));
39 gfx::Rect printable_area_device_units(GetDeviceCaps(hdc, PHYSICALOFFSET
14 InitPrintSettings( HDC hdc, const DEVMODE& dev_mode, PrintSettings* print_settings) argument
[all...]
H A Dimage_win.cc57 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
71 ::CreateDIBSection(hdc.Get(), reinterpret_cast<BITMAPINFO*>(&hdr), 0,
74 base::win::ScopedSelectObject select_object(hdc.Get(), bitmap);
76 skia::InitializeDC(hdc.Get());
78 bool success = metafile.Playback(hdc.Get(), NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_wgl.h42 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
H A Dstw_wgl.c63 HDC hdc )
65 return (HGLRC) DrvCreateContext(hdc);
70 HDC hdc,
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
98 HDC hdc,
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
107 HDC hdc )
109 return DrvSwapBuffers( hdc );
120 wglSwapBuffers(ps->hdc);
128 HDC hdc,
69 wglCreateLayerContext( HDC hdc, int iLayerPlane ) argument
97 wglMakeCurrent( HDC hdc, HGLRC hglrc ) argument
127 wglSwapLayerBuffers( HDC hdc, UINT fuPlanes ) argument
143 wglChoosePixelFormat( HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd ) argument
166 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
183 wglSetPixelFormat( HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd ) argument
198 wglUseFontBitmapsA( HDC hdc, DWORD first, DWORD count, DWORD listBase ) argument
224 wglUseFontBitmapsW( HDC hdc, DWORD first, DWORD count, DWORD listBase ) argument
241 wglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) argument
266 wglUseFontOutlinesW( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) argument
291 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
302 wglSetLayerPaletteEntries( HDC hdc, int iLayerPlane, int iStart, int cEntries, CONST COLORREF *pcr ) argument
313 wglGetLayerPaletteEntries( HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr ) argument
324 wglRealizeLayerPalette( HDC hdc, int iLayerPlane, BOOL bRealize ) argument
[all...]
H A Dstw_ext_extensionsstring.c48 HDC hdc )
50 if (!hdc) {
H A Dstw_pixelformat.h61 stw_pixelformat_choose( HDC hdc,
65 stw_pixelformat_get(HDC hdc);
H A Dstw_context.h41 HDC hdc; member in struct:stw_context
46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
H A Dstw_st.h47 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb);
H A Dstw_framebuffer.h119 HDC hdc,
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_wgl.h42 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
H A Dstw_wgl.c63 HDC hdc )
65 return (HGLRC) DrvCreateContext(hdc);
70 HDC hdc,
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
98 HDC hdc,
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
107 HDC hdc )
109 return DrvSwapBuffers( hdc );
120 wglSwapBuffers(ps->hdc);
128 HDC hdc,
69 wglCreateLayerContext( HDC hdc, int iLayerPlane ) argument
97 wglMakeCurrent( HDC hdc, HGLRC hglrc ) argument
127 wglSwapLayerBuffers( HDC hdc, UINT fuPlanes ) argument
143 wglChoosePixelFormat( HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd ) argument
166 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
183 wglSetPixelFormat( HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd ) argument
198 wglUseFontBitmapsA( HDC hdc, DWORD first, DWORD count, DWORD listBase ) argument
224 wglUseFontBitmapsW( HDC hdc, DWORD first, DWORD count, DWORD listBase ) argument
241 wglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) argument
266 wglUseFontOutlinesW( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) argument
291 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
302 wglSetLayerPaletteEntries( HDC hdc, int iLayerPlane, int iStart, int cEntries, CONST COLORREF *pcr ) argument
313 wglGetLayerPaletteEntries( HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr ) argument
324 wglRealizeLayerPalette( HDC hdc, int iLayerPlane, BOOL bRealize ) argument
[all...]
H A Dstw_ext_extensionsstring.c48 HDC hdc )
50 if (!hdc) {
H A Dstw_pixelformat.h61 stw_pixelformat_choose( HDC hdc,
65 stw_pixelformat_get(HDC hdc);
H A Dstw_context.h41 HDC hdc; member in struct:stw_context
46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
H A Dstw_st.h47 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb);
H A Dstw_framebuffer.h119 HDC hdc,
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
/external/chromium_org/ui/gfx/win/
H A Dscoped_set_map_mode.h18 ScopedSetMapMode(HDC hdc, int map_mode) argument
19 : hdc_(hdc),
20 old_map_mode_(SetMapMode(hdc, map_mode)) {
/external/chromium_org/base/win/
H A Dscoped_select_object.h19 ScopedSelectObject(HDC hdc, HGDIOBJ object) argument
20 : hdc_(hdc),
21 oldobj_(SelectObject(hdc, object)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwgl.c157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) argument
168 WMesaCreateContext(hdc, NULL, (GLboolean)GL_TRUE,
212 WINGDIAPI BOOL GLAPIENTRY wglMakeCurrent(HDC hdc, HGLRC hglrc) argument
216 CurrentHDC = hdc;
218 if (!hdc || !hglrc) {
226 WMesaMakeCurrent( (WMesaContext) hglrc, hdc );
235 WINGDIAPI int GLAPIENTRY wglChoosePixelFormat(HDC hdc, argument
240 (void) hdc;
296 WINGDIAPI int GLAPIENTRY wglDescribePixelFormat(HDC hdc, argument
301 (void) hdc;
325 wglGetPixelFormat(HDC hdc) argument
335 wglSetPixelFormat(HDC hdc,int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd) argument
353 wglSwapBuffers(HDC hdc) argument
474 wglUseFontBitmapsA(HDC hdc, DWORD first, DWORD count, DWORD listBase) argument
583 wglCreateLayerContext(HDC hdc, int iLayerPlane) argument
593 wglUseFontBitmapsW(HDC hdc, DWORD first, DWORD count, DWORD listBase) argument
602 wglUseFontOutlinesA(HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) argument
618 wglUseFontOutlinesW(HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) argument
634 wglDescribeLayerPlane(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) argument
646 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, CONST COLORREF *pcr) argument
658 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) argument
669 wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) argument
678 wglSwapLayerBuffers(HDC hdc, UINT fuPlanes) argument
686 wglGetExtensionsStringARB(HDC hdc) argument
[all...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) argument
168 WMesaCreateContext(hdc, NULL, (GLboolean)GL_TRUE,
212 WINGDIAPI BOOL GLAPIENTRY wglMakeCurrent(HDC hdc, HGLRC hglrc) argument
216 CurrentHDC = hdc;
218 if (!hdc || !hglrc) {
226 WMesaMakeCurrent( (WMesaContext) hglrc, hdc );
235 WINGDIAPI int GLAPIENTRY wglChoosePixelFormat(HDC hdc, argument
240 (void) hdc;
296 WINGDIAPI int GLAPIENTRY wglDescribePixelFormat(HDC hdc, argument
301 (void) hdc;
325 wglGetPixelFormat(HDC hdc) argument
335 wglSetPixelFormat(HDC hdc,int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd) argument
353 wglSwapBuffers(HDC hdc) argument
474 wglUseFontBitmapsA(HDC hdc, DWORD first, DWORD count, DWORD listBase) argument
583 wglCreateLayerContext(HDC hdc, int iLayerPlane) argument
593 wglUseFontBitmapsW(HDC hdc, DWORD first, DWORD count, DWORD listBase) argument
602 wglUseFontOutlinesA(HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) argument
618 wglUseFontOutlinesW(HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) argument
634 wglDescribeLayerPlane(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) argument
646 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, CONST COLORREF *pcr) argument
658 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) argument
669 wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) argument
678 wglSwapLayerBuffers(HDC hdc, UINT fuPlanes) argument
686 wglGetExtensionsStringARB(HDC hdc) argument
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.h97 HRESULT PaintTextField(HDC hdc,
144 HDC hdc,
151 HRESULT PaintButton(HDC hdc,
158 HRESULT PaintMenuSeparator(HDC hdc,
162 HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const;
167 HRESULT PaintMenuArrow(HDC hdc,
172 HRESULT PaintMenuBackground(HDC hdc, const gfx::Rect& rect) const;
174 HRESULT PaintMenuCheck(HDC hdc,
179 HRESULT PaintMenuCheckBackground(HDC hdc,
183 HRESULT PaintMenuItemBackground(HDC hdc,
[all...]
/external/skia/include/utils/
H A DSkWGL.h70 const char* getExtensionsString(HDC hdc) const;
71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
94 typedef const char* (WINAPI *GetExtensionsStringProc)(HDC hdc);
95 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumFontProviderWin.cpp67 HWndDC hdc(0); // What about printing? Is this the right DC?
68 if (hdc) // Can this ever actually be 0?
69 pixelsPerInch = GetDeviceCaps(hdc, LOGPIXELSY);
95 HWndDC hdc(0); // What about printing? Is this the right DC?
96 if (hdc) {
97 HGDIOBJ hObject = SelectObject(hdc, hFont);
99 GetTextMetrics(hdc, &tm);
100 SelectObject(hdc, hObject);
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dgdiglue.h26 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);

Completed in 742 milliseconds

123456