Searched refs:m_topRight (Results 1 – 4 of 4) sorted by relevance
43 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 …]
43 CBC_ResultPoint* m_topRight; variable
30 m_topRight = (CBC_QRFinderPattern*)(*patternCenters)[2]; in CBC_QRFinderPatternInfo()40 return m_topRight; in GetTopRight()
14 CBC_QRFinderPattern* m_topRight; variable