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

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderVersion.cpp411 CBC_CommonBitMatrix* bitMatrix = new CBC_CommonBitMatrix(); local
412 bitMatrix->Init(dimension);
413 bitMatrix->SetRegion(0, 0, 9, 9, e);
416 bitMatrix->SetRegion(dimension - 8, 0, 8, 9, e);
419 bitMatrix->SetRegion(0, dimension - 8, 9, 8, e);
429 bitMatrix->SetRegion(m_alignmentPatternCenters[y] - 2, i, 5, 5, e);
434 bitMatrix->SetRegion(6, 9, 1, dimension - 17, e);
437 bitMatrix->SetRegion(9, 6, dimension - 17, 1, e);
441 bitMatrix->SetRegion(dimension - 11, 0, 3, 6, e);
444 bitMatrix
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 190 milliseconds