Home | History | Annotate | Download | only in layers

Lines Matching defs:visible_rect

386     gfx::Rect visible_rect = gfx::Rect(200, 200, 100, 100);
388 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size());
390 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size());
401 // Invalidate and move the visible_rect in the scroll direction.
404 layer->draw_properties().visible_content_rect = visible_rect;
638 gfx::Rect visible_rect(0, 0, layer_width / 2, layer_height);
643 layer->draw_properties().visible_content_rect = visible_rect;
745 gfx::Rect visible_rect[10] = { nv, nv, v, v, nv, nv, v, v, nv, nv };
761 layer->draw_properties().visible_content_rect = visible_rect[i];