Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp121 int32_t numTotalCells = matrix->GetHeight() * matrix->GetWidth(); in ApplyMaskPenaltyRule4() local
122 double darkRatio = (double)numDarkCells / numTotalCells; in ApplyMaskPenaltyRule4()