Home | History | Annotate | Download | only in resources

Lines Matching defs:visible_rect_in_content_space

491     const gfx::Rect& visible_rect_in_content_space) const {
492 gfx::Rect skewport = visible_rect_in_content_space;
511 int new_x = visible_rect_in_content_space.x();
512 int new_y = visible_rect_in_content_space.y();
513 int new_right = visible_rect_in_content_space.right();
514 int new_bottom = visible_rect_in_content_space.bottom();
533 skewport.Union(visible_rect_in_content_space);
550 gfx::Rect visible_rect_in_content_space =
556 last_visible_rect_in_content_space_ = visible_rect_in_content_space;
567 visible_rect_in_content_space);
568 DCHECK(skewport.Contains(visible_rect_in_content_space));
571 ExpandRectEquallyToAreaBoundedBy(visible_rect_in_content_space,
585 last_visible_rect_in_content_space_ = visible_rect_in_content_space;
596 &tiling_data_, visible_rect_in_content_space, include_borders);
609 IntersectRects(tile->content_rect(), visible_rect_in_content_space),
618 &tiling_data_, skewport, visible_rect_in_content_space);
631 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
654 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
662 gfx::Rect soon_border_rect = visible_rect_in_content_space;
683 current_visible_rect_ = visible_rect_in_content_space;