Searched refs:update_rect_ (Results 1 – 11 of 11) sorted by relevance
34 updated |= !update_rect_.IsEmpty(); in Update()
49 return updated || !update_rect_.IsEmpty(); in Update()
430 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); } in NeedsDisplayForTesting()431 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); } in ResetNeedsDisplayForTesting()517 gfx::RectF update_rect_; variable
798 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()
581 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()
457 const gfx::RectF& update_rect() const { return update_rect_; } in update_rect()671 gfx::RectF update_rect_;
223 if (update_rect_.IsEmpty() && track_resource_) in Update()
229 return updated || !update_rect_.IsEmpty(); in Update()
473 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale); in UpdateTileTextures()
116 gfx::RectF update_rect() { return update_rect_; } in update_rect()
347 gfx::Rect update_rect() const { return update_rect_; } in update_rect()435 gfx::Rect update_rect_; variable