Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp115 bool m_antial; // le uso per evitare di dover richiamare la funzione getValue member in MagicWandFx
242 m_antial = m_antialiased->getValue(); in doMagicWand()
337 ((m_antial) ? "\tAnti Aliased" : "\tAliased") + in doMagicWand()
513 if ((m_antial) && (blurRadius < 2)) blurRadius = 1; in doMagicWand()