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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_FinderPatternInfo.cpp 30 m_topRight = (CBC_QRFinderPattern*)(*patternCenters)[2];
40 return m_topRight;
BC_FinderPatternInfo.h 14 CBC_QRFinderPattern* m_topRight;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.cpp 43 boundingBox->m_topRight, boundingBox->m_bottomRight);
52 if (m_topRight) {
53 delete m_topRight;
72 leftBox->m_bottomLeft, rightBox->m_topRight,
83 CBC_ResultPoint* newTopRight = m_topRight;
88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight;
123 if (m_topRight) {
124 delete m_topRight;
126 m_topRight = new CBC_ResultPoint(topRight.GetX(), topRight.GetY());
152 return m_topRight;
    [all...]
BC_PDF417BoundingBox.h 43 CBC_ResultPoint* m_topRight;

Completed in 1119 milliseconds