Home
last modified time | relevance | path

Searched refs:boundingBox (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp41 CBC_BoundingBox::CBC_BoundingBox(CBC_BoundingBox* boundingBox) { in CBC_BoundingBox() argument
42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft, in CBC_BoundingBox()
43 boundingBox->m_topRight, boundingBox->m_bottomRight); in CBC_BoundingBox()
62 CBC_BoundingBox* boundingBox = NULL; in merge() local
64 boundingBox = new CBC_BoundingBox(rightBox); in merge()
65 return boundingBox; in merge()
68 boundingBox = new CBC_BoundingBox(leftBox); in merge()
69 return boundingBox; in merge()
71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft, in merge()
75 return boundingBox; in merge()
[all …]
DBC_PDF417DetectionResultRowIndicatorColumn.cpp33 CBC_BoundingBox* boundingBox, in CBC_DetectionResultRowIndicatorColumn() argument
35 : CBC_DetectionResultColumn(boundingBox) { in CBC_DetectionResultRowIndicatorColumn()
54 CBC_BoundingBox* boundingBox = getBoundingBox(); in adjustCompleteIndicatorColumnRowNumbers() local
56 m_isLeft ? boundingBox->getTopLeft() : boundingBox->getTopRight(); in adjustCompleteIndicatorColumnRowNumbers()
58 m_isLeft ? boundingBox->getBottomLeft() : boundingBox->getBottomRight(); in adjustCompleteIndicatorColumnRowNumbers()
130 CBC_BoundingBox* boundingBox = getBoundingBox(); in adjustIncompleteIndicatorColumnRowNumbers() local
132 m_isLeft ? boundingBox->getTopLeft() : boundingBox->getTopRight(); in adjustIncompleteIndicatorColumnRowNumbers()
134 m_isLeft ? boundingBox->getBottomLeft() : boundingBox->getBottomRight(); in adjustIncompleteIndicatorColumnRowNumbers()
DBC_PDF417ScanningDecoder.cpp64 CBC_BoundingBox* boundingBox = new CBC_BoundingBox( in decode() local
73 getRowIndicatorColumn(image, boundingBox, *imageTopLeft, TRUE, in decode()
78 getRowIndicatorColumn(image, boundingBox, *imageTopRight, FALSE, in decode()
86 delete boundingBox; in decode()
90 boundingBox->getMinY() || in decode()
92 boundingBox->getMaxY())) { in decode()
93 delete boundingBox; in decode()
94 boundingBox = detectionResult->getBoundingBox(); in decode()
96 detectionResult->setBoundingBox(boundingBox); in decode()
115 boundingBox, barcodeColumn == 0); in decode()
[all …]
DBC_PDF417DetectionResultColumn.cpp29 CBC_BoundingBox* boundingBox) { in CBC_DetectionResultColumn() argument
30 m_boundingBox = boundingBox; in CBC_DetectionResultColumn()
32 m_codewords->SetSize(boundingBox->getMaxY() - boundingBox->getMinY() + 1); in CBC_DetectionResultColumn()
DBC_PDF417DetectionResult.h16 CBC_BoundingBox* boundingBox);
19 void setBoundingBox(CBC_BoundingBox* boundingBox);
DBC_PDF417DetectionResult.cpp33 CBC_BoundingBox* boundingBox) { in CBC_DetectionResult() argument
36 m_boundingBox = boundingBox; in CBC_DetectionResult()
62 void CBC_DetectionResult::setBoundingBox(CBC_BoundingBox* boundingBox) { in setBoundingBox() argument
63 m_boundingBox = boundingBox; in setBoundingBox()
DBC_PDF417DetectionResultRowIndicatorColumn.h14 CBC_DetectionResultRowIndicatorColumn(CBC_BoundingBox* boundingBox,
DBC_PDF417DetectionResultColumn.h13 CBC_DetectionResultColumn(CBC_BoundingBox* boundingBox);
DBC_PDF417BoundingBox.h19 CBC_BoundingBox(CBC_BoundingBox* boundingBox);
DBC_PDF417ScanningDecoder.h54 CBC_BoundingBox* boundingBox,
/external/opencv3/modules/features2d/src/
Devaluation.cpp131 …Size_<float> boundingBox; // half sizes of bounding box which sides are parallel to the coordinate… member in EllipticKeyPoint
151 boundingBox.width = (float)sqrt(ellipse[2]/ac_b2); in EllipticKeyPoint()
152 boundingBox.height = (float)sqrt(ellipse[0]/ac_b2); in EllipticKeyPoint()
231 if( it->center.x + it->boundingBox.width < imgSize.width && in filterEllipticKeyPointsByImageSize()
232 it->center.x - it->boundingBox.width > 0 && in filterEllipticKeyPointsByImageSize()
233 it->center.y + it->boundingBox.height < imgSize.height && in filterEllipticKeyPointsByImageSize()
234 it->center.y - it->boundingBox.height > 0 ) in filterEllipticKeyPointsByImageSize()
350 … int maxx = (int)ceil(( keypoint1a.boundingBox.width > (diff.x+keypoint2a.boundingBox.width)) ? in computeOneToOneMatchedOverlaps()
351 … keypoint1a.boundingBox.width : (diff.x+keypoint2a.boundingBox.width)); in computeOneToOneMatchedOverlaps()
352 … int minx = (int)floor((-keypoint1a.boundingBox.width < (diff.x-keypoint2a.boundingBox.width)) ? in computeOneToOneMatchedOverlaps()
[all …]
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp240 BoundingBox boundingBox; in iterate() local
244 boundingBox.getComponentAccess(coordNdx) = rnd.getFloat(-4.0f, 4.0f); in iterate()
246 cases.push_back(boundingBox); in iterate()
255 const BoundingBox& boundingBox = cases[caseNdx]; in iterate() local
257 …gl.glPrimitiveBoundingBox(boundingBox.min.x(), boundingBox.min.y(), boundingBox.min.z(), boundingB… in iterate()
258 boundingBox.max.x(), boundingBox.max.y(), boundingBox.max.z(), boundingBox.max.w()); in iterate()
260 if (!verifyState(gl, boundingBox)) in iterate()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt1876 0.11^3253742^HTMLParserThrea^chrome ^[.] WebCore::RenderLayer::boundingBox(WebCore::R…
1878 …--- WebCore::RenderLayer::boundingBox(WebCore::RenderLayer const*, unsigned int, WebCore::LayoutPo…