Home
last modified time | relevance | path

Searched refs:VERTICAL_INDENT (Results 1 – 2 of 2) sorted by relevance

/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 DStyledTextRenderer.java87 final static int VERTICAL_INDENT = 1 << 9; field in StyledTextRenderer
380 info.flags &= ~(ALIGNMENT | INDENT | VERTICAL_INDENT | WRAP_INDENT | JUSTIFY | TABSTOPS); in clearLineStyle()
751 if (info != null && (info.flags & VERTICAL_INDENT) != 0) { in getLineVerticalIndent()
1084 if ((info.flags & VERTICAL_INDENT) != 0) verticalIndent = info.verticalIndent; in getTextLayout()
1478 lines[lineIndex].flags |= VERTICAL_INDENT; in setLineVerticalIndent()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledTextRenderer.java87 final static int VERTICAL_INDENT = 1 << 9; field in StyledTextRenderer
380 info.flags &= ~(ALIGNMENT | INDENT | VERTICAL_INDENT | WRAP_INDENT | JUSTIFY | TABSTOPS); in clearLineStyle()
751 if (info != null && (info.flags & VERTICAL_INDENT) != 0) { in getLineVerticalIndent()
1084 if ((info.flags & VERTICAL_INDENT) != 0) verticalIndent = info.verticalIndent; in getTextLayout()
1478 lines[lineIndex].flags |= VERTICAL_INDENT; in setLineVerticalIndent()