HomeSort by relevance Sort by last modified time
    Searched refs:m_topLeft (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_FinderPatternInfo.cpp 29 m_topLeft = (CBC_QRFinderPattern*)(*patternCenters)[1];
37 return m_topLeft;
BC_FinderPatternInfo.h 13 CBC_QRFinderPattern* m_topLeft;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.cpp 42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft,
46 if (m_topLeft) {
47 delete m_topLeft;
71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft,
81 CBC_ResultPoint* newTopLeft = m_topLeft;
88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight;
149 return m_topLeft;
165 m_topLeft = NULL;
171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY());
186 if (m_topLeft == NULL) {
    [all...]
BC_PDF417BoundingBox.h 41 CBC_ResultPoint* m_topLeft;

Completed in 53 milliseconds