HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /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;
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 33 typedef HDC MGL_HDC;
104 /* Get a Windows HDC for the MGL device context. You can use this returned
105 * HDC to get GDI to draw to the device context surface, such as rendering
106 * and using TrueType fonts with the MGL. If a Windows compatible HDC is not
110 HDC MGLAPI MGL_getWinDC(MGLDC *dc);
114 bool MGLAPI MGL_setWinDC(MGLDC *dc,MGL_HDC hdc);
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 33 typedef HDC MGL_HDC;
104 /* Get a Windows HDC for the MGL device context. You can use this returned
105 * HDC to get GDI to draw to the device context surface, such as rendering
106 * and using TrueType fonts with the MGL. If a Windows compatible HDC is not
110 HDC MGLAPI MGL_getWinDC(MGLDC *dc);
114 bool MGLAPI MGL_setWinDC(MGLDC *dc,MGL_HDC hdc);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 32 Display(HDC deviceContext);
76 const HDC mDc;
  /external/webkit/Source/WebKit/wince/
WebView.h 89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
96 OwnPtr<HDC> m_doubleBufferDC;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 74 HDC hdc = GetDC(0); local
75 HGDIOBJ oldFont = SelectObject(hdc, m_platformData.hfont());
77 GetOutlineTextMetrics(hdc, sizeof(metrics), &metrics);
92 DWORD len = GetGlyphOutline(hdc, 'x', GGO_METRICS, &gm, 0, 0, &mat);
99 SelectObject(hdc, oldFont);
100 ReleaseDC(0, hdc);
160 HDC dc = GetDC(0);
191 HDC dc = GetDC(0);
207 HDC hdc = GetDC(0) local
224 HDC hdc = GetDC(0); local
    [all...]
GraphicsContextWin.cpp 66 GraphicsContext::WindowsBitmap::WindowsBitmap(HDC hdc, IntSize size)
76 m_hdc = CreateCompatibleDC(hdc);
100 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
115 HDC bitmapDC = ::CreateCompatibleDC(m_data->m_hdc);
SimpleFontDataCairoWin.cpp 55 HDC hdc = GetDC(0);
56 SaveDC(hdc);
61 cairo_win32_scaled_font_select_font(scaledFont, hdc);
64 GetTextMetrics(hdc, &textMetrics);
77 if (GetOutlineTextMetrics(hdc, sizeof(metrics), &metrics) > 0) {
81 DWORD len = GetGlyphOutline(hdc, 'x', GGO_METRICS, &gm, 0, 0, &mat);
93 RestoreDC(hdc, -1);
94 ReleaseDC(0, hdc);
115 HDC hdc = GetDC(0)
    [all...]
FontPlatformDataWin.cpp 54 HDC hdc = GetDC(0); local
55 SaveDC(hdc);
57 SelectObject(hdc, font);
58 UINT bufferSize = GetOutlineTextMetrics(hdc, 0, NULL);
65 GetOutlineTextMetricsW(hdc, bufferSize, metrics);
68 platformDataInit(font, size, hdc, faceName);
73 RestoreDC(hdc, -1);
74 ReleaseDC(0, hdc);
GraphicsContextCGWin.cpp 40 static CGContextRef CGContextWithHDC(HDC hdc, bool hasAlpha)
42 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
63 // Put the HDC In advanced mode so it will honor affine transforms.
64 SetGraphicsMode(hdc, GM_ADVANCED);
69 GraphicsContext::GraphicsContext(HDC hdc, bool hasAlpha)
72 platformInit(hdc, hasAlpha);
75 void GraphicsContext::platformInit(HDC hdc, bool hasAlpha
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 103 typedef struct HDC__* HDC;
465 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
466 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
467 void drawRoundCorner(bool newClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height);
469 GraphicsContext(HDC, bool hasAlpha = false); // FIXME: To be removed.
471 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
472 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
488 WindowsBitmap(HDC, IntSize)
491 HDC hdc() const { return m_hdc; } function in class:WebCore::GraphicsContext::WindowsBitmap
    [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/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 63 HDC dc = GetDC(0);
155 HDC dc = GetDC(0);
187 HDC dc = GetDC(0);
GlyphPageTreeNodeChromiumWin.cpp 53 static Glyph initSpaceGlyph(HDC dc, Glyph* spaceGlyph)
74 HDC dc = GetDC((HWND)0);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 50 HDC dc = GetDC(0);
86 HDC dc = GetDC(0);
112 HDC dc = GetDC(0);
non-kerned-drawing.cpp 80 // get the native HDC handle to draw using native APIs
81 HDC hdc = 0; local
96 hdc = g->GetHDC();
101 hdc = static_cast<HDC>(dc->GetHDC());
115 ::SelectObject(hdc, GetHfontOf(*wxfont));
118 ::SetTextColor(hdc, color.GetPixel());
121 ::SetBkMode(hdc, TRANSPARENT);
125 ::ExtTextOut(hdc, x, y, ETO_GLYPH_INDEX, 0, reinterpret_cast<const WCHAR*>(glyphs), numGlyphs, spacing)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 36 typedef struct HDC__* HDC;
111 void paint(const WebCore::IntRect& damageRect, HDC = 0);
128 HDC m_DC;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 66 HRESULT setInPrintingMode([in] BOOL value, [in] HDC printDC);
67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
68 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 36 /* If setting the HDC fails, we may need to recreate the window (MSDN) */
117 HDC hdc; local
119 const char * (WINAPI *wglGetExtensionsStringARB)(HDC) = 0;
129 hdc = GetDC(hwnd);
131 SetPixelFormat(hdc, ChoosePixelFormat(hdc, &GL_pfd), &GL_pfd);
133 hglrc = this->gl_data->wglCreateContext(hdc);
135 this->gl_data->wglMakeCurrent(hdc, hglrc);
138 wglGetExtensionsStringARB = (const char * (WINAPI *)(HDC))
    [all...]
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 53 extern HDC g_screenDC;
131 OwnPtr<HDC> bmpDC(CreateCompatibleDC(g_screenDC));
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 116 static void DIB_WinPAINT(_THIS, HDC hdc);
307 HDC hdc; local
315 hdc = GetDC(SDL_Window);
316 GetSystemPaletteEntries(hdc, 0, ncolors, palette->palPalEntry);
317 ReleaseDC(SDL_Window, hdc);
463 HDC hdc; local
465 hdc = GetDC(SDL_Window)
610 HDC hdc; local
961 HDC hdc, mdc; local
1017 HDC hdc, mdc; local
1089 HDC hdc; local
1104 HDC hdc; local
1126 HDC hdc; local
1259 HDC hdc; local
1272 HDC hdc; local
1294 HDC hdc; local
    [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/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 70 // On Windows, we need to update the HDC for form controls to draw in the right place.
109 HDC m_hdc;
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 76 // On Windows, we need to update the HDC for form controls to draw in the right place.
90 HDC m_hdc;

Completed in 855 milliseconds

1 23 4 5 6 7 8