Searched refs:matrixY (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_DataMatrixWriter.cpp | 108 int32_t matrixY = 0; in encodeLowLevel() local 114 matrix->Set(matrixX, matrixY, (x % 2) == 0); in encodeLowLevel() 117 matrixY++; in encodeLowLevel() 122 matrix->Set(matrixX, matrixY, true); in encodeLowLevel() 125 matrix->Set(matrixX, matrixY, placement->getBit(x, y)); in encodeLowLevel() 128 matrix->Set(matrixX, matrixY, (y % 2) == 0); in encodeLowLevel() 132 matrixY++; in encodeLowLevel() 136 matrix->Set(matrixX, matrixY, true); in encodeLowLevel() 139 matrixY++; in encodeLowLevel()
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |