Home
last modified time | relevance | path

Searched refs:getBoundingBox (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ScanningDecoder.cpp89 if (i == 0 && (detectionResult->getBoundingBox()->getMinY() < in decode()
91 detectionResult->getBoundingBox()->getMaxY() > in decode()
94 boundingBox = detectionResult->getBoundingBox(); in decode()
247 rowIndicatorColumn->getBoundingBox()->addMissingRows( in adjustBoundingBox()
553 return leftToRight ? detectionResult->getBoundingBox()->getMinX() in getStartColumn()
554 : detectionResult->getBoundingBox()->getMaxX(); in getStartColumn()
DBC_PDF417DetectionResultColumn.h20 CBC_BoundingBox* getBoundingBox();
DBC_PDF417DetectionResult.h20 CBC_BoundingBox* getBoundingBox();
DBC_PDF417DetectionResultRowIndicatorColumn.cpp54 CBC_BoundingBox* boundingBox = getBoundingBox(); in adjustCompleteIndicatorColumnRowNumbers()
130 CBC_BoundingBox* boundingBox = getBoundingBox(); in adjustIncompleteIndicatorColumnRowNumbers()
DBC_PDF417DetectionResultColumn.cpp78 CBC_BoundingBox* CBC_DetectionResultColumn::getBoundingBox() { in getBoundingBox() function in CBC_DetectionResultColumn
DBC_PDF417DetectionResult.cpp65 CBC_BoundingBox* CBC_DetectionResult::getBoundingBox() { in getBoundingBox() function in CBC_DetectionResult
/external/skia/src/ports/
DSkScalerContext_win_dw.h40 HRESULT getBoundingBox(SkGlyph* glyph,
DSkScalerContext_win_dw.cpp395 HRESULT SkScalerContext_DW::getBoundingBox(SkGlyph* glyph, in getBoundingBox() function in SkScalerContext_DW
469 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox), in generateMetrics()
480 HRVM(this->getBoundingBox(glyph, in generateMetrics()