HomeSort by relevance Sort by last modified time
    Searched refs:bottom_right (Results 1 - 11 of 11) sorted by null

  /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/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /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...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
common_defines.h 84 bottom_right enumerator in enum:__anon44629
  /cts/apps/CameraITS/pymodules/its/
cv2image.py 158 bottom_right = (int(bottom_right_scaled[0]/scale),
160 wnorm = float((bottom_right[0]) - top_left[0]) / scene.shape[1]
161 hnorm = float((bottom_right[1]) - top_left[1]) / scene.shape[0]
  /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 } }
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 595 int32_t top_left, bottom_right; local
596 FindOutlineInsets(&diagonal, &top_left, &bottom_right);
  /external/opencv/cv/src/
cvdistransform.cpp 829 CvPoint top_left = {0,0}, bottom_right = {size.width-1,size.height-1}; local
845 cvRectangle( src_copy, top_left, bottom_right, cvScalarAll(255), 1, 8 );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h     [all...]

Completed in 5734 milliseconds