Searched refs:allowance (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.cpp259 int32_t allowance = (int32_t)(allowanceFactor * overallEstModuleSize);
260 int32_t alignmentAreaLeftX = std::max(0, estAlignmentX - allowance);
262 std::min(m_image->GetWidth() - 1, estAlignmentX + allowance);
267 int32_t alignmentAreaTopY = std::max(0, estAlignmentY - allowance);
269 std::min(m_image->GetHeight() - 1, estAlignmentY + allowance);
/external/v8/src/
H A Druntime-profiler.cc184 int64_t allowance = local
187 if (shared_code->CodeSize() > allowance &&
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 1676 milliseconds