Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Draster_edge_iterator.hpp109 if (newRightColor == m_leftColor) in turn()
110 turnAmbiguous(newLeftColor, newRightColor); in turn()
114 if (newRightColor != m_rightColor) in turn()
122 if (newRightColor == m_leftColor) { in turn()
134 m_elbowColor = newRightColor; in turn()
236 colors(newLeftColor, newRightColor); in operator ++()
237 } while ((newRightColor == m_rightColor) && in operator ++()
238 (newLeftColor != newRightColor) && in operator ++()
244 m_rightColor = newRightColor; in operator ++()
246 colors(newLeftColor, newRightColor); in operator ++()
[all …]
H A Draster_edge_iterator.h100 void turn(const value_type &newLeftColor, const value_type &newRightColor);
114 const value_type &newRightColor);