HomeSort by relevance Sort by last modified time
    Searched defs:bounds2 (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
54 SkASSERT(ValidBounds(bounds2));
55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
62 SkASSERT(ValidBounds(bounds2));
63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 1021 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
    [all...]
CanvasTest.cpp 588 SkRect bounds1, bounds2; local
590 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2),
592 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
    [all...]
PathTest.cpp 3507 SkRect bounds, bounds2; local
    [all...]
  /external/skia/tests/
PathOpsBoundsTest.cpp 53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
54 SkASSERT(ValidBounds(bounds2));
55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
62 SkASSERT(ValidBounds(bounds2));
63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 730 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
731 canvas.saveLayer(&bounds2, &filterPaint);
734 canvas.drawRect(bounds2, greenPaint);
CanvasTest.cpp 621 SkRect bounds1, bounds2; local
623 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2),
625 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
    [all...]
PathTest.cpp 3394 SkRect bounds, bounds2; local
    [all...]
  /external/chromium_org/ash/wm/
lock_layout_manager_unittest.cc 136 const gfx::Rect bounds2 = gfx::Rect(100, 100, 200, 200); local
137 window->SetBounds(bounds2);
138 EXPECT_EQ(bounds2.ToString(), window->GetBoundsInScreen().ToString());
181 const gfx::Rect bounds2 = gfx::Rect(100, 100, 200, 200); local
182 maximized_window->SetBounds(bounds2);
183 fullscreen_window->SetBounds(bounds2);
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.h 59 gfx::Rect bounds2; member in struct:mojo::service::Change
  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc 56 gfx::Rect bounds2 = panel2->GetBounds(); local
59 if (bounds1.x() > bounds2.x())
61 if (bounds1.x() < bounds2.x())
65 return bounds1.y() < bounds2.y();
stacked_panel_browsertest.cc 550 gfx::Rect bounds2 = panel2->GetBounds(); local
553 gfx::Vector2d drag_delta_to_stack(bounds2.x() - bounds1.x(),
554 bounds2.y() - bounds1.bottom());
1415 gfx::Rect bounds2 = panel2->GetBounds(); local
    [all...]
panel_drag_browsertest.cc 118 gfx::Rect bounds2 = panel2->GetBounds(); local
120 bounds2.x() - bounds1.x(),
121 bounds2.bottom() - bounds1.y() +
130 gfx::Rect bounds2 = panel2->GetBounds(); local
138 gfx::Rect bounds2 = panel2->GetBounds(); local
143 bounds2.x() - bounds1.x(),
144 bounds2.y() - bottom -
153 gfx::Rect bounds2 = panel2->GetBounds(); local
162 gfx::Rect bounds2 = panel2->GetBounds(); local
164 bounds2.x() - bounds1.width() - bounds1.x()
174 gfx::Rect bounds2 = panel2->GetBounds(); local
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 646 gfx::Rect bounds2(650, 0, 400, 400);
650 scoped_ptr<aura::Window> window3(CreateWindow(bounds2));
651 scoped_ptr<aura::Window> window4(CreateWindow(bounds2));
654 scoped_ptr<aura::Window> panel3(CreatePanelWindow(bounds2));
655 scoped_ptr<aura::Window> panel4(CreatePanelWindow(bounds2));
723 gfx::Rect bounds2(450, 0, 100, 100);
725 scoped_ptr<aura::Window> window2(CreateWindow(bounds2));
727 scoped_ptr<aura::Window> window4(CreatePanelWindow(bounds2));
1049 gfx::RectF bounds2 = GetTransformedBoundsInRootWindow(window2); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 245 const SkRect& bounds2 = two.getBounds(); local
247 larger.join(bounds2);
351 const SkRect& bounds2 = two.getBounds(); local
353 larger.join(bounds2);
367 canvas.translate(-bounds2.fLeft + 1, -bounds2.fTop + 1);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 245 const SkRect& bounds2 = two.getBounds(); local
247 larger.join(bounds2);
351 const SkRect& bounds2 = two.getBounds(); local
353 larger.join(bounds2);
367 canvas.translate(-bounds2.fLeft + 1, -bounds2.fTop + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 622 Rectangle bounds2 = bounds.get(1); local
624 assertEquals(new Rectangle(0, 40, 49, 19), bounds2);
    [all...]

Completed in 2436 milliseconds