Searched refs:closest (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME187 Return the pixel value of the closest color to the requested
226 Return the pixel value of the closest color to the requested
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java1107 * @param closest If true and the location doesn't exactly match a
1108 * particular location, this will return the closest row.
1110 private int convertLocationToRow(int x, int y0, boolean closest) { argument
1120 if (closest) {
1137 if (closest && y0 < y) {
1153 * Returns the closest row that starts at the specified y-location
1170 * Returns the closest location to the model index of the passed in
1233 * Returns the closest column to the passed in location.

Completed in 37 milliseconds