Searched refs:vLineX (Results 1 – 3 of 3) sorted by relevance
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/ |
H A D | ColorSchemaDialogController.cpp | 105 int vLineX = 0; in paintEvent() local 117 QRect nextRect(vLineX, hLineY + 1, rw, rh - 1); in paintEvent() 120 painter.drawLine(vLineX, hLineY, vLineX, hLineY + rh); in paintEvent() 121 painter.drawLine(vLineX + rw, hLineY, vLineX + rw, hLineY + rh); in paintEvent() 122 vLineX += rw; in paintEvent() 127 …painter.fillRect(vLineX + 1, hLineY - rh + 1, alphabetColorsView->size().width() - vLineX - 1, rh … in paintEvent()
|
/dports/lang/pharo/Pharo-1.4-14438/ |
H A D | Pharo-1.4.changes | 84687 | vLineX vLineTop vLineBottom childBounds childCenter myTheme | 84692 vLineX := childCenter x. 84699 frameRectangle: (vLineX @ vLineTop corner: (vLineX + 1) @ vLineBottom) 84708 | myBounds nextSibBounds vLineX myCenter vLineTop vLineBottom myTheme| 84712 vLineX := myCenter x. 84718 frameRectangle: (vLineX @ vLineTop corner: vLineX + 1 @ vLineBottom) 120752 | vLineX vLineTop vLineBottom childBounds childCenter myTheme ldelta | 120756 vLineX := childCenter x. 120764 …frameRectangle: (vLineX - ldelta @ vLineTop corner: (vLineX + ldelta + (container treeLineWidth \\… 120777 vLineX := myCenter x. [all …]
|
H A D | PharoV10.sources | 157918 | vLineX vLineTop vLineBottom childBounds childCenter myTheme| 157922 vLineX := childCenter x. 157929 frameRectangle: (vLineX @ vLineTop corner: vLineX + 1 @ vLineBottom) 157938 | myBounds nextSibBounds vLineX myCenter vLineTop vLineBottom myTheme| 157942 vLineX := myCenter x. 157948 frameRectangle: (vLineX @ vLineTop corner: vLineX + 1 @ vLineBottom)
|