Home
last modified time | relevance | path

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

/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java220 Rectangle rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInDocument()
228 rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInDocument()
245 Rectangle rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInSpreadsheet()
255 rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInSpreadsheet()
272 Rectangle rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInPresentation()
280 rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInPresentation()
292 Rectangle rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFFFF0000); in testSlideShow()
296 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF00FF00); in testSlideShow()
300 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF0000FF); in testSlideShow()
304 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF0000FF); in testSlideShow()
H A DFileTypeTest.java288 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
297 Rectangle rectangle1 = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java173 public static Rectangle findRectangle(Rectangle rect, int color) { in findRectangle() method in GraphicsUtil
174 return findRectangle(screenshot(rect), color); in findRectangle()
186 public static Rectangle findRectangle(BufferedImage src, int color) { in findRectangle() method in GraphicsUtil
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 15 milliseconds