Home | History | Annotate | Download | only in debug

Lines Matching defs:visible_content_rect

78       gfx::Rect visible_content_rect = layer->visible_content_rect();
79 int x = LCGRandom() * (visible_content_rect.width() - width_);
80 int y = LCGRandom() * (visible_content_rect.height() - height_);
92 gfx::Rect visible_content_rect = layer->visible_content_rect();
93 int x_min = LCGRandom() * visible_content_rect.width();
94 int x_max = LCGRandom() * visible_content_rect.width();
95 int y_min = LCGRandom() * visible_content_rect.height();
96 int y_max = LCGRandom() * visible_content_rect.height();
107 layer->SetNeedsDisplayRect(layer->visible_content_rect());