/external/skia/tests/ |
PathOpsBoundsTest.cpp | 36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local 37 SkASSERT(ValidBounds(bounds2)); 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); 44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local 45 SkASSERT(ValidBounds(bounds2)); 46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
|
CanvasTest.cpp | 511 SkRect bounds1, bounds2; local 513 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2), 515 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
|
PathOpsExtendedTest.cpp | 248 const SkRect& bounds2 = two.getBounds(); 250 larger.join(bounds2);
|
ImageFilterTest.cpp | 1122 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local [all...] |
PathTest.cpp | 3960 SkRect bounds, bounds2; local [all...] |
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
BoundedGenericComponent.java | 29 bounds2(); method in interface:BoundedGenericComponent
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityWindowInfoTest.java | 100 Rect bounds2 = new Rect(); local 102 w2.getBoundsInScreen(bounds2); 103 equality &= bounds1.equals(bounds2);
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
markermanager.js | 816 * that are in bounds1 but not bounds2, using a callback, and using 822 * @param {Bounds} bounds2 The bounds of points to exclude. 826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { 828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) { 835 * Calls the function for all points in bounds1, not in bounds2 838 * @param {Bounds} bounds2 The bounds of points to exclude. 842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { 847 var minX2 = bounds2.minX; 848 var minY2 = bounds2.minY; 849 var maxX2 = bounds2.maxX [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 883 Rect bounds2 = new Rect(); local 886 p.getTextBounds(textChars1, 0, textChars1.length, bounds2); 888 assertEquals(bounds1, bounds2); 892 p.getTextBounds(text2, 0, text1.length(), bounds2); 893 assertEquals(bounds1, bounds2); 896 p.getTextBounds(text2, 0, text2.length(), bounds2); 897 assertEquals(bounds1.left, bounds2.left); 898 assertTrue(bounds2.right > bounds1.right); 902 p.getTextBounds(text1, 0, text1.length(), bounds2); 903 assertTrue(bounds2.right > bounds1.right) [all...] |
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
GenericTest.java | 84 b2 = component.bounds2();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBIAPITest.java | 381 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local 382 doBoundaryTest(wordIter2, testString1, bounds2);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBIAPITest.java | 377 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local 378 doBoundaryTest(wordIter2, testString1, bounds2);
|
/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...] |