Home
last modified time | relevance | path

Searched refs:topIndexY (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledText.java114 int topIndexY; field in StyledText
1586 delta -= topIndexY; in calculateTopIndex()
1595 topIndexY = -delta; in calculateTopIndex()
1601 delta -= topIndexY; in calculateTopIndex()
1871 if (topIndexY > 0) { in getAvailableHeightAbove()
3083 if (topIndexY > 0) {
3088 y = -topIndexY;
3160 y = -topIndexY;
4302 if (y < topIndexY) { in getLineIndex()
6367 topIndexY = 0;
[all …]
H A DStyledTextRenderer.java1285 int topIndexY = styledText.topIndexY; in getTextLayout() local
1288 if (topIndexY >= 0) { in getTextLayout()
1289 newVerticalScrollOffset = (topIndex - 1) * lineHeight + lineHeight - topIndexY; in getTextLayout()
1291 newVerticalScrollOffset = topIndex * lineHeight - topIndexY; in getTextLayout()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledText.java114 int topIndexY; field in StyledText
1585 delta -= topIndexY; in calculateTopIndex()
1594 topIndexY = -delta; in calculateTopIndex()
1600 delta -= topIndexY; in calculateTopIndex()
1870 if (topIndexY > 0) { in getAvailableHeightAbove()
3082 if (topIndexY > 0) {
3087 y = -topIndexY;
3159 y = -topIndexY;
4300 if (y < topIndexY) { in getLineIndex()
6365 topIndexY = 0; in handleTextChanged()
[all …]
H A DStyledTextRenderer.java1285 int topIndexY = styledText.topIndexY; in getTextLayout() local
1288 if (topIndexY >= 0) { in getTextLayout()
1289 newVerticalScrollOffset = (topIndex - 1) * lineHeight + lineHeight - topIndexY; in getTextLayout()
1291 newVerticalScrollOffset = topIndex * lineHeight - topIndexY; in getTextLayout()