Lines Matching refs:boundingBox
41 CBC_BoundingBox::CBC_BoundingBox(CBC_BoundingBox* boundingBox) { in CBC_BoundingBox() argument
42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft, in CBC_BoundingBox()
43 boundingBox->m_topRight, boundingBox->m_bottomRight); in CBC_BoundingBox()
62 CBC_BoundingBox* boundingBox = NULL; in merge() local
64 boundingBox = new CBC_BoundingBox(rightBox); in merge()
65 return boundingBox; in merge()
68 boundingBox = new CBC_BoundingBox(leftBox); in merge()
69 return boundingBox; in merge()
71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft, in merge()
75 return boundingBox; in merge()
115 CBC_BoundingBox* boundingBox = new CBC_BoundingBox( in addMissingRows() local
120 return boundingBox; in addMissingRows()