Home
last modified time | relevance | path

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

/dports/audio/cadence/Cadence-0.9.1/c++/patchcanvas/
H A Dcanvasline.cpp104 int pos_bot = boundingRect().bottom(); in updateLineGradient() local
119 QLinearGradient port_gradient(0, pos_top, 0, pos_bot); in updateLineGradient()
H A Dcanvasbezierline.cpp118 int pos_bot = boundingRect().bottom(); in updateLineGradient() local
133 QLinearGradient port_gradient(0, pos_top, 0, pos_bot); in updateLineGradient()
/dports/audio/carla/Carla-2.4.1/source/frontend/patchcanvas/
H A Dcanvasline.py107 pos_bot = self.boundingRect().bottom()
117 port_gradient = QLinearGradient(0, pos_top, 0, pos_bot)
H A Dcanvasbezierline.py114 pos_bot = self.boundingRect().bottom()
124 port_gradient = QLinearGradient(0, pos_top, 0, pos_bot)
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dpatchcanvas.py1381 pos_bot = self.boundingRect().bottom()
1391 port_gradient = QLinearGradient(0, pos_top, 0, pos_bot)
1488 pos_bot = self.boundingRect().bottom()
1498 port_gradient = QLinearGradient(0, pos_top, 0, pos_bot)