Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.h16 static const int32_t VERTICAL_SEPARATION_PATTERN[7][1]; variable
DBC_QRCoderMatrixUtil.cpp37 const int32_t CBC_QRCoderMatrixUtil::VERTICAL_SEPARATION_PATTERN[7][1] = { member in CBC_QRCoderMatrixUtil
384 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]); in EmbedVerticalSeparationPattern()