Home
last modified time | relevance | path

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

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c1174 unsigned char *beforeCache, *afterCache; in TrailBlazeGapped() local
1226 afterCache = dmtxDecodeGetCache(dec, afterStep.X, afterStep.Y); in TrailBlazeGapped()
1227 if(afterCache == NULL) in TrailBlazeGapped()
1239 *afterCache = (((stepDir + 4)%8) << 3); in TrailBlazeGapped()
1243 *afterCache = ((stepDir + 4)%8); in TrailBlazeGapped()
1252 beforeCache = afterCache; in TrailBlazeGapped()