Home
last modified time | relevance | path

Searched refs:ascent (Results 1 – 8 of 8) sorted by relevance

/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java195 int ascent = metrics.getMaxAscent(); in paintComponent() local
212 g.drawString(text, 0, y + ascent); in paintComponent()
213 int x = width - ascent; in paintComponent()
217 drawArrow(g, ascent, x, y); in paintComponent()
222 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
225 y += ascent - 10; in drawArrow()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java346 int ascent = metrics.getMaxAscent(); in paintComponent() local
363 g.drawString(text, 0, y + ascent); in paintComponent()
364 int x = width - ascent; in paintComponent()
368 drawArrow(g, ascent, x, y); in paintComponent()
373 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
376 y += ascent - 10; in drawArrow()
/trunk/main/offapi/com/sun/star/rendering/
H A DFontMetrics.idl30 ascent+descent+internalLeading, and therefore not explicitly
36 ascent+descent+internalLeading will approximately (rounded to
62 /// Extra space above ascent
/trunk/main/offapi/com/sun/star/awt/
H A DSimpleFontMetric.idl41 have an ascent unequal to 0.</p>
43 <p>The ascent is measured in pixels, thus the font metric is
/trunk/main/vcl/inc/
H A Dgraphite_adaptors.hxx97 virtual float ascent();
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx212 float GraphiteFontAdaptor::ascent() { in ascent() function in GraphiteFontAdaptor
H A Dgraphite_layout.cxx638 virtual float ascent() { return mrRealFont.ascent(); }; in ascent() function in GrFontHasher
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx215 rMetric.mnAscent = static_cast<long>(+aMetrics.ascent * fPixelSize + 0.5); in GetFontMetric()

Completed in 53 milliseconds