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

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h62 Rect paint_bounds; member in struct:pp::PaintAggregator::PaintUpdate
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc100 const pp::Rect& paint_bounds) {
102 paint_bounds.size(), false);
115 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
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.cc83 const pp::Rect& paint_bounds) {
89 paint_bounds.size(), false);
105 paint_rects[i].x() - paint_bounds.x(),
106 paint_rects[i].y() - paint_bounds.y(),
116 square.x() - paint_bounds.x(),
117 square.y() - paint_bounds.y(),
122 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
81 OnPaint(pp::Graphics2D& graphics_2d, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument
H A Dscroll.cc68 const pp::Rect& paint_bounds) {
77 paint_bounds.size(), false);
89 int x = xs * kSquareSpacing + x_offset - paint_bounds.x();
90 int y = ys * kSquareSpacing + y_offset - paint_bounds.y();
95 graphics.PaintImageData(updated_image, paint_bounds.point());
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.cc101 const pp::Rect& paint_bounds) {
107 paint_bounds.size(), false);
123 paint_rects[i].x() - paint_bounds.x(),
124 paint_rects[i].y() - paint_bounds.y(),
134 square.x() - paint_bounds.x(),
135 square.y() - paint_bounds.y(),
140 graphics_2d.PaintImageData(updated_image, paint_bounds.point());
99 OnPaint(pp::Graphics2D& graphics_2d, const std::vector<pp::Rect>& paint_rects, const pp::Rect& paint_bounds) argument

Completed in 118 milliseconds