HomeSort by relevance Sort by last modified time
    Searched full:tile01_noborders (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 334 gfx::Rect tile01_noborders = pile_->tiling().TileBounds(0, 1); local
340 EXPECT_FALSE(tile01_noborders.Intersects(tile02_noborders));
342 EXPECT_TRUE(pile_->CanRasterLayerRect(tile01_noborders));
343 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));
367 EXPECT_TRUE(pile_->CanRasterLayerRect(tile01_noborders));
368 EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));

Completed in 409 milliseconds