/hg/gfx-test: Two new tests added into BitBltAffineQuadrantRotat...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu Nov 21 00:17:58 PST 2013


changeset 0c79e2cd45c7 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=0c79e2cd45c7
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Thu Nov 21 09:21:51 2013 +0100

	Two new tests added into BitBltAffineQuadrantRotateTransformOp.java


diffstat:

 ChangeLog                                                             |   5 +
 src/org/gfxtest/testsuites/BitBltAffineQuadrantRotateTransformOp.java |  28 ++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 0bce5c917147 -r 0c79e2cd45c7 ChangeLog
--- a/ChangeLog	Wed Nov 20 09:55:53 2013 +0100
+++ b/ChangeLog	Thu Nov 21 09:21:51 2013 +0100
@@ -1,3 +1,8 @@
+2013-11-21  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltAffineQuadrantRotateTransformOp.java:
+	Two new tests added into BitBltAffineQuadrantRotateTransformOp.java
+
 2013-11-20  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltAffineIdentityTransformOp.java:
diff -r 0bce5c917147 -r 0c79e2cd45c7 src/org/gfxtest/testsuites/BitBltAffineQuadrantRotateTransformOp.java
--- a/src/org/gfxtest/testsuites/BitBltAffineQuadrantRotateTransformOp.java	Wed Nov 20 09:55:53 2013 +0100
+++ b/src/org/gfxtest/testsuites/BitBltAffineQuadrantRotateTransformOp.java	Thu Nov 21 09:21:51 2013 +0100
@@ -1257,6 +1257,34 @@
     }
 
     /**
+     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_GRAY.
+     *
+     * @param image
+     *            image used as a destination for BitBlt-type operations
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltCheckerBufferedImageTypeUshortGrayRotateTransformation4Nearest1Op(TestImage image, Graphics2D graphics2d)
+    {
+        return doBitBltCheckerBufferedImageTypeUshortGray(image, graphics2d, RotateTransformationNearest1Op[4]);
+    }
+
+    /**
+      Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_GRAY.
+     *
+     * @param image
+     *            image used as a destination for BitBlt-type operations
+     * @param graphics2d
+     *            graphics canvas
+     * @return test result status - PASSED, FAILED or ERROR
+     */
+    public TestResult testBitBltCheckerBufferedImageTypeUshortGrayRotateTransformation5Nearest1Op(TestImage image, Graphics2D graphics2d)
+    {
+        return doBitBltCheckerBufferedImageTypeUshortGray(image, graphics2d, RotateTransformationNearest1Op[5]);
+    }
+
+    /**
      * Entry point to the test suite.
      *
      * @param args not used in this case


More information about the distro-pkg-dev mailing list