OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tile02_noborders
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_unittest.cc
335
gfx::Rect
tile02_noborders
= pile_->tiling().TileBounds(0, 2);
local
340
EXPECT_FALSE(tile01_noborders.Intersects(
tile02_noborders
));
344
EXPECT_TRUE(pile_->CanRasterLayerRect(
tile02_noborders
));
345
EXPECT_TRUE(pile_->CanRasterSlowTileCheck(
tile02_noborders
));
369
EXPECT_FALSE(pile_->CanRasterLayerRect(
tile02_noborders
));
370
EXPECT_FALSE(pile_->CanRasterSlowTileCheck(
tile02_noborders
));
Completed in 489 milliseconds