Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetector.cpp254 FX_FLOAT overallEstModuleSize, in FindAlignmentInRegion() argument
259 int32_t allowance = (int32_t)(allowanceFactor * overallEstModuleSize); in FindAlignmentInRegion()
263 if (alignmentAreaRightX - alignmentAreaLeftX < overallEstModuleSize * 3) { in FindAlignmentInRegion()
273 alignmentAreaBottomY - alignmentAreaTopY, overallEstModuleSize); in FindAlignmentInRegion()
DBC_QRDetector.h45 CBC_QRAlignmentPattern* FindAlignmentInRegion(FX_FLOAT overallEstModuleSize,