Searched defs:picture_rect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc71 gfx::Rect picture_rect = local
76 EXPECT_FALSE(picture_rect.IsEmpty()) << "Picture rect " <<
77 picture_rect.ToString();
129 gfx::Rect picture_rect(invalidate_rect);
130 picture_rect.Inset(-expected_inflation, -expected_inflation);
131 EXPECT_EQ(picture_rect.ToString(),
198 gfx::Rect picture_rect = local
203 EXPECT_FALSE(picture_rect.IsEmpty()) << "Picture rect " <<
204 picture_rect.ToString();
H A Dpicture_pile.cc155 gfx::Rect picture_rect = invalidation; local
158 picture_rect.Union((*overlaps[j])->LayerRect());
163 if (picture_rect.size().GetArea() > max_pixels) {
169 FullyContainedPredicate pred(picture_rect);
174 picture_list.push_back(Picture::Create(picture_rect));

Completed in 49 milliseconds