Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultRowIndicatorColumn.cpp65 int32_t currentRowHeight = 0; in adjustCompleteIndicatorColumnRowNumbers() local
74 currentRowHeight++; in adjustCompleteIndicatorColumnRowNumbers()
77 maxRowHeight > currentRowHeight ? maxRowHeight : currentRowHeight; in adjustCompleteIndicatorColumnRowNumbers()
78 currentRowHeight = 1; in adjustCompleteIndicatorColumnRowNumbers()
102 currentRowHeight = 1; in adjustCompleteIndicatorColumnRowNumbers()
142 int32_t currentRowHeight = 0; in adjustIncompleteIndicatorColumnRowNumbers() local
152 currentRowHeight++; in adjustIncompleteIndicatorColumnRowNumbers()
155 maxRowHeight > currentRowHeight ? maxRowHeight : currentRowHeight; in adjustIncompleteIndicatorColumnRowNumbers()
156 currentRowHeight = 1; in adjustIncompleteIndicatorColumnRowNumbers()
162 currentRowHeight = 1; in adjustIncompleteIndicatorColumnRowNumbers()