/hg/gfx-test: 2012-02-17 Pavel Tisnovsky <ptisnovs at redhat.com>

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Feb 17 02:18:04 PST 2012


changeset bdd419eb8d7d in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=bdd419eb8d7d
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Feb 17 11:20:40 2012 +0100

	2012-02-17 Pavel Tisnovsky <ptisnovs at redhat.com>
		* src/org/gfxtest/testsuites/BitBltBasicTests.java:
		* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
		* src/org/gfxtest/testsuites/BitBltScaleImage.java: Added new
	tests. Slightly improved JavaDoc.


diffstat:

 ChangeLog                                         |    6 +
 src/org/gfxtest/testsuites/BitBltBasicTests.java  |  246 +++++++++++++++++----
 src/org/gfxtest/testsuites/BitBltMirrorImage.java |   40 +-
 src/org/gfxtest/testsuites/BitBltScaleImage.java  |   32 +-
 4 files changed, 242 insertions(+), 82 deletions(-)

diffs (truncated from 921 to 500 lines):

diff -r d1727dc0e833 -r bdd419eb8d7d ChangeLog
--- a/ChangeLog	Wed Feb 15 09:22:14 2012 +0100
+++ b/ChangeLog	Fri Feb 17 11:20:40 2012 +0100
@@ -1,3 +1,9 @@
+2012-02-17  Pavel Tisnovsky  <ptisnovs at redhat.com>
+	* src/org/gfxtest/testsuites/BitBltBasicTests.java:
+	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
+	* src/org/gfxtest/testsuites/BitBltScaleImage.java:
+	Added new tests. Slightly improved JavaDoc.
+
 2012-02-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
diff -r d1727dc0e833 -r bdd419eb8d7d src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java	Wed Feb 15 09:22:14 2012 +0100
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java	Fri Feb 17 11:20:40 2012 +0100
@@ -81,7 +81,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageType3ByteBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -95,7 +95,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageType4ByteABGR(TestImage image, Graphics2D graphics2d)
     {
@@ -109,7 +109,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageType4ByteABGR_Pre(TestImage image, Graphics2D graphics2d)
     {
@@ -123,7 +123,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeByteBinary(TestImage image, Graphics2D graphics2d)
     {
@@ -137,7 +137,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeIntRGB(TestImage image, Graphics2D graphics2d)
     {
@@ -151,7 +151,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeIntARGB(TestImage image, Graphics2D graphics2d)
     {
@@ -165,7 +165,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeIntARGB_Pre(TestImage image, Graphics2D graphics2d)
     {
@@ -179,7 +179,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeIntBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -193,7 +193,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeUshort565RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -207,7 +207,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeUshort555RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -221,7 +221,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeByteGray(TestImage image, Graphics2D graphics2d)
     {
@@ -235,7 +235,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltEmptyBufferedImageTypeUshortGray(TestImage image, Graphics2D graphics2d)
     {
@@ -249,7 +249,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeByteBinary(TestImage image, Graphics2D graphics2d)
     {
@@ -263,7 +263,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeIntRGB(TestImage image, Graphics2D graphics2d)
     {
@@ -277,7 +277,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeIntBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -291,7 +291,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeIntARGB(TestImage image, Graphics2D graphics2d)
     {
@@ -305,7 +305,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeIntARGB_Pre(TestImage image, Graphics2D graphics2d)
     {
@@ -319,7 +319,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageType4ByteABGR(TestImage image, Graphics2D graphics2d)
     {
@@ -333,7 +333,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageType4ByteABGR_PRE(TestImage image, Graphics2D graphics2d)
     {
@@ -347,7 +347,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeByteGray(TestImage image, Graphics2D graphics2d)
     {
@@ -361,7 +361,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeUshortGray(TestImage image, Graphics2D graphics2d)
     {
@@ -375,7 +375,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeUshort565RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -389,7 +389,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageTypeUshort555RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -403,7 +403,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltCheckerBufferedImageType3ByteBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -417,7 +417,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeByteBinary(TestImage image, Graphics2D graphics2d)
     {
@@ -431,7 +431,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeIntRGB(TestImage image, Graphics2D graphics2d)
     {
@@ -445,7 +445,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeIntBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -459,7 +459,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeIntARGB(TestImage image, Graphics2D graphics2d)
     {
@@ -473,7 +473,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeIntARGB_Pre(TestImage image, Graphics2D graphics2d)
     {
@@ -487,7 +487,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageType4ByteABGR(TestImage image, Graphics2D graphics2d)
     {
@@ -501,7 +501,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageType4ByteABGR_PRE(TestImage image, Graphics2D graphics2d)
     {
@@ -515,7 +515,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeByteGray(TestImage image, Graphics2D graphics2d)
     {
@@ -529,7 +529,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeUshortGray(TestImage image, Graphics2D graphics2d)
     {
@@ -543,7 +543,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeUshort565RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -557,7 +557,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageTypeUshort555RGB(TestImage image, Graphics2D graphics2d)
     {
@@ -571,7 +571,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltDiagonalCheckerBufferedImageType3ByteBGR(TestImage image, Graphics2D graphics2d)
     {
@@ -585,7 +585,7 @@
      *            image to which line is to be drawn
      * @param graphics2d
      *            graphics canvas
-     * @return
+     * @return test result status - PASSED, FAILED or ERROR
      */
     public TestResult testBitBltGridBufferedImageTypeByteBinary(TestImage image, Graphics2D graphics2d)
     {
@@ -593,6 +593,160 @@
     }
 
     /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_RGB.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeIntRGB(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_INT_RGB);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_BGR.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeIntBGR(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_INT_BGR);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeIntARGB(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_INT_ARGB);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB_PRE.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeIntARGB_Pre(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_INT_ARGB_PRE);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageType4ByteABGR(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_4BYTE_ABGR);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR_PRE.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageType4ByteABGR_PRE(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_4BYTE_ABGR_PRE);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_GRAY.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeByteGray(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_BYTE_GRAY);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_GRAY.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeUshortGray(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_USHORT_GRAY);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_565_RGB.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeUshort565RGB(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_USHORT_565_RGB);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_555_RGB.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltGridBufferedImageTypeUshort555RGB(TestImage image, Graphics2D graphics2d)
+    {
+        return CommonBitmapOperations.doBitBltTestWithGridImage(image, graphics2d, BufferedImage.TYPE_USHORT_555_RGB);
+    }
+
+    /**
+     * Test basic BitBlt operation for grid buffered image with type TYPE_3BYTE_BGR.
+     *
+     * @param image
+     *            image to which line is to be drawn
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR



More information about the distro-pkg-dev mailing list