Searched refs:item2_y (Results 1 – 3 of 3) sorted by relevance
/dports/audio/cadence/Cadence-0.9.1/c++/patchcanvas/ |
H A D | canvasbezierline.cpp | 92 int item2_y = item2->scenePos().y()+7.5; in updateLinePos() local 101 path.cubicTo(item1_new_x, item1_y, item2_new_x, item2_y, item2_x, item2_y); in updateLinePos()
|
/dports/audio/carla/Carla-2.4.1/source/frontend/patchcanvas/ |
H A D | canvasbezierline.py | 98 item2_y = rect2.top() + float(canvas.theme.port_height)/2 103 path.cubicTo(item1_new_x, item1_y, item2_new_x, item2_y, item2_x, item2_y)
|
/dports/audio/cadence/Cadence-0.9.1/src/ |
H A D | patchcanvas.py | 1468 item2_y = self.item2.scenePos().y() + float(canvas.theme.port_height)/2 1477 path.cubicTo(item1_new_x, item1_y, item2_new_x, item2_y, item2_x, item2_y)
|