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

  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 21 using PicturePile::CanRasterSlowTileCheck;
314 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(rect));
321 EXPECT_FALSE(pile_->CanRasterSlowTileCheck(rect));
343 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));
345 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile02_noborders));
368 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));
370 EXPECT_FALSE(pile_->CanRasterSlowTileCheck(tile02_noborders));
picture_pile_base.h 97 bool CanRasterSlowTileCheck(const gfx::Rect& layer_rect) const;
picture_pile_base.cc 199 DCHECK(CanRasterSlowTileCheck(layer_rect));
203 return CanRasterSlowTileCheck(layer_rect);
206 bool PicturePileBase::CanRasterSlowTileCheck(
picture_pile.cc 264 DCHECK(CanRasterSlowTileCheck(recorded_viewport_));

Completed in 42 milliseconds