HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateContentRect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 227 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 200));
270 layer->InvalidateContentRect(gfx::Rect(0, 0, 50, 50));
775 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 100));
810 // SetRectToInvalidate triggers InvalidateContentRect() being invoked from
    [all...]
image_layer.cc 49 InvalidateContentRect(gfx::Rect(content_bounds()));
tiled_layer.h 60 void InvalidateContentRect(gfx::Rect content_rect);
tiled_layer.cc 158 InvalidateContentRect(new_rects.rect());
293 InvalidateContentRect(LayerRectToContentRect(dirty_rect));
297 void TiledLayer::InvalidateContentRect(gfx::Rect content_rect) {
    [all...]
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 101 using TiledLayer::InvalidateContentRect;
tiled_layer_test_common.cc 45 layer_->InvalidateContentRect(rect_to_invalidate_);

Completed in 132 milliseconds