Searched refs:InvalidateContentRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dimage_layer.cc54 InvalidateContentRect(gfx::Rect(content_bounds()));
H A Dtiled_layer_unittest.cc283 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 200));
342 layer->InvalidateContentRect(gfx::Rect(0, 0, 50, 50));
838 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 100));
873 // SetRectToInvalidate triggers InvalidateContentRect() being invoked from
878 layer->InvalidateContentRect(gfx::Rect(0, 0, 50, 50));
908 layer->InvalidateContentRect(content_bounds);
923 layer->InvalidateContentRect(content_bounds);
932 layer->InvalidateContentRect(partial_damage);
1027 root_layer->InvalidateContentRect(content_rect);
1028 child_layer->InvalidateContentRect(content_rec
[all...]
H A Dtiled_layer.h59 void InvalidateContentRect(const gfx::Rect& content_rect);
H A Dtiled_layer.cc157 InvalidateContentRect(new_rects.rect());
292 InvalidateContentRect(LayerRectToContentRect(dirty_rect));
296 void TiledLayer::InvalidateContentRect(const gfx::Rect& content_rect) { function in class:cc::TiledLayer
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc47 layer_->InvalidateContentRect(rect_to_invalidate_);
H A Dtiled_layer_test_common.h99 using TiledLayer::InvalidateContentRect;

Completed in 679 milliseconds