Home | History | Annotate | Download | only in layers

Lines Matching refs:visible_rect

213   gfx::Rect visible_rect;
219 visible_rect = occlusion.GetUnoccludedContentRect(layer_top_left);
220 if (!visible_rect.IsEmpty()) {
226 visible_rect,
236 visible_rect = occlusion.GetUnoccludedContentRect(layer_top_right);
237 if (!visible_rect.IsEmpty()) {
243 visible_rect,
253 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom_left);
254 if (!visible_rect.IsEmpty()) {
260 visible_rect,
270 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom_right);
271 if (!visible_rect.IsEmpty()) {
277 visible_rect,
287 visible_rect = occlusion.GetUnoccludedContentRect(layer_top);
288 if (!visible_rect.IsEmpty()) {
294 visible_rect,
304 visible_rect = occlusion.GetUnoccludedContentRect(layer_left);
305 if (!visible_rect.IsEmpty()) {
311 visible_rect,
321 visible_rect = occlusion.GetUnoccludedContentRect(layer_right);
322 if (!visible_rect.IsEmpty()) {
338 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom);
339 if (!visible_rect.IsEmpty()) {
345 visible_rect,
356 visible_rect = occlusion.GetUnoccludedContentRect(layer_center);
357 if (!visible_rect.IsEmpty()) {
363 visible_rect,