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

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BoundedGenericComponent.java 29 bounds2(); method in interface:BoundedGenericComponent
  /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);
ImageFilterTest.cpp 1447 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
    [all...]
PathTest.cpp 4518 SkRect bounds, bounds2; local
    [all...]
  /external/skqp/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);
ImageFilterTest.cpp 1447 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
    [all...]
PathTest.cpp 4612 SkRect bounds, bounds2; local
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 103 Rect bounds2 = new Rect(); local
105 w2.getBoundsInScreen(bounds2);
106 equality &= bounds1.equals(bounds2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local
392 doBoundaryTest(wordIter2, testString1, bounds2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 388 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local
389 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...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 974 Rect bounds2 = new Rect(); local
977 p.getTextBounds(textChars1, 0, textChars1.length, bounds2);
979 assertEquals(bounds1, bounds2);
983 p.getTextBounds(text2, 0, text1.length(), bounds2);
984 assertEquals(bounds1, bounds2);
987 p.getTextBounds(text2, 0, text2.length(), bounds2);
988 assertEquals(bounds1.left, bounds2.left);
989 assertTrue(bounds2.right > bounds1.right);
993 p.getTextBounds(text1, 0, text1.length(), bounds2);
994 assertTrue(bounds2.right > bounds1.right)
    [all...]

Completed in 591 milliseconds