Searched defs:scale (Results 1 - 25 of 184) sorted by last modified time

12345678

/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tabbedpane/
H A DTabbedPaneDemo.java185 private final double[] scale = new double[numImages]; field in class:TabbedPaneDemo.HeadSpin
240 public void squish(Graphics g, ImageIcon icon, int x, int y, double scale) { argument
/openjdk9/jdk/test/javax/swing/JTextArea/8149849/
H A DDNDTextToScaledArea.java100 private static Point getPoint(Component component, double scale) { argument
/openjdk9/jdk/test/javax/swing/JCheckBox/8032667/
H A Dbug8032667_image_diff.java106 static BufferedImage getImage(JComponent component, int scale, int width, int height) { argument
H A Dbug8032667.java42 static final int scale = 2; field in class:bug8032667
/openjdk9/jdk/test/javax/swing/JButton/8151303/
H A DPressedIconTest.java54 private static volatile double scale = -1; field in class:PressedIconTest
122 private static BufferedImage generateImage(int scale, Color c) { argument
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java640 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
930 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
1010 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubSyncResolver.java427 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
717 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
797 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubJoinRowSetImpl.java724 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
1014 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
1094 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubJdbcRowSetImpl.java433 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
723 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
803 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubFilteredRowSetImpl.java654 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
944 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
1024 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubCachedRowSetImpl.java609 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
899 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
979 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
H A DStubBaseRowSet.java133 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { argument
213 public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException { argument
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubCallableStatement.java53 public void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException { argument
103 public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException { argument
188 public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException { argument
288 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { argument
/openjdk9/jdk/test/java/math/BigDecimal/
H A DRangeTests.java161 private static int testRoundingFromBigInteger(BigInteger bi, int scale, MathContext mc) { argument
/openjdk9/jdk/test/java/awt/print/PrinterJob/ScaledText/
H A DScaledText.java141 printScale(Graphics2D g2D, Font font, float scale, float x, float y) argument
[all...]
/openjdk9/jdk/test/java/awt/print/PrinterJob/Legal/
H A DPrintTest.java137 protected double scale =1.0; field in class:PrintTest.PrintUtils
/openjdk9/jdk/test/java/awt/print/PrinterJob/CustomFont/
H A DCustomFont.java119 printScale(Graphics2D g2D, Font font, float scale, float x, float y) argument
[all...]
/openjdk9/jdk/test/java/awt/image/multiresolution/
H A DMultiResolutionToolkitImageTest.java99 static void generateImage(int scale) throws Exception { argument
H A DMultiResolutionRenderingHintsTest.java96 private static Color getColorForScale(int scale) { argument
133 private final double scale; field in class:MultiResolutionRenderingHintsTest.TestGraphicsConfig
135 TestGraphicsConfig(double scale) { argument
176 private final double scale; field in class:MultiResolutionRenderingHintsTest.TestSurfaceData
178 TestSurfaceData(int width, int height, double scale) argument
[all...]
H A DMultiResolutionImagePropertiesTest.java51 private static BufferedImage generateImage(int scale, Properties p) { argument
H A DMenuMultiresolutionIconTest.java52 private static BufferedImage generateImage(int scale, Color c) { argument
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiResolutionTrayIconTest/
H A DMultiResolutionTrayIconTest.java168 private static BufferedImage generateImage(int w, int h, int scale, Color c) { argument
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiDisplayTest/
H A DMultiDisplayTest.java81 private static BufferedImage generateImage(int scale, Color c) { argument
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiResolutionIcon/
H A DIconTest.java62 private static BufferedImage generateImage(int scale, Color c) { argument
/openjdk9/jdk/test/java/awt/image/
H A DMultiResolutionImageTest.java368 static void generateImage(int scale) throws Exception { argument

Completed in 247 milliseconds

12345678