HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /external/chromium_org/printing/
printing_context_win.h 57 // Allocates the HDC for a specific DEVMODE.
68 static BOOL CALLBACK AbortProc(HDC hdc, int nCode);
88 HDC context_;
  /external/chromium_org/ui/gfx/
canvas_paint_win.cc 13 CanvasSkiaPaint::CanvasSkiaPaint(HWND hwnd, HDC dc, const PAINTSTRUCT& ps)
24 CanvasSkiaPaint::CanvasSkiaPaint(HDC dc, bool opaque, int x, int y,
gdi_util.cc 99 double CalculatePageScale(HDC dc, int page_width, int page_height) {
115 bool ScaleDC(HDC dc, double scale_factor) {
122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h,
132 rv = ::StretchDIBits(hdc,
137 rv = ::StretchDIBits(hdc,
  /external/chromium_org/ui/gl/
gl_context_wgl.cc 47 static_cast<HDC>(compatible_surface->GetHandle()));
79 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 95 ReleaseDC(fb->hWnd, fb->hDC);
241 HDC hdc,
249 hWnd = WindowFromDC( hdc );
257 /* Applications use, create, destroy device contexts, so the hdc passed is. We create our own DC
260 fb->hDC = GetDC(hWnd);
387 * Given an hdc, return the corresponding stw_framebuffer.
391 HDC hdc )
395 hwnd = WindowFromDC(hdc);
    [all...]
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 95 ReleaseDC(fb->hWnd, fb->hDC);
241 HDC hdc,
249 hWnd = WindowFromDC( hdc );
257 /* Applications use, create, destroy device contexts, so the hdc passed is. We create our own DC
260 fb->hDC = GetDC(hWnd);
387 * Given an hdc, return the corresponding stw_framebuffer.
391 HDC hdc )
395 hwnd = WindowFromDC(hdc);
    [all...]
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 16 static BOOL CALLBACK MonitorEnumProc(HMONITOR monitor, HDC monitor_dc,
104 HDC target_dc = canvas->BeginPlatformPaint();
105 HDC source_dc = GetDC(current_hwnd_);
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 15 static BOOL CALLBACK MonitorEnumProc(HMONITOR monitor, HDC monitor_dc,
103 HDC target_dc = canvas->BeginPlatformPaint();
104 HDC source_dc = GetDC(current_hwnd_);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private;
216 gdi_sw_display(winsys, dt, hDC);

Completed in 294 milliseconds

1 2 34 5 6 7 8 910