/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDetector.cpp | 114 CBC_ResultPoint* topLeft = (CBC_ResultPoint*)corners[2]; in Detect() local 127 TransitionsBetween(topLeft, topRight)) in Detect() 145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight, in Detect() 154 TransitionsBetween(topLeft, correctedTopRight.get())) in Detect() 167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight, in Detect() 173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension)); in Detect() 182 TransitionsBetween(topLeft, correctedTopRight.get())) in Detect() 192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(), in Detect() 198 result->Add(topLeft); in Detect() 207 CBC_ResultPoint* topLeft, in CorrectTopRightRectangular() argument [all …]
|
D | BC_DataMatrixDetector.h | 41 CBC_ResultPoint* topLeft, 47 CBC_ResultPoint* topLeft, 51 CBC_ResultPoint* topLeft,
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRDetector.cpp | 50 CBC_AutoPtr<CBC_QRFinderPattern> topLeft(info->GetTopLeft()); in ProcessFinderPatternInfo() local 54 CalculateModuleSize(topLeft.get(), topRight.get(), bottomLeft.get()); in ProcessFinderPatternInfo() 59 int32_t dimension = ComputeDimension(topLeft.get(), topRight.get(), in ProcessFinderPatternInfo() 70 topRight->GetX() - topLeft->GetX() + bottomLeft->GetX(); in ProcessFinderPatternInfo() 72 topRight->GetY() - topLeft->GetY() + bottomLeft->GetY(); in ProcessFinderPatternInfo() 75 FX_FLOAT xtemp = (topLeft->GetX() + in ProcessFinderPatternInfo() 76 correctionToTopLeft * (bottomRightX - topLeft->GetX())); in ProcessFinderPatternInfo() 78 FX_FLOAT ytemp = (topLeft->GetY() + in ProcessFinderPatternInfo() 79 correctionToTopLeft * (bottomRightY - topLeft->GetY())); in ProcessFinderPatternInfo() 89 SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(), in ProcessFinderPatternInfo() [all …]
|
D | BC_QRDetector.h | 32 FX_FLOAT CalculateModuleSize(CBC_ResultPoint* topLeft, 51 static int32_t ComputeDimension(CBC_ResultPoint* topLeft, 57 CBC_ResultPoint* topLeft,
|
D | BC_QRFinderPatternFinder.cpp | 171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft; in OrderBestPatterns() local 173 topLeft = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns() 177 topLeft = (CBC_QRFinderPattern*)(*patterns)[1]; in OrderBestPatterns() 181 topLeft = (CBC_QRFinderPattern*)(*patterns)[2]; in OrderBestPatterns() 185 if ((bottomLeft->GetY() - topLeft->GetY()) * in OrderBestPatterns() 186 (topRight->GetX() - topLeft->GetX()) < in OrderBestPatterns() 187 (bottomLeft->GetX() - topLeft->GetX()) * in OrderBestPatterns() 188 (topRight->GetY() - topLeft->GetY())) { in OrderBestPatterns() 194 (*patterns)[1] = topLeft; in OrderBestPatterns()
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417BoundingBox.cpp | 28 CBC_ResultPoint* topLeft, in CBC_BoundingBox() argument 33 if ((topLeft == NULL && topRight == NULL) || in CBC_BoundingBox() 35 (topLeft != NULL && bottomLeft == NULL) || in CBC_BoundingBox() 39 init(image, topLeft, bottomLeft, topRight, bottomRight); in CBC_BoundingBox() 161 CBC_ResultPoint* topLeft, in init() argument 170 if (topLeft) { in init() 171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY()); in init()
|
D | BC_PDF417BoundingBox.h | 14 CBC_ResultPoint* topLeft, 50 CBC_ResultPoint* topLeft,
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | ScrollPaneScrollBarsTest.java | 39 …private Table bottomLeft, bottomRight, topLeft, topRight, horizOnlyTop, horizOnlyBottom, vertOnlyL… field in ScrollPaneScrollBarsTest 100 topLeft = new Table(); in create() 101 topLeft.setSize(contWidth, contHeight); in create() 104 topLeft.setPosition(x, y); in create() 105 stage.addActor(topLeft); in create() 110 y = topLeft.getY(); in create() 123 x = topLeft.getX(); in create() 124 y = topLeft.getY() + topLeft.getHeight() + gap; in create() 222 topLeft.add(topLeftScroll).expand().fill().colspan(4); in create()
|
/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/ |
D | PerformanceResultsPerspective.java | 48 IFolderLayout topLeft = in addViews() local 54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1 in addViews() 55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1 in addViews()
|
/external/skia/debugger/QT/ |
D | SkListWidget.cpp | 35 painter->drawLine(r.topLeft(),r.topRight()); in paint() 38 painter->drawLine(r.topLeft(),r.bottomLeft()); in paint() 48 painter->drawLine(r.topLeft(),r.topRight()); in paint() 51 painter->drawLine(r.topLeft(),r.bottomLeft()); in paint()
|
/external/opencv3/modules/cudalegacy/src/ |
D | graphcuts.cpp | 204 …terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight, in graphcut() argument 224 CV_Assert(topLeft.size() == src_size); in graphcut() 225 CV_Assert(topLeft.type() == terminals.type()); in graphcut() 258 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(), in graphcut() 265 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(), in graphcut() 272 top.ptr<Npp32f>(), topLeft.ptr<Npp32f>(), topRight.ptr<Npp32f>(), in graphcut()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 124 Vector2f topLeft; topLeft << m[0], M[1]; in specificTest1() local 126 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) ); in specificTest1()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | NinePatch.java | 54 private int topLeft = -1, topCenter = -1, topRight = -1; field in NinePatch 200 topLeft = ninePatch.topLeft; in NinePatch() 256 topLeft = add(patches[TOP_LEFT], color, false, false); in load() 360 if (topLeft != -1) set(topLeft, x, topRowY, centerColumnX - x, y + height - topRowY, c); in draw()
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/ |
D | IsometricTiledMapRenderer.java | 40 private Vector2 topLeft = new Vector2(); field in IsometricTiledMapRenderer 100 topLeft.set(viewBounds.x, viewBounds.y); in renderTileLayer() 105 int row1 = (int)(translateScreenToIso(topLeft).y / tileWidth) - 2; in renderTileLayer()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Align.java | 28 static public final int topLeft = top | left; field in Align
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1596 Point topLeft = new Point(0, 0); in testRectangleMatPointPointScalar() local 1599 Imgproc.rectangle(gray0, bottomRight, topLeft, color); in testRectangleMatPointPointScalar() 1606 Point topLeft = new Point(0, 0); in testRectangleMatPointPointScalarInt() local 1609 Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2); in testRectangleMatPointPointScalarInt() 1610 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack); in testRectangleMatPointPointScalarInt() 1617 Point topLeft = new Point(0, 0); 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() 1629 Point topLeft = new Point(0, 0); in testRectangleMatPointPointScalarIntIntInt() local 1632 Imgproc.rectangle(gray0, bottomRight1, topLeft, color, 2, Imgproc.LINE_8, 1); in testRectangleMatPointPointScalarIntIntInt() [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/ |
D | cudalegacy.hpp | 243 …terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,
|
/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() 498 topLeft = Point2f( rx, ry ); in initDelaunay()
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 437 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1); in filterImageGPUDeprecated() local 453 this->drawRect(drawContext, srcTexture, matrix, clip, topLeft, kTopLeft_BoundaryMode, in filterImageGPUDeprecated()
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 961 Point2f topLeft; member in cv::Subdiv2D
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/theme/chrome/public/gwt/chrome/ |
D | chrome_rtl.css | 75 .gwt-DecoratorPanel .topLeft {
|
D | chrome.css | 75 .gwt-DecoratorPanel .topLeft {
|