Home
last modified time | relevance | path

Searched refs:topRight (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDetector.cpp115 CBC_ResultPoint* topRight = NULL; in Detect() local
118 topRight = pointA; in Detect()
120 topRight = pointB; in Detect()
122 topRight = pointC; in Detect()
124 topRight = pointD; in Detect()
127 TransitionsBetween(topLeft, topRight)) in Detect()
130 TransitionsBetween(bottomRight, topRight)) in Detect()
145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight, in Detect()
148 correctedTopRight = CBC_AutoPtr<CBC_ResultPoint>(topRight); in Detect()
150 delete topRight; in Detect()
[all …]
DBC_DataMatrixDetector.h42 CBC_ResultPoint* topRight,
48 CBC_ResultPoint* topRight,
54 CBC_ResultPoint* topRight,
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetector.cpp51 CBC_AutoPtr<CBC_QRFinderPattern> topRight(info->GetTopRight()); 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()
89 SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(), in ProcessFinderPatternInfo()
96 points->Add(topRight.release()); in ProcessFinderPatternInfo()
100 points->Add(topRight.release()); in ProcessFinderPatternInfo()
108 CBC_ResultPoint* topRight, in SampleGrid() argument
123 bottomRightX = (topRight->GetX() - topLeft->GetX()) + bottomLeft->GetX(); in SampleGrid()
[all …]
DBC_QRDetector.h33 CBC_ResultPoint* topRight,
52 CBC_ResultPoint* topRight,
58 CBC_ResultPoint* topRight,
DBC_QRFinderPatternFinder.cpp171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft; in OrderBestPatterns() local
174 topRight = (CBC_QRFinderPattern*)(*patterns)[1]; in OrderBestPatterns()
178 topRight = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns()
182 topRight = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns()
186 (topRight->GetX() - topLeft->GetX()) < in OrderBestPatterns()
188 (topRight->GetY() - topLeft->GetY())) { in OrderBestPatterns()
189 CBC_QRFinderPattern* temp = topRight; in OrderBestPatterns()
190 topRight = bottomLeft; in OrderBestPatterns()
195 (*patterns)[2] = topRight; in OrderBestPatterns()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp30 CBC_ResultPoint* topRight, in CBC_BoundingBox() argument
33 if ((topLeft == NULL && topRight == NULL) || in CBC_BoundingBox()
36 (topRight != NULL && bottomRight == NULL)) { in CBC_BoundingBox()
39 init(image, topLeft, bottomLeft, topRight, bottomRight); in CBC_BoundingBox()
122 void CBC_BoundingBox::setTopRight(CBC_ResultPoint topRight) { in setTopRight() argument
126 m_topRight = new CBC_ResultPoint(topRight.GetX(), topRight.GetY()); in setTopRight()
163 CBC_ResultPoint* topRight, in init() argument
176 if (topRight) { in init()
177 m_topRight = new CBC_ResultPoint(topRight->GetX(), topRight->GetY()); in init()
DBC_PDF417BoundingBox.h16 CBC_ResultPoint* topRight,
28 void setTopRight(CBC_ResultPoint topRight);
52 CBC_ResultPoint* topRight,
/external/skia/debugger/QT/
DSkListWidget.cpp35 painter->drawLine(r.topLeft(),r.topRight()); in paint()
36 painter->drawLine(r.topRight(),r.bottomRight()); in paint()
48 painter->drawLine(r.topLeft(),r.topRight()); in paint()
49 painter->drawLine(r.topRight(),r.bottomRight()); in paint()
/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/
DPerformanceResultsPerspective.java58 IFolderLayout topRight = in addViews() local
64 topRight.addView(IPageLayout.ID_PROP_SHEET); //NON-NLS-1 in addViews()
/external/opencv3/modules/cudalegacy/src/
Dgraphcuts.cpp204 …terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight, in graphcut() argument
227 CV_Assert(topRight.size() == src_size); in graphcut()
228 CV_Assert(topRight.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/deqp/modules/egl/
DteglPartialUpdateTests.cpp120 IVec2 topRight; member
126 , topRight (topRight_) in ColoredRect()
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
306 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
339 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
475 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight); in getDamageRegion()
476 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y() + marginBottom + marginTop); in getDamageRegion()
DteglBufferAgeTests.cpp132 IVec2 topRight; member
138 , topRight (topRight_) in ColoredRect()
267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
317 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
350 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
DteglSwapBuffersWithDamageTests.cpp88 IVec2 topRight; member
94 , topRight (topRight_) in ColoredRect()
198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
199 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
248 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x()); in getDamageRegion()
677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y()); in getDamageRegion()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp364 …QuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
365 …y (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
368 …d::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
369 … dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2&…
DglsTextureTestUtil.cpp1485 …uteQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2D() argument
1490 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); in computeQuadTexCoord2D()
1491 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); in computeQuadTexCoord2D()
1492 dst[6] = topRight.x(); dst[7] = topRight.y(); in computeQuadTexCoord2D()
1495 …ray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2DArray() argument
1500 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
1501 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
1502 dst[9] = topRight.x(); dst[10] = topRight.y(); dst[11] = (float)layerNdx; in computeQuadTexCoord2DArray()
1590 …td::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoordCube() argument
1621 dst[6+sRow] = sSign * topRight.x(); in computeQuadTexCoordCube()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp101 tcu::Vec2 topRight; member
104 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} in Case()
326 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight); in iterate()
346 …< m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMe… in iterate()
Des3fTextureShadowTests.cpp430 tcu::Vec2 topRight; member
442 , topRight (topRight_) in FilterCase()
630 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight in iterate()
639 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight); in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp139 tcu::Vec2 topRight; member
150 , topRight (topRight_) in FilterCase()
351 …::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMe… in iterate()
359 …computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRa… in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp187 Vec2 topRight; in getBasicTexCoord2D() member
214 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
216 computeQuadTexCoord2D(dst, bottomLeft, topRight); in getBasicTexCoord2D()
Des2aTextureFilteringTests.cpp476 const tcu::Vec2& topRight, in renderFaces() argument
493 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight); in renderFaces()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp179 Vec2 topRight; in getBasicTexCoord2D() member
206 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
208 computeQuadTexCoord2D(dst, bottomLeft, topRight); in getBasicTexCoord2D()
Des3aTextureFilteringTests.cpp486 const tcu::Vec2& topRight, in renderFaces() argument
503 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight); in renderFaces()
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp357 tcu::Vec2 topRight; member
367 , topRight (topRight_) in FilterCase()
563 …::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMe… in iterate()
571 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight); in iterate()
Des2fTextureMipmapTests.cpp191 Vec2 topRight; in getBasicTexCoord2D() member
218 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
220 computeQuadTexCoord2D(dst, bottomLeft, topRight); in getBasicTexCoord2D()
/external/opencv3/modules/cudalegacy/include/opencv2/
Dcudalegacy.hpp243 …terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,

12