Searched refs:centerI (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
H A D | BC_QRAlignmentPatternFinder.cpp | 184 FX_FLOAT centerI = CrossCheckVertical(i, (int32_t)centerJ, 2 * stateCount[1],
local 186 if (!FXSYS_isnan(centerI)) {
193 if (center->AboutEquals(estimatedModuleSize, centerI, centerJ)) {
194 return new CBC_QRAlignmentPattern(centerJ, centerI,
199 new CBC_QRAlignmentPattern(centerJ, centerI, estimatedModuleSize));
|
H A D | BC_QRFinderPatternFinder.cpp | 297 int32_t centerI,
304 while (j >= 0 && image->Get(j, centerI)) {
311 while (j >= 0 && !image->Get(j, centerI) && stateCount[1] <= maxCount) {
318 while (j >= 0 && image->Get(j, centerI) && stateCount[0] <= maxCount) {
326 while (j < maxJ && image->Get(j, centerI)) {
333 while (j < maxJ && !image->Get(j, centerI) && stateCount[3] < maxCount) {
340 while (j < maxJ && image->Get(j, centerI) && stateCount[4] < maxCount) {
363 FX_FLOAT centerI =
local 365 if (!FXSYS_isnan(centerI)) {
366 centerJ = CrossCheckHorizontal((int32_t)centerJ, (int32_t)centerI,
295 CrossCheckHorizontal( int32_t startJ, int32_t centerI, int32_t maxCount, int32_t originalStateCountTotal) argument [all...] |
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ... |
Completed in 64 milliseconds