Home
last modified time | relevance | path

Searched refs:leftBox (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp59 CBC_BoundingBox* CBC_BoundingBox::merge(CBC_BoundingBox* leftBox, in merge() argument
63 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()
DBC_PDF417BoundingBox.h21 static CBC_BoundingBox* merge(CBC_BoundingBox* leftBox,