Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp60 CBC_BoundingBox* rightBox, in merge() argument
64 boundingBox = new CBC_BoundingBox(rightBox); in merge()
67 if (rightBox == NULL) { in merge()
72 leftBox->m_bottomLeft, rightBox->m_topRight, in merge()
73 rightBox->m_bottomRight, e); in merge()
DBC_PDF417BoundingBox.h22 CBC_BoundingBox* rightBox,