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

/openjdk7/jdk/test/sun/java2d/pipe/MutableColorTest/
H A DMutableColorTest.java108 if (!isSameColor(snapRGB, evilColor)) {
176 private static boolean isSameColor(int color1, int color2) { method in class:MutableColorTest
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java263 if (!isSameColor(expected, actual, tolerance)) {
292 private static boolean isSameColor(Color c1, Color c2, int e) { method in class:GradientPaints
H A DDrawBufImgOp.java380 if (!isSameColor(expected, actual, tolerance)) {
390 private static boolean isSameColor(Color c1, Color c2, int e) { method in class:DrawBufImgOp

Completed in 46 milliseconds