HomeSort by relevance Sort by last modified time
    Searched defs:POSITION_ADJUSTMENT_PATTERN (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h 80 static const int32_t POSITION_ADJUSTMENT_PATTERN[5][5];
BC_QRCoderMatrixUtil.cpp 39 const int32_t CBC_QRCoderMatrixUtil::POSITION_ADJUSTMENT_PATTERN[5][5] = {
391 matrix->Set(xStart + x, yStart + y, POSITION_ADJUSTMENT_PATTERN[y][x]);
  /external/zxing/core/
core.jar 

Completed in 78 milliseconds