Home
last modified time | relevance | path

Searched refs:TABSTOPS (Results 1 – 4 of 4) 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.java84 final static int TABSTOPS = 1 << 6; field in StyledTextRenderer
380 info.flags &= ~(ALIGNMENT | INDENT | VERTICAL_INDENT | WRAP_INDENT | JUSTIFY | TABSTOPS); in clearLineStyle()
775 if (info != null && (info.flags & TABSTOPS) != 0) { in getLineTabStops()
1090 if ((info.flags & TABSTOPS) != 0) tabs = info.tabStops; in getTextLayout()
1527 lines[i].flags |= TABSTOPS; in setLineTabStops()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledTextRenderer.java84 final static int TABSTOPS = 1 << 6; field in StyledTextRenderer
380 info.flags &= ~(ALIGNMENT | INDENT | VERTICAL_INDENT | WRAP_INDENT | JUSTIFY | TABSTOPS); in clearLineStyle()
775 if (info != null && (info.flags & TABSTOPS) != 0) { in getLineTabStops()
1090 if ((info.flags & TABSTOPS) != 0) tabs = info.tabStops; in getTextLayout()
1532 lines[i].flags |= TABSTOPS; in setLineTabStops()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/conversion/
H A DTextFieldHtmlExporter.as423 textFormat = exportTextFormatAttribute(textFormat, "TABSTOPS", tabStopsString);
H A DTextFieldHtmlImporter.as1429 else if (key == "TABSTOPS")