Home
last modified time | relevance | path

Searched refs:bounds2 (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab_dragging_test.cc97 gfx::Rect bounds2; in TEST_F() local
98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); in TEST_F()
99 EXPECT_LT(0, bounds2.width()); in TEST_F()
100 EXPECT_LT(0, bounds2.height()); in TEST_F()
101 EXPECT_LT(bounds1.x(), bounds2.x()); in TEST_F()
102 EXPECT_EQ(bounds2.y(), bounds1.y()); in TEST_F()
108 EXPECT_LT(bounds2.x(), bounds3.x()); in TEST_F()
109 EXPECT_EQ(bounds3.y(), bounds2.y()); in TEST_F()
195 gfx::Rect bounds2; in TEST_F() local
196 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); in TEST_F()
[all …]
/external/skia/tests/
DCanvasTest.cpp386 SkRect bounds1, bounds2; in AssertCanvasStatesEqual() local
389 canvas2->getClipBounds(&bounds2, SkCanvas::kAA_EdgeType), in AssertCanvasStatesEqual()
391 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, in AssertCanvasStatesEqual()
395 canvas2->getClipBounds(&bounds2, SkCanvas::kBW_EdgeType), in AssertCanvasStatesEqual()
397 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, in AssertCanvasStatesEqual()
DPathTest.cpp1070 SkRect bounds, bounds2; in TestPath() local
1114 bounds2.set(pts, 4); in TestPath()
1115 REPORTER_ASSERT(reporter, bounds == bounds2); in TestPath()
1122 bounds2.setEmpty(); in TestPath()
1123 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in TestPath()
1124 REPORTER_ASSERT(reporter, bounds == bounds2); in TestPath()