Searched refs:IMAGE_SIZE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBumps.java113 int bufferWidth = BumpBuffer.IMAGE_SIZE;
114 int bufferHeight = BumpBuffer.IMAGE_SIZE;
146 static final int IMAGE_SIZE = 64; field in class:BumpBuffer
195 g.fillRect( 0, 0, IMAGE_SIZE, IMAGE_SIZE );
198 for (int x = 0; x < IMAGE_SIZE; x+=4) {
199 for (int y = 0; y < IMAGE_SIZE; y+=4) {
206 for (int x = 0; x < IMAGE_SIZE; x+=4) {
207 for (int y = 0; y < IMAGE_SIZE; y+=4) {
221 image = gc.createCompatibleImage(IMAGE_SIZE, IMAGE_SIZ
[all...]
H A DMetalUtils.java237 private static final int IMAGE_SIZE = 64; field in class:MetalUtils.GradientPainter
259 imageWidth = IMAGE_SIZE;
264 imageHeight = IMAGE_SIZE;
305 for (int counter = 0; counter < w; counter += IMAGE_SIZE) {
306 int tileSize = Math.min(IMAGE_SIZE, w - counter);
312 for (int counter = 0; counter < h; counter += IMAGE_SIZE) {
313 int tileSize = Math.min(IMAGE_SIZE, h - counter);
/openjdk7/jdk/test/sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/
H A DSharedMemoryPixmapsTest.java50 static final int IMAGE_SIZE = 100; field in class:SharedMemoryPixmapsTest
85 vi = createVolatileImage(IMAGE_SIZE, IMAGE_SIZE);
155 return new Dimension(IMAGE_SIZE, IMAGE_SIZE);
/openjdk7/jdk/test/sun/java2d/DirectX/AcceleratedScaleTest/
H A DAcceleratedScaleTest.java49 private static final int IMAGE_SIZE = 200; field in class:AcceleratedScaleTest
61 destVI = gc.createCompatibleVolatileImage(IMAGE_SIZE, IMAGE_SIZE);
85 new BufferedImage(IMAGE_SIZE/4, IMAGE_SIZE/4,

Completed in 39 milliseconds