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

/external/chromium_org/content/renderer/
H A Dpaint_aggregator.h23 // by the amount specified by |scroll_delta|. If |paint_rects| is non-empty,
24 // then those rects should be repainted. If |scroll_rect| and |paint_rects|
41 std::vector<gfx::Rect> paint_rects; member in struct:content::PaintAggregator::PendingUpdate
/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/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 127 milliseconds