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

/openjdk9/jdk/test/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java105 showPixel(src, width/2, height/2);
106 showPixel(dst, width/2, height/2);
116 private static void showPixel(BufferedImage src, int x, int y) { method in class:PngPremultAlphaTest
/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DWritingColorChangeTest.java113 showPixel(src, width/2, height/2);
114 showPixel(dst, width/2, height/2);
146 private static void showPixel(BufferedImage src, int x, int y) { method in class:WritingColorChangeTest
H A DWrite3ByteBgrTest.java113 showPixel(src, width/2, height/2);
114 showPixel(dst, width/2, height/2);
155 private static void showPixel(BufferedImage src, int x, int y) { method in class:Write3ByteBgrTest
H A DRleEncodingTest.java197 showPixel(src, w/2, h/2);
198 showPixel(dst, w/2, h/2);
209 private static void showPixel(BufferedImage src, int x, int y) { method in class:RleEncodingTest

Completed in 94 milliseconds