Searched refs:m_bottomRight (Results 1 – 2 of 2) sorted by relevance
43 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 …]
44 CBC_ResultPoint* m_bottomRight; variable