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 436 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); }
437 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); }
528 gfx::RectF update_rect_; member in class:cc::Layer
layer_impl.h 460 update_rect_ = update_rect;
462 const gfx::RectF& update_rect() const { return update_rect_; }
647 gfx::RectF update_rect_; member in class:cc::LayerImpl
layer.cc 809 update_rect_.Union(dirty_rect);
991 update_rect_.Union(layer->update_rect());
992 layer->set_update_rect(update_rect_);
1001 update_rect_ = gfx::RectF();
    [all...]
painted_scrollbar_layer.cc 202 if (update_rect_.IsEmpty() && track_resource_)
texture_layer.cc 247 return updated || !update_rect_.IsEmpty();
layer_impl.cc 579 update_rect_.Union(layer->update_rect());
580 layer->set_update_rect(update_rect_);
586 update_rect_ = gfx::RectF();
665 update_rect_ = gfx::RectF();
    [all...]
tiled_layer.cc 487 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale);
    [all...]
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 117 gfx::RectF update_rect() { return update_rect_; }
test_web_graphics_context_3d.h 251 gfx::Rect update_rect() const { return update_rect_; }
341 gfx::Rect update_rect_; member in class:cc::TestWebGraphicsContext3D

Completed in 87 milliseconds