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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_FinderPatternInfo.cpp 28 m_bottomLeft = (CBC_QRFinderPattern*)(*patternCenters)[0];
34 return m_bottomLeft;
BC_FinderPatternInfo.h 12 CBC_QRFinderPattern* m_bottomLeft;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.cpp 42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft,
49 if (m_bottomLeft) {
50 delete m_bottomLeft;
72 leftBox->m_bottomLeft, rightBox->m_topRight,
82 CBC_ResultPoint* newBottomLeft = m_bottomLeft;
101 CBC_ResultPoint* bottom = isLeft ? m_bottomLeft : m_bottomRight;
155 return m_bottomLeft;
166 m_bottomLeft = NULL;
174 m_bottomLeft = new CBC_ResultPoint(bottomLeft->GetX(), bottomLeft->GetY());
188 m_bottomLeft = new CBC_ResultPoint(0, m_bottomRight->GetY());
    [all...]
BC_PDF417BoundingBox.h 42 CBC_ResultPoint* m_bottomLeft;

Completed in 252 milliseconds