HomeSort by relevance Sort by last modified time
    Searched defs:GetPaintBounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/
paint_aggregator.cc 83 gfx::Rect PaintAggregator::PendingUpdate::GetPaintBounds() const {
269 gfx::Rect bounds = update_.GetPaintBounds();
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 72 Rect PaintAggregator::InternalPaintUpdate::GetPaintBounds() const {
104 ret.paint_bounds = update_.GetPaintBounds();
260 Rect bounds = update_.GetPaintBounds();
  /external/chromium_org/ui/views/controls/table/
table_view.cc 467 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
719 gfx::Rect TableView::GetPaintBounds(gfx::Canvas* canvas) const {

Completed in 386 milliseconds