OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paint_dc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_windowless_test.cc
111
HDC
paint_dc
= reinterpret_cast<HDC>(np_event->wParam);
local
112
if (
paint_dc
== NULL) {
119
if (!GetClipRgn(
paint_dc
, clipping_region)) {
/external/chromium_org/ui/gfx/
canvas_paint_win.h
61
HDC
paint_dc
() const { return paint_dc_; }
function in class:gfx::CanvasSkiaPaint
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
170
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
.m_hDC)
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc
[
all
...]
Completed in 945 milliseconds