Home
last modified time | relevance | path

Searched defs:ascentInPoints (Results 1 – 7 of 7) 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 DFontMetrics.java27 int ascentInPoints, descentInPoints, averageCharWidthInPoints; field in FontMetrics
H A DTextLayout.java56 int ascentInPoints, descentInPoints; field in TextLayout
1073 int ascentInPoints; in getLineMetrics() local
H A DGC.java2234 int ascentInPoints = DPIUtil.autoScaleDown(drawable, OS.PANGO_PIXELS(ascent)); in getFontMetrics() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DFontMetrics.java27 int ascentInPoints, descentInPoints, averageCharWidthInPoints; field in FontMetrics
H A DTextLayout.java56 int ascentInPoints, descentInPoints; field in TextLayout
1073 int ascentInPoints; in getLineMetrics() local
H A DGC.java2244 int ascentInPoints = DPIUtil.autoScaleDown(drawable, OS.PANGO_PIXELS(ascent)); in getFontMetrics() local
/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.java97 int ascentInPoints; field in TextLayout.StyleItem
396 int ascentInPoints = Math.max(0, DPIUtil.autoScaleDown(getDevice(), this.ascentInPixels)); in computeRuns() local
1977 …int ascentInPoints = DPIUtil.autoScaleDown(getDevice(), Math.max(lptm.tmAscent, this.ascentInPixel… in getLineMetrics() local