Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp267 const int32_t codeOldLength = codeLength; in RenderResult() local
280 m_output.reserve(codeOldLength * m_multiple); in RenderResult()
282 inputX < codeOldLength; ++inputX, outputX += m_multiple) { in RenderResult()