HomeSort by relevance Sort by last modified time
    Searched refs:update_rect_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/cc/layers/
video_layer.cc 34 updated |= !update_rect_.IsEmpty();
io_surface_layer.cc 49 return updated || !update_rect_.IsEmpty();
layer.h 430 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); }
431 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); }
517 gfx::RectF update_rect_; member in class:cc::Layer
layer.cc 798 update_rect_.Union(dirty_rect);
987 update_rect_.Union(layer->update_rect());
988 layer->SetUpdateRect(update_rect_);
997 update_rect_ = gfx::RectF();
    [all...]
painted_scrollbar_layer.cc 223 if (update_rect_.IsEmpty() && track_resource_)
texture_layer.cc 229 return updated || !update_rect_.IsEmpty();
layer_impl.cc 581 update_rect_.Union(layer->update_rect());
582 layer->SetUpdateRect(update_rect_);
589 update_rect_ = gfx::RectF();
706 update_rect_ = gfx::RectF();
    [all...]
layer_impl.h 457 const gfx::RectF& update_rect() const { return update_rect_; }
671 gfx::RectF update_rect_; member in class:cc::LayerImpl
tiled_layer.cc 473 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale);
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 116 gfx::RectF update_rect() { return update_rect_; }
test_web_graphics_context_3d.h 347 gfx::Rect update_rect() const { return update_rect_; }
435 gfx::Rect update_rect_; member in class:cc::TestWebGraphicsContext3D

Completed in 115 milliseconds