Searched refs:rectangles (Results 1 – 3 of 3) sorted by relevance
259 List<Rectangle> rectangles, Rectangle boundingBox, double scale, byte alpha) { in drawRectangles() argument261 if (rectangles.size() == 0 || boundingBox == null || boundingBox.isEmpty()) { in drawRectangles()273 for (Rectangle bounds : rectangles) { in drawRectangles()
843 List<Rectangle> rectangles = new ArrayList<Rectangle>(imageCount); in dragStart() local853 rectangles.add(clippedBounds); in dragStart()855 Rectangle boundingBox = ImageUtils.getBoundingRectangle(rectangles); in dragStart()857 e.image = SwtUtils.drawRectangles(image, rectangles, boundingBox, scale, in dragStart()
220 List<Rectangle> rectangles, Rectangle boundingBox, double scale) { in drawRectangles() argument251 for (Rectangle bounds : rectangles) { in drawRectangles()