Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.h16 const static int32_t HORIZONTAL_SEPARATION_PATTERN[1][8]; variable
DBC_QRCoderMatrixUtil.cpp38 const int32_t CBC_QRCoderMatrixUtil::HORIZONTAL_SEPARATION_PATTERN[1][8] = { member in CBC_QRCoderMatrixUtil
347 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]); in EmbedHorizontalSeparationPattern()