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

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRAlignmentPatternFinder.cpp184 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 DBC_QRFinderPatternFinder.cpp297 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 Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 64 milliseconds