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

  /external/chromium_org/cc/resources/
picture_pile_base.cc 99 gfx::Rect old_tiling_rect = tiling_rect();
107 if (new_tiling_rect.origin() != old_tiling_rect.origin()) {
115 std::min(old_tiling_rect.right(), new_tiling_rect.right()));
117 std::min(old_tiling_rect.bottom(), new_tiling_rect.bottom()));
  /external/chromium_org/cc/layers/
tiled_layer.cc 145 gfx::Rect old_tiling_rect = tiler_->tiling_rect(); local
147 if (old_tiling_rect == new_tiling_rect)
152 Region old_region = old_tiling_rect;
154 new_tiling_rect.Subtract(old_tiling_rect);

Completed in 131 milliseconds