Searched refs:paint_manager_ (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc56 paint_manager_() {
57 paint_manager_.Initialize(this, this, false);
94 paint_manager_.SetSize(view.GetRect().size());
121 paint_manager_.InvalidateRect(SquareForTouchPoint(x, y));
124 pp::PaintManager paint_manager_; member in class:MyInstance
/external/chromium_org/pdf/
H A Dinstance.cc287 paint_manager_(this, this, true),
634 paint_manager_.SetSize(view_device_size, device_scale_);
691 paint_manager_.InvalidateRect(dirty_rect_scaled);
1110 paint_manager_.InvalidateRect(offset_rect);
1122 paint_manager_.InvalidateRect(rc);
1130 paint_manager_.InvalidateRect(rc);
1134 paint_manager_.ScrollRect(scroll_area, point);
1137 paint_manager_.InvalidateRect(toolbar_->GetControlsRect());
1140 paint_manager_.InvalidateRect(progress_bar_.rect());
1143 paint_manager_
[all...]
H A Dinstance.h412 PaintManager paint_manager_; member in class:chrome_pdf::Instance
H A Dout_of_process_instance.cc235 paint_manager_(this, this, true),
401 paint_manager_.InvalidateRect(pp::Rect(pp::Point(), plugin_size_));
517 paint_manager_.SetSize(view_device_size, device_scale_);
787 paint_manager_.InvalidateRect(offset_rect);
792 paint_manager_.ScrollRect(available_area_, point);
1151 paint_manager_.InvalidateRect(pp::Rect(pp::Point(), plugin_size_));
1263 paint_manager_.InvalidateRect(pp::Rect(pp::Point(), plugin_size_));
H A Dout_of_process_instance.h239 PaintManager paint_manager_; member in class:chrome_pdf::OutOfProcessInstance
/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc44 paint_manager_(),
47 paint_manager_.Initialize(this, this, false);
77 paint_manager_.SetSize(view.GetRect().size());
133 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
140 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
143 pp::PaintManager paint_manager_; member in class:MyInstance
H A Dscroll.cc42 paint_manager_.Initialize(this, this, false);
46 paint_manager_.SetSize(position.size());
56 paint_manager_.ScrollRect(pp::Rect(paint_manager_.graphics().size()),
59 paint_manager_.Invalidate();
101 pp::PaintManager paint_manager_; member in class:MyInstance
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc44 paint_manager_(),
47 paint_manager_.Initialize(this, this, false);
95 paint_manager_.SetSize(view.GetRect().size());
151 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
158 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
161 pp::PaintManager paint_manager_; member in class:MyInstance

Completed in 223 milliseconds