Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedCode128Reader.cpp177 CFX_Int32Array* startPatternInfo = FindStartPattern(row, e); in DecodeRow() local
179 int32_t startCode = (*startPatternInfo)[2]; in DecodeRow()
192 if (startPatternInfo != NULL) { in DecodeRow()
193 startPatternInfo->RemoveAll(); in DecodeRow()
194 delete startPatternInfo; in DecodeRow()
195 startPatternInfo = NULL; in DecodeRow()
203 int32_t lastStart = (*startPatternInfo)[0]; in DecodeRow()
204 int32_t nextStart = (*startPatternInfo)[1]; in DecodeRow()
205 if (startPatternInfo != NULL) { in DecodeRow()
206 startPatternInfo->RemoveAll(); in DecodeRow()
[all …]
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...