HomeSort by relevance Sort by last modified time
    Searched refs:bottom_right (Results 1 - 14 of 14) 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/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...]
  /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/opencv3/samples/cpp/
image_alignment.cpp 133 Point2f top_left, top_right, bottom_left, bottom_right; local
164 GET_HOMO_VALUES(U, bottom_right.x, bottom_right.y);
168 line(image, top_right, bottom_right, Scalar(255,0,255));
169 line(image, bottom_right, bottom_left, Scalar(255,0,255));
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam
init.cpp 256 picParam->bottom_right[ii] = encParam->bottom_right[ii];
369 picParam->bottom_right[ii] = extP->bottom_right[ii];
    [all...]
header.cpp 260 status = ue_v(stream, picParam->bottom_right[iGroup]);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet
    [all...]
  /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...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2258 OMX_U8 bottom_right; member in struct:OMX_TI_VIDEO_H264VDEC_TotalCoefLuma
    [all...]

Completed in 972 milliseconds