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

1 2 3 45 6 7

  /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...]
WebView.h 847 void paint(HDC, LPARAM);
848 void paintIntoWindow(HDC bitmapDC, HDC windowDC, const WebCore::IntRect& dirtyRect);
    [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/chromium/
FontChromiumWin.cpp 86 HDC m_hdc;
308 HDC hdc() const { return m_hdc; } function in class:WebCore::__anon14857::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/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);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 184 void OnPaint(HDC unused_dc);
186 LRESULT OnEraseBkgnd(HDC dc);
260 // Draw our background over the given HDC in the given |rect|. The background
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 256 HDC hdc,
260 bool (*getAdvance)(HDC hdc, int gId, int16_t* data));
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 95 static void GAPI_WinPAINT(_THIS, HDC hdc);
150 HDC hdc = GetDC(NULL); local
151 int result = ExtEscape(hdc, GETRAWFRAMEBUFFER, 0, NULL, sizeof(RawFrameBufferInfo), (char *)&g_RawFrameBufferInfo);
152 ReleaseDC(NULL, hdc);
388 HDC hdc = GetDC(NULL); local
392 result = ExtEscape(hdc, GETGXINFO, 0, NULL, sizeof(gxInfo), (char *)&gxInfo);
468 HDC hdc local
    [all...]