Home
last modified time | relevance | path

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

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c1298 int tripSteps; in FindBestSolidLine() local
1319 tripSteps = (step1 - step0 + reg->stepsTotal) % reg->stepsTotal; in FindBestSolidLine()
1323 tripSteps = (step0 - step1 + reg->stepsTotal) % reg->stepsTotal; in FindBestSolidLine()
1325 if(tripSteps == 0) in FindBestSolidLine()
1326 tripSteps = reg->stepsTotal; in FindBestSolidLine()
1330 tripSteps = abs(step1); in FindBestSolidLine()
1334 tripSteps = reg->stepsTotal; in FindBestSolidLine()
1362 for(step = 0; step < tripSteps; step++) { in FindBestSolidLine()
1410 FindBestSolidLine2(DmtxDecode *dec, DmtxPixelLoc loc0, int tripSteps, int sign, int houghAvoid) in FindBestSolidLine2() argument
1451 for(step = 0; step < tripSteps; step++) { in FindBestSolidLine2()
H A Ddmtxstatic.h147 static DmtxBestLine FindBestSolidLine2(DmtxDecode *dec, DmtxPixelLoc loc0, int tripSteps, int sign,…