Home
last modified time | relevance | path

Searched refs:UNDERLINE_IME_DOT (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/win32/org/eclipse/swt/widgets/
H A DIME.java55 static final int UNDERLINE_IME_DOT = 1 << 16; field in IME
468 style.underlineStyle = UNDERLINE_IME_DOT; in WM_IME_COMPOSITION()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DTextLayout.java74 static final int UNDERLINE_IME_DOT = 1 << 16; field in TextLayout
1384 case UNDERLINE_IME_DOT: { in drawUnderline()
1531 case UNDERLINE_IME_DOT: in drawUnderlineGDIP()
1534 …int dashStyle = style.underlineStyle == UNDERLINE_IME_DOT ? Gdip.DashStyleDot : Gdip.DashStyleDash; in drawUnderlineGDIP()