Home
last modified time | relevance | path

Searched refs:update_rect_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/layers/
Dvideo_layer.cc34 updated |= !update_rect_.IsEmpty(); in Update()
Dio_surface_layer.cc49 return updated || !update_rect_.IsEmpty(); in Update()
Dlayer.h430 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); } in NeedsDisplayForTesting()
431 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); } in ResetNeedsDisplayForTesting()
517 gfx::RectF update_rect_; variable
Dlayer.cc798 update_rect_.Union(dirty_rect); in SetNeedsDisplayRect()
987 update_rect_.Union(layer->update_rect()); in PushPropertiesTo()
988 layer->SetUpdateRect(update_rect_); in PushPropertiesTo()
997 update_rect_ = gfx::RectF(); in PushPropertiesTo()
Dlayer_impl.cc581 update_rect_.Union(layer->update_rect()); in PushPropertiesTo()
582 layer->SetUpdateRect(update_rect_); in PushPropertiesTo()
589 update_rect_ = gfx::RectF(); in PushPropertiesTo()
706 update_rect_ = gfx::RectF(); in ResetAllChangeTrackingForSubtree()
1023 update_rect_ = update_rect; in SetUpdateRect()
Dlayer_impl.h457 const gfx::RectF& update_rect() const { return update_rect_; } in update_rect()
671 gfx::RectF update_rect_;
Dpainted_scrollbar_layer.cc223 if (update_rect_.IsEmpty() && track_resource_) in Update()
Dtexture_layer.cc229 return updated || !update_rect_.IsEmpty(); in Update()
Dtiled_layer.cc473 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale); in UpdateTileTextures()
/external/chromium_org/cc/test/
Dtiled_layer_test_common.h116 gfx::RectF update_rect() { return update_rect_; } in update_rect()
Dtest_web_graphics_context_3d.h347 gfx::Rect update_rect() const { return update_rect_; } in update_rect()
435 gfx::Rect update_rect_; variable