HomeSort by relevance Sort by last modified time
    Searched refs:bottomRight (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/gm/
plus.cpp 28 SkPath bottomRight;
29 bottomRight.moveTo(100, 0);
30 bottomRight.lineTo(100, 100);
31 bottomRight.lineTo(0, 100);
32 bottomRight.lineTo(100, 0);
36 canvas->drawPath(bottomRight, p);
43 canvas->drawPath(bottomRight, p);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Align.java 31 static public final int bottomRight = bottom | right;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.h 17 CBC_ResultPoint* bottomRight,
29 void setBottomRight(CBC_ResultPoint bottomRight);
53 CBC_ResultPoint* bottomRight);
BC_PDF417BoundingBox.cpp 31 CBC_ResultPoint* bottomRight,
34 (bottomLeft == NULL && bottomRight == NULL) ||
36 (topRight != NULL && bottomRight == NULL)) {
39 init(image, topLeft, bottomLeft, topRight, bottomRight);
129 void CBC_BoundingBox::setBottomRight(CBC_ResultPoint bottomRight) {
133 m_bottomRight = new CBC_ResultPoint(bottomRight.GetX(), bottomRight.GetY());
164 CBC_ResultPoint* bottomRight) {
179 if (bottomRight) {
181 new CBC_ResultPoint(bottomRight->GetX(), bottomRight->GetY());
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 112 CBC_ResultPoint* bottomRight = (CBC_ResultPoint*)corners[0];
130 TransitionsBetween(bottomRight, topRight))
145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight,
158 TransitionsBetween(bottomRight, correctedTopRight.get()))
167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight,
173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension));
185 TransitionsBetween(bottomRight, correctedTopRight.get()))
192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(),
200 result->Add(bottomRight);
206 CBC_ResultPoint* bottomRight,
    [all...]
BC_DataMatrixDetector.h 40 CBC_ResultPoint* bottomRight,
46 CBC_ResultPoint* bottomRight,
53 CBC_ResultPoint* bottomRight,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 56 u32 *bottomRight;
h264bsd_slice_group_map.c 74 u32 *bottomRight,
213 bottomRight bottom_right[] values
229 u32 *bottomRight,
244 ASSERT(bottomRight);
255 ASSERT( topLeft[group] <= bottomRight[group] &&
256 bottomRight[group] < picSize );
259 yBottomRight = bottomRight[group] / picWidth;
260 xBottomRight = bottomRight[group] % picWidth;
559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
h264bsd_pic_param_set.c 181 ALLOCATE(pPicParamSet->bottomRight,
184 pPicParamSet->bottomRight == NULL)
195 pPicParamSet->bottomRight[i] = value;
h264bsd_storage.c 249 FREE(pStorage->pps[id]->bottomRight);
258 FREE(pStorage->pps[id]->bottomRight);
835 ASSERT(pps->bottomRight);
838 if (pps->topLeft[i] > pps->bottomRight[i] ||
839 pps->bottomRight[i] >= picSize)
843 (pps->bottomRight[i] % sps->picWidthInMbs) )
  /external/skia/debugger/QT/
SkListWidget.cpp 36 painter->drawLine(r.topRight(),r.bottomRight());
37 painter->drawLine(r.bottomLeft(),r.bottomRight());
49 painter->drawLine(r.topRight(),r.bottomRight());
50 painter->drawLine(r.bottomLeft(),r.bottomRight());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 80 ControlPoint bottomRight = LayoutPoint.create(mCanvas, mask.x + mask.width,
84 int x2 = bottomRight.x;
85 int y2 = bottomRight.y;
MarqueeGesture.java 81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 171 public PointF bottomRight() {
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) {
323 mBottomRight = bottomRight;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 85 quad.bottomRight().x, quad.bottomRight().y, mStats);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
HorizontalGravityTest.java 48 mBottomRight = activity.findViewById(R.id.bottomRight);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ScrollPaneScrollBarsTest.java 39 private Table bottomLeft, bottomRight, topLeft, topRight, horizOnlyTop, horizOnlyBottom, vertOnlyLeft, vertOnlyRight;
94 bottomRight = new Table();
95 bottomRight.setSize(contWidth, contHeight);
97 bottomRight.setPosition(x, y);
98 stage.addActor(bottomRight);
109 x = bottomRight.getX();
221 bottomRight.add(bottomRightScroll).expand().fill().colspan(4);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight) {
103 viewBounds.setBottomRight(bottomRight);
113 new Property<View, PointF>(PointF.class, "bottomRight") {
115 public void set(View view, PointF bottomRight) {
118 int right = Math.round(bottomRight.x);
119 int bottom = Math.round(bottomRight.y);
349 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
352 bottomRight);
491 public void setBottomRight(PointF bottomRight) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTests.java 268 int bottomLeft, int bottomRight) {
273 assertEquals("Bottom right", bottomRight, getPixelFloatPos(bitmap, .75f, .75f));
277 int bottomLeft, int bottomRight, int threshold) {
282 assertTrue("Bottom right", pixelsAreSame(bottomRight, getPixelFloatPos(bitmap, .75f, .75f), threshold));
304 int bottomLeft, int bottomRight, CountDownLatch fence) {
308 mBottomRightColor = bottomRight;
  /external/opencv3/modules/cudalegacy/src/
graphcuts.cpp 205 GpuMat& bottom, GpuMat& bottomLeft, GpuMat& bottomRight, GpuMat& labels, GpuMat& buf, Stream& s)
236 CV_Assert(bottomRight.size() == src_size);
237 CV_Assert(bottomRight.type() == terminals.type());
259 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(),
266 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(),
273 bottom.ptr<Npp32f>(), bottomLeft.ptr<Npp32f>(), bottomRight.ptr<Npp32f>(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 165 FormData bottomRight = new FormData();
166 bottomRight.bottom = new FormAttachment(100, 0);
167 bottomRight.right = new FormAttachment(100, 0);
168 mYPosLabel.setLayoutData(bottomRight);
  /external/eigen/test/
geo_alignedbox.cpp 123 Vector2f bottomRight; bottomRight << M[0], m[1];
125 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 52 private int bottomLeft = -1, bottomCenter = -1, bottomRight = -1;
196 bottomRight = ninePatch.bottomRight;
236 bottomRight = add(patches[BOTTOM_RIGHT], color, false, false);
355 if (bottomRight != -1) set(bottomRight, rightColumnX, y, x + width - rightColumnX, middleRowY - y, c);
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
IsometricTiledMapRenderer.java 41 private Vector2 bottomRight = new Vector2();
102 bottomRight.set(viewBounds.x + viewBounds.width, viewBounds.y + viewBounds.height);
106 int row2 = (int)(translateScreenToIso(bottomRight).y / tileWidth) + 2;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) {
483 || mBottomRightCornerStyle != bottomRight
488 mBottomRightCornerStyle = bottomRight;

Completed in 516 milliseconds

1 2