Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp110 int32_t matrixX; in encodeLowLevel() local
112 matrixX = 0; in encodeLowLevel()
114 matrix->Set(matrixX, matrixY, (x % 2) == 0); in encodeLowLevel()
115 matrixX++; in encodeLowLevel()
119 matrixX = 0; in encodeLowLevel()
122 matrix->Set(matrixX, matrixY, true); in encodeLowLevel()
123 matrixX++; in encodeLowLevel()
125 matrix->Set(matrixX, matrixY, placement->getBit(x, y)); in encodeLowLevel()
126 matrixX++; in encodeLowLevel()
128 matrix->Set(matrixX, matrixY, (y % 2) == 0); in encodeLowLevel()
[all …]
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...