Home
last modified time | relevance | path

Searched refs:m_topLeft (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft, in CBC_BoundingBox()
46 if (m_topLeft) { in ~CBC_BoundingBox()
47 delete m_topLeft; in ~CBC_BoundingBox()
71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft, in merge()
81 CBC_ResultPoint* newTopLeft = m_topLeft; in addMissingRows()
88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight; in addMissingRows()
149 return m_topLeft; in getTopLeft()
165 m_topLeft = NULL; in init()
171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY()); in init()
186 if (m_topLeft == NULL) { in calculateMinMaxValues()
[all …]
DBC_PDF417BoundingBox.h41 CBC_ResultPoint* m_topLeft; variable
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_FinderPatternInfo.cpp29 m_topLeft = (CBC_QRFinderPattern*)(*patternCenters)[1]; in CBC_QRFinderPatternInfo()
37 return m_topLeft; in GetTopLeft()
DBC_FinderPatternInfo.h13 CBC_QRFinderPattern* m_topLeft; variable