Home
last modified time | relevance | path

Searched refs:m_bottomRight (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp43 boundingBox->m_topRight, boundingBox->m_bottomRight); in CBC_BoundingBox()
55 if (m_bottomRight) { in ~CBC_BoundingBox()
56 delete m_bottomRight; in ~CBC_BoundingBox()
73 rightBox->m_bottomRight, e); in merge()
84 CBC_ResultPoint* newBottomRight = m_bottomRight; in addMissingRows()
101 CBC_ResultPoint* bottom = isLeft ? m_bottomLeft : m_bottomRight; in addMissingRows()
130 if (m_bottomRight) { in setBottomRight()
131 delete m_bottomRight; in setBottomRight()
133 m_bottomRight = new CBC_ResultPoint(bottomRight.GetX(), bottomRight.GetY()); in setBottomRight()
158 return m_bottomRight; in getBottomRight()
[all …]
DBC_PDF417BoundingBox.h44 CBC_ResultPoint* m_bottomRight; variable