Home | History | Annotate | Download | only in pdf417

Lines Matching refs:bottomRight

31                                  CBC_ResultPoint* bottomRight,

34 (bottomLeft == NULL && bottomRight == NULL) ||
36 (topRight != NULL && bottomRight == NULL)) {
39 init(image, topLeft, bottomLeft, topRight, bottomRight);
129 void CBC_BoundingBox::setBottomRight(CBC_ResultPoint bottomRight) {
133 m_bottomRight = new CBC_ResultPoint(bottomRight.GetX(), bottomRight.GetY());
164 CBC_ResultPoint* bottomRight) {
179 if (bottomRight) {
181 new CBC_ResultPoint(bottomRight->GetX(), bottomRight->GetY());