Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp370 lxAux = xCont + 1; in doMagicWand()
372 lxAux = xCont; in doMagicWand()
391 assert((lxAux <= rxAux) && (lxAux >= 0)); in doMagicWand()
398 m_sSStack.push(ShadowSegment(lxAux, rxAux, lxAux, rxAux, y + 1, in doMagicWand()
403 m_sSStack.push(ShadowSegment(lxAux, rxAux, lxAux, rxAux, y - 1, in doMagicWand()
428 xAux = lxAux + 1; in doMagicWand()
442 lxAux--; in doMagicWand()
443 if (lxAux >= 0) { in doMagicWand()
450 lxAux--; in doMagicWand()
458 lxAux++; in doMagicWand()
[all …]