/external/chromium/chrome/browser/ui/views/tabs/ |
tab_dragging_test.cc | 91 gfx::Rect bounds1; local 92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false)); 93 EXPECT_LT(0, bounds1.x()); 94 EXPECT_LT(0, bounds1.width()); 95 EXPECT_LT(0, bounds1.height()); 101 EXPECT_LT(bounds1.x(), bounds2.x()); 102 EXPECT_EQ(bounds2.y(), bounds1.y()); 133 gfx::Point start(bounds1.x() + bounds1.width() / 2, 134 bounds1.y() + bounds1.height() / 2) 189 gfx::Rect bounds1; local 296 gfx::Rect bounds1; local 411 gfx::Rect bounds1; local [all...] |
/external/skia/tests/ |
PathOpsBoundsTest.cpp | 51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); local 52 SkASSERT(ValidBounds(bounds1)); 55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); 59 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); local 60 SkASSERT(ValidBounds(bounds1)); 63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
|
CanvasTest.cpp | 601 SkRect bounds1, bounds2; local 603 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2), 605 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.cc | 58 gfx::Rect bounds1 = panel1->GetBounds(); local 62 if (bounds1.x() > bounds2.x()) 64 if (bounds1.x() < bounds2.x()) 68 return bounds1.y() < bounds2.y();
|
stacked_panel_browsertest.cc | 549 gfx::Rect bounds1 = panel1->GetBounds(); local 551 mouse_location = bounds1.origin(); 553 gfx::Vector2d drag_delta_to_stack(bounds2.x() - bounds1.x(), 554 bounds2.y() - bounds1.bottom()); 1427 gfx::Rect bounds1 = panel1->GetBounds(); local [all...] |
panel_drag_browsertest.cc | 117 gfx::Rect bounds1 = panel1->GetBounds(); local 120 bounds2.x() - bounds1.x(), 121 bounds2.bottom() - bounds1.y() + 129 gfx::Rect bounds1 = panel1->GetBounds(); local 137 gfx::Rect bounds1 = panel1->GetBounds(); local 141 : bounds1.bottom(); 143 bounds2.x() - bounds1.x(), 152 gfx::Rect bounds1 = panel1->GetBounds(); local 161 gfx::Rect bounds1 = panel1->GetBounds(); local 164 bounds2.x() - bounds1.width() - bounds1.x() 173 gfx::Rect bounds1 = panel1->GetBounds(); local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbiapts.cpp | 596 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local 605 doBoundaryTest(*bi, testString1, bounds1); 623 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local 632 doBoundaryTest(*bi, testString1, bounds1); 650 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local 667 doBoundaryTest(*bi, testString1, bounds1); 673 if (pos != bounds1[i]) { 859 int32_t bounds1[] = {0, 4, 8}; local 868 doBoundaryTest(*bi, testString1, bounds1); [all...] |
rbbitst.cpp | 385 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local 399 if (pos != bounds1[i]) { 400 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); [all...] |
/external/icu4c/test/intltest/ |
rbbiapts.cpp | 596 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local 605 doBoundaryTest(*bi, testString1, bounds1); 623 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local 632 doBoundaryTest(*bi, testString1, bounds1); 650 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local 667 doBoundaryTest(*bi, testString1, bounds1); 673 if (pos != bounds1[i]) { 859 int32_t bounds1[] = {0, 4, 8}; local 868 doBoundaryTest(*bi, testString1, bounds1); [all...] |
rbbitst.cpp | 326 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local 340 if (pos != bounds1[i]) { 341 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 621 Rectangle bounds1 = bounds.get(0); local 623 assertEquals(new Rectangle(0, 20, 49, 19), bounds1); 651 Rectangle bounds1 = bounds.get(0); local 652 assertEquals(new Rectangle(0, 40, 49, 19), bounds1); [all...] |