Searched defs:trans_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DGrayPngTest.java72 int trans_type = Transparency.BITMASK;
76 trans_type = Integer.parseInt(args[1]);
84 new GrayPngTest(bpp).doTest(trans_type, trans_pixel);
89 private BufferedImage getTestImage(int trans_type, int trans_pixel) { argument
92 switch(trans_type) {
104 throw new RuntimeException("Invalid transparency: " + trans_type);
173 public void doTest(int trans_type, int trans_index) throws IOException { argument
174 src = getTestImage(trans_type, trans_index);
179 trans_type + "tt_" +

Completed in 29 milliseconds