Searched refs:leftBox (Results 1 – 2 of 2) sorted by relevance
59 CBC_BoundingBox* CBC_BoundingBox::merge(CBC_BoundingBox* leftBox, in merge() argument63 if (leftBox == NULL) { in merge()68 boundingBox = new CBC_BoundingBox(leftBox); in merge()71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft, in merge()72 leftBox->m_bottomLeft, rightBox->m_topRight, in merge()
21 static CBC_BoundingBox* merge(CBC_BoundingBox* leftBox,