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

1 2 3 45 6 7 8

  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 221 HDC dc = GetDC(0);
222 HDC compatibleDC = CreateCompatibleDC(0);
223 HDC sourceDC = CreateCompatibleDC(0);
ScrollbarThemeWin.cpp 72 SOFT_LINK(uxtheme, DrawThemeBackground, HRESULT, WINAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRect), (hTheme, hdc, iPartId, iStateId, pRect, pClipRect))
249 DrawThemeBackground(scrollbarTheme, windowsContext.hdc(), part, state, &themeRect, 0);
254 HDC hdc = windowsContext.hdc(); local
256 ::FillRect(hdc, &themeRect, HBRUSH(COLOR_SCROLLBAR+1));
261 SaveDC(hdc);
262 ::SetTextColor(hdc, ::GetSysColor(COLOR_3DHILIGHT))
368 HDC hdc = context->getWindowsContext(rect, alphaBlend); local
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 60 HDC monitor_dc,
  /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/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 59 HDC hdc = CreateCompatibleDC(0); local
65 HBITMAP hbmpOld = static_cast<HBITMAP>(SelectObject(hdc, hbmp));
75 SelectObject(hdc, hbmpOld);
76 DeleteDC(hdc);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 193 void draw(GraphicsContext* graphicsContext, HDC dc, int x, int y, int from,
FontChromiumWin.cpp 86 HDC m_hdc;
308 HDC hdc() const { return m_hdc; } function in class:WebCore::__anon17844::TransparencyAwareUniscribePainter
497 HDC hdc = painter.hdc(); local
498 if (windowsCanHandleTextDrawing(graphicsContext) && !hdc)
504 if (hdc) {
505 SetTextColor(hdc, skia::SkColorToCOLORREF(color));
506 SetBkMode(hdc, TRANSPARENT)
    [all...]
FontCacheChromiumWin.cpp 250 HDC dc = GetDC(0);
288 HDC hdc = GetDC(0); local
289 HGDIOBJ oldFont = static_cast<HFONT>(SelectObject(hdc, hfont));
290 int count = GetFontUnicodeRanges(hdc, 0);
292 count = GetFontUnicodeRanges(hdc, 0);
295 SelectObject(hdc, oldFont);
296 ReleaseDC(0, hdc);
301 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0));
305 count = GetFontUnicodeRanges(hdc, glyphset)
594 HDC hdc = GetDC(0); local
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 144 typedef HDC (WINAPI *PtrBeginPaint)(HWND, PAINTSTRUCT*);
148 extern "C" HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint)
157 // that the plugin will paint into the HDC we provide.
159 lpPaint->hdc = pluginView->m_wmPrintHDC;
165 HDC result;
270 static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)(HWND, const PAINTSTRUCT*))
279 // to draw into a given HDC. Note that this hooking affects the entire
403 // BeginPaint/EndPaint to make the plugin draw into the given HDC.
405 m_wmPrintHDC = reinterpret_cast<HDC>(wParam)
579 HDC hdc = windowsContext.hdc(); local
    [all...]
PaintHooks.asm 20 ;HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 69 OwnPtr<HDC> bitmapDC(CreateCompatibleDC(0));
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 345 HDC dc = reinterpret_cast<HDC>(static_cast<ULONG64>(deviceContext));
378 HDC dc = reinterpret_cast<HDC>(static_cast<ULONG64>(deviceContext));
2195 HDC hdc = hdcFromContext(pctx); local
2206 HDC hdc = hdcFromContext(pctx); local
2238 HDC hdc = hdcFromContext(pctx); local
    [all...]
  /external/chromium/webkit/glue/
webcursor_win.cc 162 HDC dc = GetDC(0);
163 HDC workingDC = CreateCompatibleDC(dc);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 100 operator HDC() const { return m_hdc; }
103 HDC m_hdc;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 306 /* [in] */ HDC hDC,
318 /* [in] */ HDC hDC,
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 102 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar(IWebView*, HDC, RECT, WebScrollBarControlSize, WebScrollbarControlState, WebScrollbarControlPart, BOOL, float, float, WebScrollbarControlPartMask) { return E_NOTIMPL; }
103 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(IWebView*, HDC, RECT) { return E_NOTIMPL; }
WinLauncher.cpp 296 static BOOL CALLBACK AbortProc(HDC hDC, int Error)
307 static HDC getPrinterDC()
316 return pdlg.hDC;
328 HDC printDC = getPrinterDC();
  /external/quake/quake/src/QW/client/
gl_vidnt.c 102 HDC maindc;
208 HDC hdc; local
262 hdc = GetDC(dibwindow);
263 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
264 ReleaseDC(dibwindow, hdc);
286 HDC hdc; local
347 hdc = GetDC(dibwindow);
348 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
378 HDC hdc; local
957 HDC hdc; local
1311 HDC hdc; local
1579 HDC hdc; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 102 HDC maindc;
208 HDC hdc; local
262 hdc = GetDC(dibwindow);
263 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
264 ReleaseDC(dibwindow, hdc);
286 HDC hdc; local
347 hdc = GetDC(dibwindow);
348 PatBlt(hdc,0,0,WindowRect.right,WindowRect.bottom,BLACKNESS);
378 HDC hdc; local
957 HDC hdc; local
1311 HDC hdc; local
1579 HDC hdc; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 350 void QTMovieGWorld::paint(HDC hdc, int x, int y)
355 HDC hdcSrc = static_cast<HDC>(GetPortHDC(reinterpret_cast<GrafPtr>(m_private->m_gWorld)));
365 AlphaBlend(hdc, x, y, m_private->m_width, m_private->m_height, hdcSrc,
SimpleFontDataCGWin.cpp 73 HDC dc = GetDC(0);
  /external/webkit/Source/WebCore/plugins/
PluginView.h 314 static HDC WINAPI hookedBeginPaint(HWND, PAINTSTRUCT*);
361 void paintIntoTransformedContext(HDC);
410 HDC m_wmPrintHDC;
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 52 HBITMAP MemoryManager::createCompatibleBitmap(HDC hdc, int width, int height)
54 return ::CreateCompatibleBitmap(hdc, width, height);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 42 extern HDC g_screenDC;
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 187 HDC hdc = GetDC(0); local
188 HGDIOBJ oldFont = SelectObject(hdc, m_platformData.hfont());
190 GetCharWidthI(hdc, glyph, 1, 0, &width);
191 SelectObject(hdc, oldFont);
192 ReleaseDC(0, hdc);

Completed in 772 milliseconds

1 2 3 45 6 7 8