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

1 2 3 4 5 67 8

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 169 HDC backing_store_dc,
170 HDC paint_dc) {
172 HDC dc = canvas.beginPlatformPaint();
832 void RenderWidgetHostViewWin::OnPaint(HDC unused_dc) {
891 backing_store->hdc(),
899 backing_store->hdc(),
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 94 void (*WIN_WinPAINT)(_THIS, HDC hdc);
641 HDC hdc; local
644 hdc = BeginPaint(SDL_Window, &ps);
647 WIN_WinPAINT(current_video, hdc);
  /external/quake/quake/src/QW/client/
vid_win.c 662 HDC hdc; local
725 hdc = GetDC(NULL);
727 if ((GetDeviceCaps(hdc, HORZRES) > 640) && !COM_CheckParm("-noautostretch"))
738 ReleaseDC(NULL,hdc);
1258 HDC hdc; local
1379 hdc = GetDC(mainwindow);
1380 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
1381 ReleaseDC(mainwindow, hdc);
1465 HDC hdc; local
1610 HDC hdc; local
1860 HDC hdc; local
2222 HDC hdc; local
2684 HDC hdc; local
2864 HDC hdc; local
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 621 HDC hdc; local
684 hdc = GetDC(NULL);
686 if ((GetDeviceCaps(hdc, HORZRES) > 640) && !COM_CheckParm("-noautostretch"))
697 ReleaseDC(NULL,hdc);
1217 HDC hdc; local
1338 hdc = GetDC(mainwindow);
1339 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
1340 ReleaseDC(mainwindow, hdc);
1424 HDC hdc; local
1569 HDC hdc; local
1819 HDC hdc; local
2183 HDC hdc; local
2644 HDC hdc; local
2823 HDC hdc; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 104 return new egl::Display((HDC)NULL);
110 return new egl::Display((HDC)display_id);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 50 static CGPathRef createPathForGlyph(HDC hdc, Glyph glyph)
58 DWORD outlineLength = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, 0, 0, &identity);
64 GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, outlineLength, outline.data(), &identity);
161 HDC hdc = 0; local
165 hdc = graphicsContext->getWindowsContext(textRect, true, false);
166 if (!hdc) {
178 hdc = bitmap->hdc();
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 484 HDC windowDC = GetDC(m_hudWindow);
485 HDC bitmapDC = CreateCompatibleDC(windowDC);
WebIconDatabase.cpp 287 HDC dc = GetDC(0);
WebView.cpp 854 HDC windowDC = ::GetDC(m_viewWindow);
855 HDC bitmapDC = ::CreateCompatibleDC(windowDC);
942 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint)
950 HDC windowDC = 0;
951 HDC bitmapDC = dc;
992 void WebView::paint(HDC dc, LPARAM options)
1015 HDC hdc; local
    [all...]
  /external/icu4c/samples/layout/
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/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 114 void paint(HDC, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation)
573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
578 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const
FontPlatformData.cpp 39 extern HDC g_screenDC;
FontWinCE.cpp 53 HDC g_screenDC = GetDC(0);
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 560 void PopupMenuWin::paint(const IntRect& damageRect, HDC hdc)
659 HDC localDC = hdc ? hdc : ::GetDC(m_popup);
663 if (!hdc)
1003 paint(paintInfo.rcPaint, paintInfo.hdc);
1010 paint(clientRect(), (HDC)wParam);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 327 HDC WINAPI BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT lpPaint) {
332 return paint_struct.hdc;
452 HDC dc = ::GetDC(NULL);
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 49 __in HDC hdc,
108 HDC hdc; member in struct:hb_uniscribe_shaper_font_data_t
155 data->hdc = GetDC (NULL);
170 if (!SelectObject (data->hdc, data->hfont)) {
182 if (data->hdc)
183 ReleaseDC (NULL, data->hdc);
347 hr = ScriptShapeOpenType (font_data->hdc,
389 hr = ScriptPlaceOpenType (font_data->hdc,
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 646 HDC hdc; local
656 hdc = BeginPaint(hwnd, &ps);
658 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
rpng2-win.c 767 HDC hdc = GetDC(global_hwnd); local
770 GetTextMetrics(hdc, &tm);
773 SetBkMode(hdc, TRANSPARENT);
774 SetTextColor(hdc, GetSysColor(COLOR_HIGHLIGHTTEXT));
776 TextOut(hdc, ((x < 0)? 0 : x), ((y < 0)? 0 : y), msg, len);
777 ReleaseDC(global_hwnd, hdc);
1190 HDC hdc; local
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h 565 STDMETHOD(GetDC)(THIS_ HDC FAR *) PURE;
574 STDMETHOD(ReleaseDC)(THIS_ HDC) PURE;
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H 565 STDMETHOD(GetDC)(THIS_ HDC FAR *) PURE;
574 STDMETHOD(ReleaseDC)(THIS_ HDC) PURE;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 180 HDC hdc = GetDC(0); // What about printing? Is this the right DC? local
181 if (hdc) {
182 HGDIOBJ hObject = SelectObject(hdc, hFont);
184 GetTextMetrics(hdc, &tm);
185 SelectObject(hdc, hObject);
186 ReleaseDC(0, hdc);
211 HDC hdc = GetDC(0); // What about printing? Is this the right DC? local
212 if (hdc) { // Can this ever actually be NULL
    [all...]

Completed in 739 milliseconds

1 2 3 4 5 67 8