Searched defs:paint_rects (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/pdf/
H A Dpaint_aggregator.h57 std::vector<pp::Rect> paint_rects; member in struct:PaintAggregator::PaintUpdate
101 // paint_rects.
109 std::vector<pp::Rect> paint_rects; member in class:PaintAggregator::InternalPaintUpdate
114 // Whether we have added the scroll damage rect to paint_rects yet or not.
H A Dinstance.cc790 void Instance::OnPaint(const std::vector<pp::Rect>& paint_rects, argument
802 *pending = paint_rects;
808 for (size_t i = 0; i < paint_rects.size(); i++) {
812 paint_rects[i].Intersect(pp::Rect(pp::Point(), plugin_size_));
862 for (size_t i = 0; i < paint_rects.size(); i++) {
863 PaintIfWidgetIntersects(h_scrollbar_.get(), paint_rects[i], ready, pending);
864 PaintIfWidgetIntersects(v_scrollbar_.get(), paint_rects[i], ready, pending);
H A Dout_of_process_instance.cc621 const std::vector<pp::Rect>& paint_rects,
640 for (size_t i = 0; i < paint_rects.size(); i++) {
644 paint_rects[i].Intersect(pp::Rect(pp::Point(), plugin_size_));
620 OnPaint( const std::vector<pp::Rect>& paint_rects, std::vector<PaintManager::ReadyRect>* ready, std::vector<pp::Rect>* pending) argument
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h59 std::vector<Rect> paint_rects; member in struct:pp::PaintAggregator::PaintUpdate
61 /// The union of all paint_rects.
136 // paint_rects or in the rect returned by GetPaintBounds.
147 std::vector<Rect> paint_rects; member in class:pp::PaintAggregator::InternalPaintUpdate
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc99 const std::vector<pp::Rect>& paint_rects,
104 for (size_t i = 0; i < paint_rects.size(); i++) {
108 paint_rects[i].x(),
109 paint_rects[i].y(),
110 paint_rects[i].width(),
111 paint_rects[i].height(),
98 OnPaint(pp::Graphics2D& graphics_2d, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument
/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc82 const std::vector<pp::Rect>& paint_rects,
101 for (size_t i = 0; i < paint_rects.size(); i++) {
105 paint_rects[i].x() - paint_bounds.x(),
106 paint_rects[i].y() - paint_bounds.y(),
107 paint_rects[i].width(),
108 paint_rects[i].height(),
81 OnPaint(pp::Graphics2D& graphics_2d, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument
H A Dscroll.cc67 const std::vector<pp::Rect>& paint_rects,
66 OnPaint(pp::Graphics2D& graphics, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc100 const std::vector<pp::Rect>& paint_rects,
119 for (size_t i = 0; i < paint_rects.size(); i++) {
123 paint_rects[i].x() - paint_bounds.x(),
124 paint_rects[i].y() - paint_bounds.y(),
125 paint_rects[i].width(),
126 paint_rects[i].height(),
99 OnPaint(pp::Graphics2D& graphics_2d, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument

Completed in 6844 milliseconds