Home
last modified time | relevance | path

Searched refs:boundingBox (Results 1 – 20 of 20) 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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DBulletConstructor.java58 final BoundingBox boundingBox = new BoundingBox(); in BulletConstructor() local
59 model.calculateBoundingBox(boundingBox); in BulletConstructor()
60 create(model, mass, boundingBox.getWidth(), boundingBox.getHeight(), boundingBox.getDepth()); in BulletConstructor()
DBulletEntity.java35 public final BoundingBox boundingBox = new BoundingBox(); field in BulletEntity
59 modelInstance.calculateBoundingBox(boundingBox); in BulletEntity()
60 boundingBoxRadius = boundingBox.getDimensions(new Vector3()).len() * 0.5f; in BulletEntity()
DOcclusionCullingTest.java157 position.y = entity.boundingBox.getDimensions(tmpV2).y * 0.5f; in addRandomOccludee()
309 …return frustumCam.frustum.sphereInFrustum(tmpV1.add(entity.boundingBox.getCenter(tmpV2)), entity.b… in entityInFrustum()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
DParticleController.java49 protected BoundingBox boundingBox; field in ParticleController
242 if(boundingBox == null) boundingBox = new BoundingBox(); in getBoundingBox()
244 return boundingBox; in getBoundingBox()
249 boundingBox.clr(); in calculateBoundingBox()
252 boundingBox.ext( positionChannel.data[pos + ParticleChannels.XOffset], in calculateBoundingBox()
/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/ImageMagick/Magick++/lib/Magick++/
DImage.h153 Geometry boundingBox(void) const;
/external/ImageMagick/Magick++/
DNEWS95 * Added Image boundingBox() method to return smallest bounding box
DChangeLog598 * lib/Image.cpp (boundingBox): Method to return smallest bounding
/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…
/external/ImageMagick/Magick++/lib/
DImage.cpp449 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox() function in Magick::Image