Searched refs:scales (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnSetLocationTest.java73 private static double[][] scales; field in class:WindowResizingOnSetLocationTest
89 + "2. Check that the string \"scales [ScaleX, ScaleY]\" is painted on the window"
90 + " where ScaleX and ScaleY are the scales for current display.\n"
91 + "The scales are calculated as DPI / 96 and are 1 for the DPI value 96"
95 + "5. Check that the string \"scales [ScaleX, ScaleY]\" is updated"
96 + " to show the right display scales.\n"
216 scales = new double[devices.length][2];
221 scales[i][0] = tx.getScaleX();
222 scales[i][1] = tx.getScaleY();
227 if (scales[
[all...]
/openjdk9/jdk/test/java/awt/Graphics/CopyScaledArea/
H A DCopyScaledAreaTest.java115 for(double[] scales: SCALES){
116 testScale(scales[0], scales[1], graphicsConfiguration);
/openjdk9/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java57 * with different DPI scales.
67 private static double[][] scales; field in class:RobotMultiDPIScreenTest
213 scales = new double[devices.length][2];
218 scales[i][0] = tx.getScaleX();
219 scales[i][1] = tx.getScaleY();
255 double scaleX = scales[i][0];
256 double scaleY = scales[i][1];
/openjdk9/jdk/test/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java322 double scales[] = (full ? fullvals : abbrevvals);
323 for (int i = 0; i < scales.length; i += 2) {
325 at2.scale(scales[i], scales[i+1]);
326 if (verbose) System.out.println("*Scale("+scales[i]+", "+
327 scales[i+1]+") = "+at2);
/openjdk9/jdk/test/java/math/BigDecimal/
H A DZeroScalingTests.java115 System.err.println("scales" + element.scale() + " \t" + zero.scale() +
217 System.err.println("scales" + element.scale() + " \t" + zero.scale() +
367 int scales[] = {
385 for(int scale: scales) {
474 " testing the preservation of zero scales.");

Completed in 113 milliseconds