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

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h 17 static const int32_t HORIZONTAL_SEPARATION_PATTERN[1][8];
BC_QRCoderMatrixUtil.cpp 35 const int32_t CBC_QRCoderMatrixUtil::HORIZONTAL_SEPARATION_PATTERN[1][8] = {
367 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]);

Completed in 58 milliseconds