Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp352 int xAux, yAux, lxAux, rxAux, dirAux, pRxAux, pLxAux; in doMagicWand() local
387 rxAux = xCont - 1; in doMagicWand()
389 rxAux = 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()
417 rxAux = sSegment.m_rx; in doMagicWand()
425 assert((lxAux <= rxAux) && (pLxAux <= pRxAux)); in doMagicWand()
475 if (xAux > rxAux) break; in doMagicWand()