/hg/gfx-test: Updated BitBltCropImage.java.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Jul 18 12:05:39 UTC 2014


changeset 82e939a72143 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=82e939a72143
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Jul 18 14:06:39 2014 +0200

	Updated BitBltCropImage.java.


diffstat:

 ChangeLog                                       |   5 +++++
 src/org/gfxtest/testsuites/BitBltCropImage.java |  22 +++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

diffs (114 lines):

diff -r 7a5edc6bcf02 -r 82e939a72143 ChangeLog
--- a/ChangeLog	Thu Jul 17 11:18:04 2014 +0200
+++ b/ChangeLog	Fri Jul 18 14:06:39 2014 +0200
@@ -1,3 +1,8 @@
+2014-07-18  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltCropImage.java:
+	Updated.
+
 2014-07-17  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/CAGOperationsOnTwoConcentricCircles.java:
diff -r 7a5edc6bcf02 -r 82e939a72143 src/org/gfxtest/testsuites/BitBltCropImage.java
--- a/src/org/gfxtest/testsuites/BitBltCropImage.java	Thu Jul 17 11:18:04 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltCropImage.java	Fri Jul 18 14:06:39 2014 +0200
@@ -1,7 +1,7 @@
 /*
   Java gfx-test framework
 
-   Copyright (C) 2010, 2011, 2012, 2013  Red Hat
+   Copyright (C) 2010, 2011, 2012, 2013, 2014  Red Hat
 
 This file is part of IcedTea.
 
@@ -83,7 +83,7 @@
 {
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -166,7 +166,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -249,7 +249,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -584,7 +584,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -667,7 +667,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -750,7 +750,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -833,7 +833,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -916,7 +916,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -999,7 +999,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1082,7 +1082,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      * No crop is performed to that image.
      * @param image
      *            image used as a destination for BitBlt-type operations


More information about the distro-pkg-dev mailing list