Home
last modified time | relevance | path

Searched refs:IMG_H (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java60 static final int IMG_H = 400; field in EmptyClipRenderingTest
83 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
94 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
146 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
164 return new Dimension(IMG_W, IMG_H); in testOnscreen()
224 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java61 static final int IMG_H = 400; field in EmptyClipRenderingTest
84 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
95 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
147 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
165 return new Dimension(IMG_W, IMG_H); in testOnscreen()
225 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphics2D/
H A DEmptyClipRenderingTest.java60 static final int IMG_H = 400; field in EmptyClipRenderingTest
83 new BufferedImage(IMG_W, IMG_H, BufferedImage.TYPE_INT_RGB); in EmptyClipRenderingTest()
94 VolatileImage destVI = gc.createCompatibleVolatileImage(IMG_W, IMG_H); in EmptyClipRenderingTest()
146 add4Rects(rects, new Rectangle(0, 0, IMG_W, IMG_H)); in initClips()
164 return new Dimension(IMG_W, IMG_H); in testOnscreen()
224 destGraphics.fillRect(0, 0, IMG_W, IMG_H); in runTest()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_firmware_img.h2 #ifndef IMG_H
3 #define IMG_H macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_firmware_img.h2 #ifndef IMG_H
3 #define IMG_H macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_firmware_img.h2 #ifndef IMG_H
3 #define IMG_H macro
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dimg.h1 #ifndef IMG_H
2 #define IMG_H macro
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/graphics_utils/mipmap/
H A Dimg.h25 #ifndef IMG_H
26 #define IMG_H macro
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtimg.h24 #ifndef IMG_H
25 #define IMG_H macro