Searched defs:EmbedHorizontalSeparationPattern (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp353 void CBC_QRCoderMatrixUtil::EmbedHorizontalSeparationPattern( function in class:CBC_QRCoderMatrixUtil
444 EmbedHorizontalSeparationPattern(0, hspWidth - 1, matrix, e);
447 EmbedHorizontalSeparationPattern(matrix->GetWidth() - hspWidth, hspWidth - 1,
451 EmbedHorizontalSeparationPattern(0, matrix->GetWidth() - hspWidth, matrix, e);

Completed in 90 milliseconds