Searched refs:ascent (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | PlainSourceView.java | 195 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()
|
/aoo42x/main/scripting/examples/java/debugger/ |
H A D | OOBeanShellDebugger.java | 346 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()
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | FontMetrics.idl | 30 ascent+descent+internalLeading, and therefore not explicitly 36 ascent+descent+internalLeading will approximately (rounded to 62 /// Extra space above ascent
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | SimpleFontMetric.idl | 41 have an ascent unequal to 0.</p> 43 <p>The ascent is measured in pixels, thus the font metric is
|
/aoo42x/main/vcl/inc/ |
H A D | graphite_adaptors.hxx | 97 virtual float ascent();
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 212 float GraphiteFontAdaptor::ascent() { in ascent() function in GraphiteFontAdaptor
|
H A D | graphite_layout.cxx | 638 virtual float ascent() { return mrRealFont.ascent(); }; in ascent() function in GrFontHasher
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.cxx | 215 rMetric.mnAscent = static_cast<long>(+aMetrics.ascent * fPixelSize + 0.5); in GetFontMetric()
|
Completed in 30 milliseconds