/hg/gfx-test: Fixed documentation for following test suites: src...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Mon Dec 17 00:44:17 PST 2012


changeset 374fe54a78bf in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=374fe54a78bf
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Dec 17 09:47:21 2012 +0100

	Fixed documentation for following test suites: src/org/gfxtest/testsuites/BitBltBasicTests.java, src/org/gfxtest/testsuites/BitBltCropImage.java, src/org/gfxtest/testsuites/BitBltMirrorImage.java, src/org/gfxtest/testsuites/PrintTestBitBlt.java, src/org/gfxtest/testsuites/PrintTestBitBltCropImage.java, src/org/gfxtest/testsuites/PrintTestBitBltMirrorImage.java.


diffstat:

 ChangeLog                                                  |   10 +
 src/org/gfxtest/testsuites/BitBltBasicTests.java           |  269 ++++++------
 src/org/gfxtest/testsuites/BitBltCropImage.java            |   54 +-
 src/org/gfxtest/testsuites/BitBltMirrorImage.java          |   68 +-
 src/org/gfxtest/testsuites/PrintTestBitBlt.java            |   99 ++--
 src/org/gfxtest/testsuites/PrintTestBitBltCropImage.java   |   20 +-
 src/org/gfxtest/testsuites/PrintTestBitBltMirrorImage.java |   40 +-
 7 files changed, 286 insertions(+), 274 deletions(-)

diffs (truncated from 2521 to 500 lines):

diff -r cb9c34f9d39a -r 374fe54a78bf ChangeLog
--- a/ChangeLog	Fri Dec 14 10:29:53 2012 +0100
+++ b/ChangeLog	Mon Dec 17 09:47:21 2012 +0100
@@ -1,3 +1,13 @@
+2012-12-17  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltBasicTests.java:
+	* src/org/gfxtest/testsuites/BitBltCropImage.java:
+	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
+	* src/org/gfxtest/testsuites/PrintTestBitBlt.java:
+	* src/org/gfxtest/testsuites/PrintTestBitBltCropImage.java:
+	* src/org/gfxtest/testsuites/PrintTestBitBltMirrorImage.java:
+	Fixed documentation for these test suites.
+
 2012-12-14  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java:
diff -r cb9c34f9d39a -r 374fe54a78bf src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java	Fri Dec 14 10:29:53 2012 +0100
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java	Mon Dec 17 09:47:21 2012 +0100
@@ -77,11 +77,12 @@
 @Zoom(1)
 public class BitBltBasicTests extends GfxTest
 {
+
     /**
      * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -96,7 +97,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -111,7 +112,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -126,7 +127,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_BINARY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -141,7 +142,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_INT_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -156,7 +157,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -171,7 +172,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -186,7 +187,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_INT_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -201,7 +202,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_565_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -216,7 +217,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_555_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -231,7 +232,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -246,7 +247,7 @@
      * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -261,7 +262,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_BINARY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -276,7 +277,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -291,7 +292,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -306,7 +307,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -321,7 +322,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -336,7 +337,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -351,7 +352,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -366,7 +367,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -381,7 +382,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -396,7 +397,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_565_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -411,7 +412,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_555_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -426,7 +427,7 @@
      * Test basic BitBlt operation for checker buffered image with type TYPE_3BYTE_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -441,7 +442,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_BYTE_BINARY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -456,7 +457,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -471,7 +472,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -486,7 +487,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_ARGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -501,7 +502,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_ARGB_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -516,7 +517,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_4BYTE_ABGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -531,7 +532,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_4BYTE_ABGR_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -546,7 +547,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_BYTE_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -561,7 +562,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -576,7 +577,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_565_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -591,7 +592,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_555_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -606,7 +607,7 @@
      * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_3BYTE_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -621,7 +622,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_BINARY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -636,7 +637,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_INT_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -651,7 +652,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_INT_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -666,7 +667,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -681,7 +682,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -696,7 +697,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -711,7 +712,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -726,7 +727,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -741,7 +742,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_GRAY.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -756,7 +757,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_565_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -771,7 +772,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_555_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -786,7 +787,7 @@
      * Test basic BitBlt operation for grid buffered image with type TYPE_3BYTE_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -802,7 +803,7 @@
      * TYPE_BYTE_BINARY.
      * 
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -817,7 +818,7 @@
      * Test basic BitBlt operation for diagonal grid buffered image with type TYPE_INT_RGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -832,7 +833,7 @@
      * Test basic BitBlt operation for diagonal grid buffered image with type TYPE_INT_BGR.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -847,7 +848,7 @@
      * Test basic BitBlt operation for diagonal grid buffered image with type TYPE_INT_ARGB.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d
      *            graphics canvas
      * @return test result status - PASSED, FAILED or ERROR
@@ -862,7 +863,7 @@
      * Test basic BitBlt operation for diagonal grid buffered image with type TYPE_INT_ARGB_PRE.
      *
      * @param image
-     *            image to used as a destination for BitBlt-type operations
+     *            image used as a destination for BitBlt-type operations
      * @param graphics2d



More information about the distro-pkg-dev mailing list