Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dtexturefx.cpp96 bool isSwatch = ri2.m_isSwatch; in doDryCompute()
97 if (isSwatch) ri2.m_isSwatch = false; in doDryCompute()
143 bool isSwatch = ri2.m_isSwatch; in doCompute()
144 if (isSwatch) ri2.m_isSwatch = false; in doCompute()
147 if (isSwatch) ri2.m_isSwatch = true; in doCompute()
H A Dcornerpinfx.cpp257 if (infoOnOutput.m_isSwatch) { in transform()
384 bool isSwatch = ri2.m_isSwatch; in doDryCompute()
385 if (isSwatch) ri2.m_isSwatch = false; in doDryCompute()
447 bool isSwatch = ri2.m_isSwatch; in doCompute()
448 if (isSwatch) ri2.m_isSwatch = false; in doCompute()
451 if (isSwatch) ri2.m_isSwatch = true; in doCompute()
512 if (ri.m_isSwatch) in doCompute()
H A Dradialblurfx.cpp77 if (info.m_isSwatch) return true; in canHandle()
H A Drotationalblurfx.cpp84 if (info.m_isSwatch) return true; in canHandle()
H A Dfreedistortfx.cpp324 if (infoOnOutput.m_isSwatch) { in transform()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzbase/
H A Dtrasterfx.cpp1073 , m_isSwatch(false) in TRenderSettings()
1094 ";" + std::to_string(m_isSwatch) + ";" + std::to_string(m_userCachable) + in toString()
1117 m_mark != rhs.m_mark || m_isSwatch != rhs.m_isSwatch || in operator ==()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtrasterfx.h136 m_isSwatch; //!< Whether this render instance comes from a swatch viewer. variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dswatchviewer.cpp1079 info.m_isSwatch = true; in run()
1220 if (fxId == m_setFxId && rs.m_isSwatch) { in getResource()
1233 if (rs.m_isSwatch) { in getResource()
H A Dpluginhost.cpp1613 dst->is_swatch = src.m_isSwatch; in copy_rendering_setting()