Home
last modified time | relevance | path

Searched refs:pangoRect (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.java811 PangoRectangle pangoRect = new PangoRectangle(); in getBoundsInPixels() local
818 OS.pango_layout_iter_get_line_extents(iter, null, pangoRect); in getBoundsInPixels()
825 rect.x = OS.PANGO_PIXELS(pangoRect.x); in getBoundsInPixels()
826 rect.y = OS.PANGO_PIXELS(pangoRect.y); in getBoundsInPixels()
827 rect.width = OS.PANGO_PIXELS(pangoRect.width); in getBoundsInPixels()
828 rect.height = OS.PANGO_PIXELS(pangoRect.height); in getBoundsInPixels()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextLayout.java811 PangoRectangle pangoRect = new PangoRectangle(); in getBoundsInPixels() local
818 OS.pango_layout_iter_get_line_extents(iter, null, pangoRect); in getBoundsInPixels()
825 rect.x = OS.PANGO_PIXELS(pangoRect.x); in getBoundsInPixels()
826 rect.y = OS.PANGO_PIXELS(pangoRect.y); in getBoundsInPixels()
827 rect.width = OS.PANGO_PIXELS(pangoRect.width); in getBoundsInPixels()
828 rect.height = OS.PANGO_PIXELS(pangoRect.height); in getBoundsInPixels()