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/
io_surface_layer.cc 50 return updated || !update_rect_.IsEmpty();
video_layer.cc 40 updated |= !update_rect_.IsEmpty();
layer.h 432 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); }
433 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); }
527 gfx::RectF update_rect_; member in class:cc::Layer
layer.cc 802 update_rect_.Union(dirty_rect);
994 update_rect_.Union(layer->update_rect());
995 layer->SetUpdateRect(update_rect_);
1004 update_rect_ = gfx::RectF();
    [all...]
painted_scrollbar_layer.cc 237 if (update_rect_.IsEmpty() && track_resource_)
texture_layer.cc 233 return updated || !update_rect_.IsEmpty();
layer_impl.cc 598 update_rect_.Union(layer->update_rect());
599 layer->SetUpdateRect(update_rect_);
606 update_rect_ = gfx::RectF();
723 update_rect_ = gfx::RectF();
    [all...]
layer_impl.h 473 const gfx::RectF& update_rect() const { return update_rect_; }
688 gfx::RectF update_rect_; member in class:cc::LayerImpl
tiled_layer.cc 467 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale);
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 115 gfx::RectF update_rect() { return update_rect_; }
test_web_graphics_context_3d.h 371 gfx::Rect update_rect() const { return update_rect_; }
459 gfx::Rect update_rect_; member in class:cc::TestWebGraphicsContext3D

Completed in 121 milliseconds