Searched refs:pos_bot (Results 1 – 5 of 5) sorted by relevance
/dports/audio/cadence/Cadence-0.9.1/c++/patchcanvas/ |
H A D | canvasline.cpp | 104 int pos_bot = boundingRect().bottom(); in updateLineGradient() local 119 QLinearGradient port_gradient(0, pos_top, 0, pos_bot); in updateLineGradient()
|
H A D | canvasbezierline.cpp | 118 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 D | canvasline.py | 107 pos_bot = self.boundingRect().bottom() 117 port_gradient = QLinearGradient(0, pos_top, 0, pos_bot)
|
H A D | canvasbezierline.py | 114 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 D | patchcanvas.py | 1381 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)
|