Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp203 int pushRx = Rx + 1; in EnqueueSegment() local
209 assert((Lx <= Rx) && (pushLx <= pushRx) && (Lx >= 0)); in EnqueueSegment()
210 m_sSStack.push(ShadowSegment(Lx, Rx, pushLx, pushRx, (y + dir), dir)); in EnqueueSegment()
217 assert(((pRx + 1) <= (Rx)) && (pushLx <= pushRx) && ((pRx + 1) >= 0)); in EnqueueSegment()
219 ShadowSegment((pRx + 1), Rx, pushLx, pushRx, (y - dir), (-dir))); in EnqueueSegment()
226 assert(((Lx) <= (pLx - 1)) && (pushLx <= pushRx) && (Lx >= 0)); in EnqueueSegment()
228 ShadowSegment(Lx, (pLx - 1), pushLx, pushRx, (y - dir), (-dir))); in EnqueueSegment()