Home
last modified time | relevance | path

Searched refs:byteSelStart (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/gtk/org/eclipse/swt/graphics/
H A DTextLayout.java567 int byteSelStart = (int)(OS.g_utf16_offset_to_pointer(ptr, selectionStart) - ptr); in drawInPixels() local
570 byteSelStart = Math.min(byteSelStart, strlen); in drawInPixels()
577 drawWithCairo(gc, x, y, byteSelStart, byteSelEnd, fullSelection, selectionForeground.handle, in drawInPixels()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextLayout.java567 int byteSelStart = (int)(OS.g_utf16_offset_to_pointer(ptr, selectionStart) - ptr); in drawInPixels() local
570 byteSelStart = Math.min(byteSelStart, strlen); in drawInPixels()
577 drawWithCairo(gc, x, y, byteSelStart, byteSelEnd, fullSelection, selectionForeground.handle, in drawInPixels()