/external/skia/gm/ |
D | plus.cpp | 28 SkPath bottomRight; variable 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/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDetector.cpp | 112 CBC_ResultPoint* bottomRight = (CBC_ResultPoint*)corners[0]; in Detect() local 130 TransitionsBetween(bottomRight, topRight)) in Detect() 145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight, in Detect() 158 TransitionsBetween(bottomRight, correctedTopRight.get())) in Detect() 167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight, in Detect() 173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension)); in Detect() 185 TransitionsBetween(bottomRight, correctedTopRight.get())) in Detect() 192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(), in Detect() 200 result->Add(bottomRight); in Detect() 206 CBC_ResultPoint* bottomRight, in CorrectTopRightRectangular() argument [all …]
|
D | BC_DataMatrixDetector.h | 40 CBC_ResultPoint* bottomRight, 46 CBC_ResultPoint* bottomRight, 53 CBC_ResultPoint* bottomRight,
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417BoundingBox.cpp | 31 CBC_ResultPoint* bottomRight, in CBC_BoundingBox() argument 34 (bottomLeft == NULL && bottomRight == NULL) || in CBC_BoundingBox() 36 (topRight != NULL && bottomRight == NULL)) { in CBC_BoundingBox() 39 init(image, topLeft, bottomLeft, topRight, bottomRight); in CBC_BoundingBox() 129 void CBC_BoundingBox::setBottomRight(CBC_ResultPoint bottomRight) { in setBottomRight() argument 133 m_bottomRight = new CBC_ResultPoint(bottomRight.GetX(), bottomRight.GetY()); in setBottomRight() 164 CBC_ResultPoint* bottomRight) { in init() argument 179 if (bottomRight) { in init() 181 new CBC_ResultPoint(bottomRight->GetX(), bottomRight->GetY()); in init()
|
D | BC_PDF417BoundingBox.h | 17 CBC_ResultPoint* bottomRight, 29 void setBottomRight(CBC_ResultPoint bottomRight); 53 CBC_ResultPoint* bottomRight);
|
/external/skia/debugger/QT/ |
D | SkListWidget.cpp | 36 painter->drawLine(r.topRight(),r.bottomRight()); in paint() 37 painter->drawLine(r.bottomLeft(),r.bottomRight()); in paint() 49 painter->drawLine(r.topRight(),r.bottomRight()); in paint() 50 painter->drawLine(r.bottomLeft(),r.bottomRight()); in paint()
|
/external/opencv3/modules/cudalegacy/src/ |
D | graphcuts.cpp | 205 … GpuMat& bottom, GpuMat& bottomLeft, GpuMat& bottomRight, GpuMat& labels, GpuMat& buf, Stream& s) in graphcut() argument 236 CV_Assert(bottomRight.size() == src_size); in graphcut() 237 CV_Assert(bottomRight.type() == terminals.type()); in graphcut() 259 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(), in graphcut() 266 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(), in graphcut() 273 bottom.ptr<Npp32f>(), bottomLeft.ptr<Npp32f>(), bottomRight.ptr<Npp32f>(), in graphcut()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 123 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local 125 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1595 Point bottomRight = new Point(gray0.cols() / 2, gray0.rows() / 2); in testRectangleMatPointPointScalar() local 1599 Imgproc.rectangle(gray0, bottomRight, topLeft, color); in testRectangleMatPointPointScalar() 1605 Point bottomRight = new Point(gray0.cols(), gray0.rows()); in testRectangleMatPointPointScalarInt() local 1609 Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2); in testRectangleMatPointPointScalarInt() 1610 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack); in testRectangleMatPointPointScalarInt() 1616 Point bottomRight = new Point(gray0.cols() / 2, gray0.rows() / 2); in testRectangleMatPointPointScalarIntInt() local 1620 Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2, Imgproc.LINE_AA, 0); in testRectangleMatPointPointScalarIntInt() 1621 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack, 2, Imgproc.LINE_4, 0); in testRectangleMatPointPointScalarIntInt()
|
/external/opencv3/modules/cudalegacy/include/opencv2/ |
D | cudalegacy.hpp | 244 GpuMat& bottom, GpuMat& bottomLeft, GpuMat& bottomRight,
|
/external/opencv3/modules/imgproc/src/ |
D | subdivision2d.cpp | 285 if( pt.x < topLeft.x || pt.y < topLeft.y || pt.x >= bottomRight.x || pt.y >= bottomRight.y ) in locate() 499 bottomRight = Point2f( rx + rect.width, ry + rect.height ); in initDelaunay()
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 445 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1); in filterImageGPUDeprecated() local 469 this->drawRect(drawContext, srcTexture, matrix, clip, bottomRight, in filterImageGPUDeprecated()
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 962 Point2f bottomRight; member in cv::Subdiv2D
|