Searched refs:coordinate (Results 1 – 16 of 16) sorted by relevance
229 public static String convert(double coordinate, int outputType) { in convert() argument230 if (coordinate < -180.0 || coordinate > 180.0 || in convert()231 Double.isNaN(coordinate)) { in convert()232 throw new IllegalArgumentException("coordinate=" + coordinate); in convert()243 if (coordinate < 0) { in convert()245 coordinate = -coordinate; in convert()250 int degrees = (int) Math.floor(coordinate); in convert()253 coordinate -= degrees; in convert()254 coordinate *= 60.0; in convert()256 int minutes = (int) Math.floor(coordinate); in convert()[all …]
21 // @param x x-coordinate of @param in in the unpadded input image.22 // @param y y-coordinate of @param in in the unpadded input image.98 // Maps (x,y) to the padded image coordinate system.134 // Maps (x,y) to the padded image coordinate system.206 // Maps (x,y) to the padded image coordinate system.230 // Maps (x,y) to the padded image coordinate system.255 // Maps (x,y) to the padded image coordinate system.280 // Maps (x,y) to the padded image coordinate system.302 // Maps (x,y) to the padded image coordinate system.335 // Maps (x,y) to the padded image coordinate system.[all …]
21 // @param x x-coordinate of @param in in the unpadded input image.22 // @param y y-coordinate of @param in in the unpadded input image.88 // Maps (x,y) to the padded image coordinate system.117 // Maps (x,y) to the padded image coordinate system.242 // Maps (x,y) to the padded image coordinate system.288 // Maps (x,y) to the padded image coordinate system.332 // Maps (x,y) to the padded image coordinate system.368 // Maps (x,y) to the padded image coordinate system.400 // Maps (x,y) to the padded image coordinate system.465 // Maps (x,y) to the padded image coordinate system.[all …]
12 // @param x x-coordinate of a pixel in a padded image.13 // @param y y-coordinate of a pixel in a padded image.
62 // A lookup table that pre-computes x coordinate of the intersection between a
29 // @param x x-coordinate of a pixel in a padded image.30 // @param y y-coordinate of a pixel in a padded image.
43 + If only `CLOCK1` is provided it is the y-coordinate of the clock and the x-coordinate45 + If both `CLOCK1` and `CLOCK2` are provided then `CLOCK1` is the x-coordinate and `CLOCK2` is
537 int direction, float coordinate, float srcSize, float dstSize) { in computeTargetVelocity() argument540 final float value = getEdgeValue(relativeEdge, srcSize, maximumEdge, coordinate); in computeTargetVelocity()
43 // Only check one coordinate, so as to avoid contention on global variable "failed"
45 // Only check one coordinate, so as to avoid contention on global variable "failed"
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument1911 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1912 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1913 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
136 and both events have the same value of ABS_X, then ABS_X coordinate
205 // internally in AudioService and the Sound settings activity to coordinate
3595 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid3975 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid4293 * The bounding box is represented by its upper-left corner coordinate4294 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.5187 * The region of interest is represented by its upper-left corner coordinate5188 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.5189 * A spatial scaling factor is applied to map into feature map coordinate.5256 * The region of interest is represented by its upper-left corner coordinate5257 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.5258 * A spatial scaling factor is applied to map into feature map coordinate.
3032 optional int32 y_coordinate = 2 [deprecated = true]; // y coordinate for ACTION_DOWN event3033 optional int32 start_x = 4; // X coordinate for ACTION_DOWN event.3034 optional int32 start_y = 5; // Y coordinate for ACTION_DOWN event.3035 optional int32 end_x = 6; // X coordinate for ACTION_MOVE event.3036 optional int32 end_y = 7; // Y coordinate for ACTION_MOVE event.3072 optional int32 x_coordinate = 1; // X coordinate for ACTION_DOWN event.3073 optional int32 y_coordinate = 2; // Y coordinate for ACTION_DOWN event.3099 // (x, y) coordinate and the index information of the target on the container3145 // (x, y) coordinate and the index information of the target on the container
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...