Home
last modified time | relevance | path

Searched refs:m_boundingBox (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultColumn.cpp30 m_boundingBox = boundingBox; in CBC_DetectionResultColumn()
65 return imageRow - m_boundingBox->getMinY(); in imageRowToCodewordIndex()
69 return m_boundingBox->getMinY() + codewordIndex; in codewordIndexToImageRow()
79 return m_boundingBox; in getBoundingBox()
DBC_PDF417DetectionResult.cpp36 m_boundingBox = boundingBox; in CBC_DetectionResult()
43 delete m_boundingBox; in ~CBC_DetectionResult()
63 m_boundingBox = boundingBox; in setBoundingBox()
66 return m_boundingBox; in getBoundingBox()
DBC_PDF417DetectionResultColumn.h25 CBC_BoundingBox* m_boundingBox;
DBC_PDF417DetectionResult.h35 CBC_BoundingBox* m_boundingBox; variable