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 366 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); }
367 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); }
439 gfx::RectF update_rect_; member in class:cc::Layer
layer_impl.h 382 update_rect_ = update_rect;
384 const gfx::RectF& update_rect() const { return update_rect_; }
562 gfx::RectF update_rect_; member in class:cc::LayerImpl
layer.cc 680 update_rect_.Union(dirty_rect);
806 update_rect_.Union(layer->update_rect());
807 layer->set_update_rect(update_rect_);
833 update_rect_ = gfx::RectF();
layer_impl.cc 431 update_rect_.Union(layer->update_rect());
432 layer->set_update_rect(update_rect_);
441 update_rect_ = gfx::RectF();
536 update_rect_ = gfx::RectF();
    [all...]
texture_layer.cc 205 return updated || !update_rect_.IsEmpty();
scrollbar_layer.cc 314 dirty_rect_.Union(update_rect_);
tiled_layer.cc 485 update_rect_ = gfx::ScaleRect(paint_rect, width_scale, height_scale);
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 117 gfx::RectF update_rect() { return update_rect_; }
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 3252 gfx::Rect update_rect_; member in class:cc::__anon6565::SwapTrackerContext
    [all...]

Completed in 145 milliseconds