Searched defs:paint_dc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas_paint_win.h61 HDC paint_dc() const { return paint_dc_; } function in class:gfx::CanvasSkiaPaint
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc111 HDC paint_dc = reinterpret_cast<HDC>(np_event->wParam); local
112 if (paint_dc == NULL) {
119 if (!GetClipRgn(paint_dc, clipping_region)) {
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc170 HDC paint_dc) {
184 canvas.getTopPlatformDevice().drawToHDC(paint_dc, paint_rect.x(),
839 // We initialize paint_dc here so that BeginPaint()/EndPaint()
841 CPaintDC paint_dc(m_hWnd);
850 // We initialize |paint_dc| (and thus call BeginPaint()) after calling
855 // Grab the region to paint before creation of paint_dc since it clears the
865 CPaintDC paint_dc(m_hWnd);
867 gfx::Rect damaged_rect(paint_dc.m_ps.rcPaint);
876 SetICMMode(paint_dc.m_hDC, ICM_ON);
892 paint_dc
167 DrawDeemphasized(const SkColor& color, const gfx::Rect& paint_rect, HDC backing_store_dc, HDC paint_dc) argument
[all...]

Completed in 176 milliseconds