Searched refs:topLeft (Results 1 - 25 of 29) sorted by relevance

12

/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/
H A DPerformanceResultsPerspective.java48 IFolderLayout topLeft =
50 "topLeft", //NON-NLS-1
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDetector.cpp114 CBC_ResultPoint* topLeft = (CBC_ResultPoint*)corners[2]; local
127 TransitionsBetween(topLeft, topRight))
145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight,
154 TransitionsBetween(topLeft, correctedTopRight.get()))
167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight,
173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension));
182 TransitionsBetween(topLeft, correctedTopRight.get()))
192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(),
198 result->Add(topLeft);
207 CBC_ResultPoint* topLeft,
204 CorrectTopRightRectangular( CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, int32_t dimensionTop, int32_t dimensionRight) argument
252 CorrectTopRight( CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, int32_t dimension) argument
315 SampleGrid( CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topRight, int32_t dimensionX, int32_t dimensionY, int32_t& e) argument
[all...]
H A DBC_DataMatrixDetector.h41 CBC_ResultPoint* topLeft,
47 CBC_ResultPoint* topLeft,
51 CBC_ResultPoint* topLeft,
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.cpp50 CBC_AutoPtr<CBC_QRFinderPattern> topLeft(info->GetTopLeft());
54 CalculateModuleSize(topLeft.get(), topRight.get(), bottomLeft.get());
59 int32_t dimension = ComputeDimension(topLeft.get(), topRight.get(),
70 topRight->GetX() - topLeft->GetX() + bottomLeft->GetX();
72 topRight->GetY() - topLeft->GetY() + bottomLeft->GetY();
75 FX_FLOAT xtemp = (topLeft->GetX() +
76 correctionToTopLeft * (bottomRightX - topLeft->GetX()));
78 FX_FLOAT ytemp = (topLeft->GetY() +
79 correctionToTopLeft * (bottomRightY - topLeft->GetY()));
89 SampleGrid(m_image, topLeft
105 SampleGrid( CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* alignmentPattern, int32_t dimension, int32_t& e) argument
136 ComputeDimension(CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft, FX_FLOAT moduleSize, int32_t& e) argument
160 CalculateModuleSize(CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft) argument
[all...]
H A DBC_QRDetector.h32 FX_FLOAT CalculateModuleSize(CBC_ResultPoint* topLeft,
51 static int32_t ComputeDimension(CBC_ResultPoint* topLeft,
57 CBC_ResultPoint* topLeft,
H A DBC_QRFinderPatternFinder.cpp171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft; local
173 topLeft = (CBC_QRFinderPattern*)(*patterns)[0];
177 topLeft = (CBC_QRFinderPattern*)(*patterns)[1];
181 topLeft = (CBC_QRFinderPattern*)(*patterns)[2];
185 if ((bottomLeft->GetY() - topLeft->GetY()) *
186 (topRight->GetX() - topLeft->GetX()) <
187 (bottomLeft->GetX() - topLeft->GetX()) *
188 (topRight->GetY() - topLeft->GetY())) {
194 (*patterns)[1] = topLeft;
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417BoundingBox.cpp28 CBC_ResultPoint* topLeft,
33 if ((topLeft == NULL && topRight == NULL) ||
35 (topLeft != NULL && bottomLeft == NULL) ||
39 init(image, topLeft, bottomLeft, topRight, bottomRight);
161 CBC_ResultPoint* topLeft,
170 if (topLeft) {
171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY());
27 CBC_BoundingBox(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight, int32_t& e) argument
160 init(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight) argument
H A DBC_PDF417BoundingBox.h14 CBC_ResultPoint* topLeft,
50 CBC_ResultPoint* topLeft,
/external/skia/debugger/QT/
H A DSkListWidget.cpp35 painter->drawLine(r.topLeft(),r.topRight());
38 painter->drawLine(r.topLeft(),r.bottomLeft());
48 painter->drawLine(r.topLeft(),r.topRight());
51 painter->drawLine(r.topLeft(),r.bottomLeft());
/external/opencv3/modules/cudalegacy/src/
H A Dgraphcuts.cpp204 void cv::cuda::graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight, argument
224 CV_Assert(topLeft.size() == src_size);
225 CV_Assert(topLeft.type() == terminals.type());
258 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(),
265 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(),
272 top.ptr<Npp32f>(), topLeft.ptr<Npp32f>(), topRight.ptr<Npp32f>(),
/external/eigen/test/
H A Dgeo_alignedbox.cpp124 Vector2f topLeft; topLeft << m[0], M[1]; local
126 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
/external/opencv3/modules/cudalegacy/include/opencv2/
H A Dcudalegacy.hpp243 CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,
/external/opencv3/modules/core/misc/java/test/
H A DCoreTest.java1596 Point topLeft = new Point(0, 0);
1599 Imgproc.rectangle(gray0, bottomRight, topLeft, color);
1606 Point topLeft = new Point(0, 0);
1609 Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2);
1610 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack);
1617 Point topLeft = new Point(0, 0);
1620 Imgproc.rectangle(gray0, bottomRight, topLeft, color, 2, Imgproc.LINE_AA, 0);
1621 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack, 2, Imgproc.LINE_4, 0);
1629 Point topLeft = new Point(0, 0);
1632 Imgproc.rectangle(gray0, bottomRight1, topLeft, colo
[all...]
/external/opencv3/modules/imgproc/src/
H A Dsubdivision2d.cpp285 if( pt.x < topLeft.x || pt.y < topLeft.y || pt.x >= bottomRight.x || pt.y >= bottomRight.y )
498 topLeft = Point2f( rx, ry );
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp437 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1); local
453 this->drawRect(drawContext, srcTexture, matrix, clip, topLeft, kTopLeft_BoundaryMode,
/external/opencv3/modules/imgproc/include/opencv2/
H A Dimgproc.hpp961 Point2f topLeft; member in class:cv::Subdiv2D
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 7654 milliseconds

12