Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp43 boundingBox->m_topRight, boundingBox->m_bottomRight); in CBC_BoundingBox()
52 if (m_topRight) { in ~CBC_BoundingBox()
53 delete m_topRight; in ~CBC_BoundingBox()
72 leftBox->m_bottomLeft, rightBox->m_topRight, in merge()
83 CBC_ResultPoint* newTopRight = m_topRight; in addMissingRows()
88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight; in addMissingRows()
123 if (m_topRight) { in setTopRight()
124 delete m_topRight; in setTopRight()
126 m_topRight = new CBC_ResultPoint(topRight.GetX(), topRight.GetY()); in setTopRight()
152 return m_topRight; in getTopRight()
[all …]
DBC_PDF417BoundingBox.h43 CBC_ResultPoint* m_topRight; variable
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_FinderPatternInfo.cpp30 m_topRight = (CBC_QRFinderPattern*)(*patternCenters)[2]; in CBC_QRFinderPatternInfo()
40 return m_topRight; in GetTopRight()
DBC_FinderPatternInfo.h14 CBC_QRFinderPattern* m_topRight; variable