Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRGridSampler.cpp112 CBC_CommonBitMatrix* tempBitM = new CBC_CommonBitMatrix(); in SampleGrid() local
113 tempBitM->Init(dimensionX, dimensionY); in SampleGrid()
114 CBC_AutoPtr<CBC_CommonBitMatrix> bits(tempBitM); in SampleGrid()