Home
last modified time | relevance | path

Searched refs:TParamUIConcept (Results 1 – 25 of 47) sorted by relevance

12

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dstdfx.cpp240 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
242 concepts[0].m_type = TParamUIConcept::WIDTH; in getParamUIs()
307 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
309 concepts[0].m_type = TParamUIConcept::WIDTH; in getParamUIs()
482 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
484 concepts[0].m_type = TParamUIConcept::RADIUS; in getParamUIs()
488 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
550 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
552 concepts[0].m_type = TParamUIConcept::RADIUS; in getParamUIs()
641 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
[all …]
H A Dfourpointsgradientfx.cpp79 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
80 concepts = new TParamUIConcept[length = 4]; in getParamUIs()
82 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
86 concepts[1].m_type = TParamUIConcept::POINT; in getParamUIs()
90 concepts[2].m_type = TParamUIConcept::POINT; in getParamUIs()
94 concepts[3].m_type = TParamUIConcept::POINT; in getParamUIs()
H A Dshaderfx.cpp127 static const TParamUIConcept::Type
130 TParamUIConcept::RADIUS, TParamUIConcept::WIDTH,
131 TParamUIConcept::ANGLE, TParamUIConcept::POINT,
132 TParamUIConcept::POINT_2, TParamUIConcept::VECTOR,
133 TParamUIConcept::POLAR, TParamUIConcept::SIZE,
134 TParamUIConcept::QUAD, TParamUIConcept::RECT};
166 std::vector<TParamUIConcept>
398 m_this->m_uiConcepts.push_back(TParamUIConcept()); in MANAGER_FILESCOPE_DECLARATION()
400 TParamUIConcept &uiConcept = m_this->m_uiConcepts.back(); in MANAGER_FILESCOPE_DECLARATION()
411 TParamUIConcept uiConcept = { in MANAGER_FILESCOPE_DECLARATION()
[all …]
H A Diwa_spingradientfx.cpp158 void Iwa_SpinGradientFx::getParamUIs(TParamUIConcept *&concepts, int &length) { in getParamUIs()
159 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
161 concepts[0].m_type = TParamUIConcept::ANGLE_2; in getParamUIs()
167 concepts[1].m_type = TParamUIConcept::POINT; in getParamUIs()
H A Ddiamondgradientfx.cpp39 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
40 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
42 concepts[0].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Dsquaregradientfx.cpp40 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
41 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
43 concepts[0].m_type = TParamUIConcept::DIAMOND; in getParamUIs()
H A Diwa_textfx.cpp187 void Iwa_TextFx::getParamUIs(TParamUIConcept *&concepts, int &length) { in getParamUIs()
188 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
190 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
194 concepts[1].m_type = TParamUIConcept::RECT; in getParamUIs()
H A Diwa_lineargradientfx.cpp166 void Iwa_LinearGradientFx::getParamUIs(TParamUIConcept *&concepts, in getParamUIs()
168 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
170 concepts[0].m_type = TParamUIConcept::LINEAR_RANGE; in getParamUIs()
H A Dino_radial_blur.cpp145 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
146 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
148 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
152 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Diwa_perspectivedistortfx.cpp254 void Iwa_PerspectiveDistortFx::getParamUIs(TParamUIConcept *&concepts, in getParamUIs()
256 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
258 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
262 concepts[1].m_type = TParamUIConcept::POINT; in getParamUIs()
H A Dripplefx.cpp231 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
232 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
234 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
238 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Diwa_timecodefx.cpp95 void Iwa_TimeCodeFx::getParamUIs(TParamUIConcept *&concepts, int &length) { in getParamUIs()
96 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
98 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
H A Dino_spin_blur.cpp129 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
130 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
132 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
136 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Dfreedistortfx.cpp52 void getParamUIs(TParamUIConcept *&concepts, int &length) override;
417 void FreeDistortBaseFx::getParamUIs(TParamUIConcept *&concepts, int &length) { in getParamUIs()
418 concepts = new TParamUIConcept[length = 6]; in getParamUIs()
420 concepts[0].m_type = TParamUIConcept::QUAD; in getParamUIs()
427 concepts[1].m_type = TParamUIConcept::QUAD; in getParamUIs()
434 concepts[2].m_type = TParamUIConcept::VECTOR; in getParamUIs()
438 concepts[3].m_type = TParamUIConcept::VECTOR; in getParamUIs()
442 concepts[4].m_type = TParamUIConcept::VECTOR; in getParamUIs()
446 concepts[5].m_type = TParamUIConcept::VECTOR; in getParamUIs()
H A Dradialblurfx.cpp83 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
84 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
86 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
90 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Drotationalblurfx.cpp90 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
91 concepts = new TParamUIConcept[length = 2]; in getParamUIs()
93 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
97 concepts[1].m_type = TParamUIConcept::RADIUS; in getParamUIs()
H A Draylitfx.cpp58 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
59 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
61 concepts[0].m_type = TParamUIConcept::POINT; in getParamUIs()
H A Diwa_corridorgradientfx.cpp346 void Iwa_CorridorGradientFx::getParamUIs(TParamUIConcept *&concepts, in getParamUIs()
348 concepts = new TParamUIConcept[length = 6]; in getParamUIs()
357 concepts[inout].m_type = TParamUIConcept::QUAD; in getParamUIs()
369 TParamUIConcept::VECTOR; in getParamUIs()
H A Dperlinnoisefx.cpp78 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
79 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
81 concepts[0].m_type = TParamUIConcept::POINT_2; in getParamUIs()
H A Drandomwavefx.cpp55 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
56 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
58 concepts[0].m_type = TParamUIConcept::POINT_2; in getParamUIs()
H A Diwa_corridorgradientfx.h28 void getParamUIs(TParamUIConcept *&concepts, int &length) override;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A DzeraryFx.cpp99 void getParamUIs(TParamUIConcept *&concepts, int &length) override { in getParamUIs()
100 concepts = new TParamUIConcept[length = 1]; in getParamUIs()
102 concepts[0].m_type = TParamUIConcept::SIZE; in getParamUIs()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dedittoolgadgets.h29 class TParamUIConcept; variable
158 FxGadget *allocateGadget(const TParamUIConcept &uiConcept);
H A Dedittoolgadgets.cpp1612 case TParamUIConcept::RADIUS: { in allocateGadget()
1623 case TParamUIConcept::WIDTH: { in allocateGadget()
1633 case TParamUIConcept::ANGLE: { in allocateGadget()
1639 case TParamUIConcept::ANGLE_2: { in allocateGadget()
1647 case TParamUIConcept::POINT: { in allocateGadget()
1653 case TParamUIConcept::POINT_2: { in allocateGadget()
1660 case TParamUIConcept::VECTOR: { in allocateGadget()
1667 case TParamUIConcept::POLAR: { in allocateGadget()
1674 case TParamUIConcept::SIZE: { in allocateGadget()
1684 case TParamUIConcept::QUAD: { in allocateGadget()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtparamuiconcept.h30 class TParamUIConcept {

12