/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);
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 99 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") { 101 public void set(ViewBounds viewBounds, PointF bottomRight) { 102 viewBounds.setBottomRight(bottomRight); 112 new Property<View, PointF>(PointF.class, "bottomRight") { 114 public void set(View view, PointF bottomRight) { 117 int right = Math.round(bottomRight.x); 118 int bottom = Math.round(bottomRight.y); 349 Path bottomRight = getPathMotion().getPath(startRight, startBottom, 352 bottomRight); 492 public void setBottomRight(PointF bottomRight) { [all...] |
/frameworks/support/transition/src/android/support/transition/ |
ChangeBounds.java | 99 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") { 101 public void set(ViewBounds viewBounds, PointF bottomRight) { 102 viewBounds.setBottomRight(bottomRight); 112 new Property<View, PointF>(PointF.class, "bottomRight") { 114 public void set(View view, PointF bottomRight) { 117 int right = Math.round(bottomRight.x); 118 int bottom = Math.round(bottomRight.y); 335 Path bottomRight = getPathMotion().getPath(startRight, startBottom, 338 bottomRight); 480 void setBottomRight(PointF bottomRight) { [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
PixelCopyGLProducerCtsActivity.java | 46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { 50 mBottomRightColor = bottomRight;
|
PixelCopyTest.java | 466 int bottomLeft, int bottomRight) { 473 assertEquals("Bottom right", bottomRight, getPixelFloatPos(bitmap, .75f, .75f)); 477 int bottomLeft, int bottomRight, int threshold) { 485 assertTrue("Bottom right", pixelsAreSame(bottomRight, getPixelFloatPos(bitmap, .75f, .75f),
|
/external/eigen/test/ |
geo_alignedbox.cpp | 132 Vector2f bottomRight; bottomRight << M[0], m[1]; 134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
|
/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());
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
StatsFilter.java | 85 quad.bottomRight().x, quad.bottomRight().y, mStats);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformanceResultsPerspective.java | 41 "bottomRight", //NON-NLS-1
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
HorizontalGravityTest.java | 48 mBottomRight = activity.findViewById(R.id.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/av/media/libstagefright/codecs/on2/h264dec/source/ |
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_pic_param_set.h | 56 u32 *bottomRight;
|
/frameworks/base/core/tests/coretests/res/layout/ |
table_layout_horizontal_gravity.xml | 58 <TextView android:id="@+id/bottomRight"
|
/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);
|
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/ |
CrossAppDragAndDropTests.java | 158 private String getResizeTaskCommand(int taskId, Point topLeft, Point bottomRight) 160 return AM_RESIZE_TASK + taskId + " " + topLeft.x + " " + topLeft.y + " " + bottomRight.x 161 + " " + bottomRight.y; 227 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); 229 bottomRight));
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
HolidayBorderPanel.java | 385 Color bottomright = null; local 390 bottomright = dark; 394 bottomright = light; 403 g.setColor(bottomright);
|
/external/pdfium/xfa/fxfa/app/ |
xfa_ffpath.cpp | 93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight());
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 51 BottomLeft=0, BottomRight=1, 140 * BottomLeft and BottomRight. 142 * BottomLeft, BottomRight, TopLeft, TopRight.
|
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 281 pt.x >= subdiv->bottomright.x || pt.y >= subdiv->bottomright.y ) 541 subdiv->bottomright = cvPoint2D32f( rx + rect.width, ry + rect.height );
|
/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;
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 311 final int bottomRight = selectorRight; 319 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
|