HomeSort by relevance Sort by last modified time
    Searched full:bottom_right (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
47 bottom_right: A pair (right, bottom) coordinates.
51 def __new__(cls, top_left, bottom_right):
54 if not isinstance(bottom_right, Point):
55 bottom_right = Point(*bottom_right)
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
60 return '[%s, %s]' % (self.top_left, self.bottom_right)
65 return 0.5 * (self.top_left + self.bottom_right)
  /external/libmojo/third_party/catapult/devil/devil/utils/
geometry.py 41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
47 bottom_right: A pair (right, bottom) coordinates.
51 def __new__(cls, top_left, bottom_right):
54 if not isinstance(bottom_right, Point):
55 bottom_right = Point(*bottom_right)
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
60 return '[%s, %s]' % (self.top_left, self.bottom_right)
65 return 0.5 * (self.top_left + self.bottom_right)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 76 public int[] bottom_right; field in class:PictureParameterSet
102 pps.bottom_right = new int[pps.num_slice_groups_minus1 + 1];
111 pps.bottom_right[iGroup] = reader
112 .readUE("PPS: bottom_right");
201 int[] bottom_right = new int[1]; local
210 writer.writeUE(bottom_right[iGroup], "PPS: ");
287 result = prime * result + Arrays.hashCode(bottom_right);
326 if (!Arrays.equals(bottom_right, other.bottom_right))
399 ",\n bottom_right=" + bottom_right
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 47 BOTTOM_RIGHT(SWT.CURSOR_SIZESE),
71 return this == TOP_RIGHT || this == RIGHT_MIDDLE || this == BOTTOM_RIGHT;
81 return this == BOTTOM_LEFT || this == BOTTOM_MIDDLE || this == BOTTOM_RIGHT;
ResizeGesture.java 226 case BOTTOM_RIGHT:
252 case BOTTOM_RIGHT:
  /external/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 44 public static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT;
132 return selected == TOP_LEFT || selected == TOP_RIGHT || selected == BOTTOM_RIGHT
226 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
298 if (moving_corner == BOTTOM_RIGHT) {
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
common_defines.h 84 bottom_right enumerator in enum:__anon53075
  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op.cc 102 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); local
104 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
117 const T bottom_right, const T_SCALE x_lerp,
124 MulOffset<T, T_SCALE, T_CALC>(bottom_right, bottom_left, x_lerp);
253 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; local
255 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp);
495 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; local
497 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp,
crop_and_resize_op_gpu.cu.cc 106 const float bottom_right(static_cast<float>(
112 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
276 const float bottom_right(static_cast<float>(
284 x_lerp * (bottom_right - top_right);
286 y_lerp * (bottom_right - bottom_left);
resize_bilinear_op.cc 95 const float bottom_left, const float bottom_right,
98 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
185 const float bottom_right(ys_input_upper_ptr[xs_upper + c]);
187 compute_lerp(top_left, top_right, bottom_left, bottom_right,
296 // + bottom_right * y * x
quantized_resize_bilinear_op_test.cc 87 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); local
89 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
135 const float bottom_right = image_data[y_upper_index + xs_upper + c]; local
137 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right,
resize_bilinear_op_gpu.cu.cc 75 const float bottom_right(
81 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
quantization_utils_test.cc     [all...]
crop_and_resize_op.cc 276 const float bottom_right(static_cast<float>(
280 bottom_left + (bottom_right - bottom_left) * x_lerp;
635 const float bottom_right(static_cast<float>(
639 x_lerp * (bottom_right - top_right);
641 y_lerp * (bottom_right - bottom_left);
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptionsOverlay.java 49 private static final int BOTTOM_RIGHT = Gravity.BOTTOM | Gravity.RIGHT;
200 modeOptionsToggleParams.gravity = BOTTOM_RIGHT;
  /external/clang/test/Sema/
designated-initializers.c 58 struct point bottom_right; member in struct:rect
65 [4].bottom_right = { .y = 1.0 },
67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
  /external/gemmlowp/internal/
output_msa.h 453 RegBlockInt32<4, 4> bottom_right; local
454 bottom_right.buf.reg[0] = src.buf.reg[9];
455 bottom_right.buf.reg[1] = src.buf.reg[11];
456 bottom_right.buf.reg[2] = src.buf.reg[13];
457 bottom_right.buf.reg[3] = src.buf.reg[15];
458 const auto transpose_bottom_right = Transpose(bottom_right);
output_sse.h 387 RegBlockInt32<4, 4> bottom_right; local
388 bottom_right.buf.reg[0] = src.buf.reg[9];
389 bottom_right.buf.reg[1] = src.buf.reg[11];
390 bottom_right.buf.reg[2] = src.buf.reg[13];
391 bottom_right.buf.reg[3] = src.buf.reg[15];
392 const auto transpose_bottom_right = Transpose(bottom_right);
output_neon.h 413 RegBlockInt32<4, 4> bottom_right; local
414 bottom_right.buf.reg[0] = src.buf.reg[9];
415 bottom_right.buf.reg[1] = src.buf.reg[11];
416 bottom_right.buf.reg[2] = src.buf.reg[13];
417 bottom_right.buf.reg[3] = src.buf.reg[15];
418 const auto transpose_bottom_right = Transpose(bottom_right);
  /cts/apps/CameraITS/pymodules/its/
cv2image.py 191 bottom_right = (int(bottom_right_scaled[0]/self.scale),
193 self.wnorm = float((bottom_right[0]) - top_left[0]) / scene.shape[1]
194 self.hnorm = float((bottom_right[1]) - top_left[1]) / scene.shape[0]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifInterface.java 269 * <li>BOTTOM_RIGHT is a top-bottom mirror.
280 short BOTTOM_RIGHT = 4;
301 case Orientation.BOTTOM_RIGHT: // Flip vertical
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 56 BOTTOM_RIGHT,
91 mLocationMapping[RingLocations.BOTTOM_RIGHT.ordinal()] =
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 54 BOTTOM_RIGHT
318 case BOTTOM_RIGHT:
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448 203 (saved: /var/tmp/touch_firmware_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065516.dat)
232 (saved: /var/tmp/touch_firmware_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065518.dat)

Completed in 1408 milliseconds

1 2 3