HomeSort by relevance Sort by last modified time
    Searched defs:hdc (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
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_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...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
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_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...]
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc 36 HDC hdc = ::GetDC(NULL); local
37 ::EnumFontFamiliesExW(hdc, &logfont, (FONTENUMPROCW)&EnumFontFamExProc,
39 ::ReleaseDC(NULL, hdc);
  /external/chromium_org/content/browser/renderer_host/
backing_store_win.h 21 HDC hdc() { return hdc_; } function in class:content::BackingStoreWin
44 HDC hdc_;
  /external/chromium_org/content/common/
font_list_win.cc 39 HDC hdc = ::GetDC(NULL); local
40 ::EnumFontFamiliesExW(hdc, &logfont, (FONTENUMPROCW)&EnumFontFamExProc,
42 ::ReleaseDC(NULL, hdc);
font_cache_dispatcher_win.cc 33 HDC hdc = GetDC(NULL); local
37 HGDIOBJ old_font = SelectObject(hdc, font_handle);
41 BOOL ret = GetTextMetrics(hdc, &tm);
65 cache_[font_name].dc_ = hdc;
120 HDC dc_;
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 118 HDC hdc; local
126 hdc = BeginPaint(hwnd, &ps);
128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/openssl/apps/
winrand.c 118 HDC hdc; local
126 hdc = BeginPaint(hwnd, &ps);
128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 83 HDC dib_dc = skia::BeginPlatformPaint(canvas);
88 HDC hdc = ::GetDC(hwnd_); local
90 skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect);
91 ::ReleaseDC(hwnd_, hdc);
  /external/chromium_org/ui/gfx/
blit.cc 141 HDC hdc = scoped_platform_paint.GetPlatformSurface(); local
145 ScrollDC(hdc, offset.x(), offset.y(), NULL, &r, NULL, &damaged_rect);
icon_util_unittest.cc 326 HDC hdc = ::GetDC(NULL); local
327 int result = ::GetDIBits(hdc,
339 ::ReleaseDC(NULL, hdc);
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 386 HDC hdc = skia::BeginPlatformPaint(canvas); local
390 hdc, part, state, classic_state, &native_rect);
398 HDC hdc = skia::BeginPlatformPaint(canvas); local
402 hdc, state, classic_state, &native_rect);
410 HDC hdc = skia::BeginPlatformPaint(canvas); local
414 hdc, part, state, classic_state, &native_rect);
422 HDC hdc = skia::BeginPlatformPaint(canvas) local
436 HDC hdc = skia::BeginPlatformPaint(canvas); local
449 HDC hdc = skia::BeginPlatformPaint(canvas); local
464 HDC hdc = skia::BeginPlatformPaint(canvas); local
477 HDC hdc = skia::BeginPlatformPaint(canvas); local
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 131 HDC hdc = BeginPaint(window, &ps); local
133 SelectObject(hdc, brush);
136 Rectangle(hdc, 0, 0, r.right, r.bottom);
  /external/chromium_org/printing/
emf_win.h 33 // Simple wrapper class that manage an EMF data stream and its virtual HDC.
40 // Generates a virtual HDC that will record every GDI commands and compile
85 virtual HDC context() const OVERRIDE {
89 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE;
90 virtual bool SafePlayback(HDC hdc) const OVERRIDE;
116 static int CALLBACK SafePlaybackProc(HDC hdc,
125 // Valid when generating EMF data through a virtual HDC
138 HDC hdc; member in struct:printing::Emf::EnumerationContext
    [all...]
emf_win_unittest.cc 34 HDC hdc = CreateDC(L"WINSPOOL", L"UnitTest Printer", NULL, NULL); local
35 if (!hdc)
37 DeleteDC(hdc);
68 HDC hdc = CreateCompatibleDC(NULL); local
69 EXPECT_TRUE(hdc);
71 EXPECT_TRUE(emf.Playback(hdc, &output_rect));
72 EXPECT_TRUE(DeleteDC(hdc));
196 HDC hdc = CreateCompatibleDC(NULL) local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker.cc 65 HDC hdc_monitor,
103 HDC hdc = GetDC(NULL); local
105 if (EnumDisplayMonitors(hdc, NULL, Win32WindowPicker::MonitorEnumProc,
112 ReleaseDC(NULL, hdc);
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 45 HDC hdc; local
48 hdc = BeginPaint(hwnd, &ps);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc 199 HDC hdc = BeginPaint(handle(), &ps); local
200 StretchDIBits(hdc,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 72 HDC hdc; local
84 hdc = GetDC(hwnd);
85 GetDCOrgEx(hdc, &hwnd_origin_from_screen);
87 GetRandomRgn(hdc, hrgn, SYSRGN);
95 ReleaseDC(hwnd, hdc);
110 hdc = GetDC(x11_hwnd);
111 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(drawable), (LPTSTR)&drawable);
113 GetDCOrgEx(hdc, &x11_hwnd_origin_from_screen);
114 ReleaseDC(x11_hwnd, hdc);
147 HDC hdc; local
235 HDC hdc; local
    [all...]
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 24 GDISurface::GDISurface(HDC theHDC)
35 void GDISurface::setHDC(HDC theHDC)
113 HDC hdc = surface->getHDC(); local
119 SaveDC(hdc);
121 SetGraphicsMode(hdc, GM_ADVANCED);
122 ModifyWorldTransform(hdc, NULL, MWT_IDENTITY);
123 SetViewportOrgEx(hdc, 0, 0, NULL);
124 SetWindowOrgEx(hdc, 0, 0, NULL);
126 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX)
198 HDC hdc = surface->getHDC(); local
344 HDC hdc = fSurface->getHDC(); local
370 HDC hdc = fSurface->getHDC(); local
    [all...]
clayout.c 120 HDC hdc; local
133 hdc = GetDC(hwnd);
135 surface = rs_gdiRenderingSurfaceOpen(hdc);
141 ReleaseDC(hwnd, hdc);
154 ReleaseDC(hwnd, hdc);
235 hdc = BeginPaint(hwnd, &ps);
236 SetBkMode(hdc, TRANSPARENT);
247 rs_gdiRenderingSurfaceSetHDC(surface, hdc);
296 hdc = GetDC(hwnd)
    [all...]
layout.cpp 119 HDC hdc; local
132 hdc = GetDC(hwnd);
133 surface = new GDISurface(hdc);
139 ReleaseDC(hwnd, hdc);
152 ReleaseDC(hwnd, hdc);
233 hdc = BeginPaint(hwnd, &ps);
234 SetBkMode(hdc, TRANSPARENT);
245 surface->setHDC(hdc);
292 hdc = GetDC(hwnd)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 72 HDC hdc; local
84 hdc = GetDC(hwnd);
85 GetDCOrgEx(hdc, &hwnd_origin_from_screen);
87 GetRandomRgn(hdc, hrgn, SYSRGN);
95 ReleaseDC(hwnd, hdc);
110 hdc = GetDC(x11_hwnd);
111 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(drawable), (LPTSTR)&drawable);
113 GetDCOrgEx(hdc, &x11_hwnd_origin_from_screen);
114 ReleaseDC(x11_hwnd, hdc);
147 HDC hdc; local
235 HDC hdc; local
    [all...]

Completed in 458 milliseconds

1 2