HomeSort by relevance Sort by last modified time
    Searched refs:VERTICAL_SEPARATION_PATTERN (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h 78 static const int32_t VERTICAL_SEPARATION_PATTERN[7][1];
BC_QRCoderMatrixUtil.cpp 37 const int32_t CBC_QRCoderMatrixUtil::VERTICAL_SEPARATION_PATTERN[7][1] = {
372 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]);

Completed in 97 milliseconds