HomeSort by relevance Sort by last modified time
    Searched full:subtractrectangles (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlayTest.java 44 Collection<Rectangle> result = IncludeOverlay.subtractRectangles(rectangle, holes);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
102 static Collection<Rectangle> subtractRectangles(

Completed in 1231 milliseconds