Home
last modified time | relevance | path

Searched refs:drawRectangles (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java225 Image result = SwtUtils.drawRectangles(image, Collections.<Rectangle> emptyList(), null, in testCropEmpty()
239 SwtUtils.drawRectangles(image, items, ImageUtils.getBoundingRectangle(items), in testCrop1()
278 SwtUtils.drawRectangles(image, items, ImageUtils.getBoundingRectangle(items), in testCrop2()
DImageUtilsTest.java219 public static BufferedImage drawRectangles(BufferedImage image, in drawRectangles() method in ImageUtilsTest
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtils.java258 public static Image drawRectangles(Image image, in drawRectangles() method in SwtUtils
DGestureManager.java857 e.image = SwtUtils.drawRectangles(image, rectangles, boundingBox, scale, in dragStart()