Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.cpp35 m_rightInit = (m_width + INIT_SIZE) >> 1; in CBC_WhiteRectangleDetector()
41 m_rightInit >= m_width) { in Init()
56 m_rightInit = x + halfsize; in CBC_WhiteRectangleDetector()
63 int32_t right = m_rightInit; in Detect()
DBC_WhiteRectangleDetector.h44 int32_t m_rightInit; variable