Searched refs:accuracy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageComparator.java28 double accuracy; field in class:ImageComparator
41 accuracy = 0;
44 public ImageComparator(double accuracy) { argument
45 this.accuracy = accuracy;
48 public ImageComparator(double accuracy, int rBits, int gBits, int bBits) { argument
49 this.accuracy = accuracy;
61 if (d1 >= accuracy) {
77 if (d1 >= accuracy) {
[all...]
H A DColConvCCMTest.java74 double accuracy)
82 ImageComparator cmp = new ImageComparator(accuracy, rBits, gBits,
94 double accuracy)
104 ImageComparator cmp = new ImageComparator(accuracy, rBits, gBits,
72 testImage(int dataType, int rBits, int gBits, int bBits, int cs, BufferedImage gldImage, double accuracy) argument
91 testSubImage(int x0, int y0, int dx, int dy, int dataType, int rBits, int gBits, int bBits, int cs, BufferedImage gldImage, double accuracy) argument
H A DColConvDCMTest.java76 double accuracy)
85 ImageComparator cmp = new ImageComparator(accuracy, rBits, gBits,
97 double accuracy)
109 ImageComparator cmp = new ImageComparator(accuracy, rBits, gBits,
74 testImage(int type, int rBits, int gBits, int bBits, int cs, BufferedImage gldImage, double accuracy) argument
94 testSubImage(int x0, int y0, int dx, int dy, int type, int rBits, int gBits, int bBits, int cs, BufferedImage gldImage, double accuracy) argument

Completed in 34 milliseconds