Home
last modified time | relevance | path

Searched refs:descent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/offapi/com/sun/star/awt/
H A DSimpleFontMetric.idl53 have a descent unequal to 0.</p>
55 <p>The descent is measured in pixels, thus the font metric is
/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
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx216 rMetric.mnDescent = static_cast<long>(-aMetrics.descent * fPixelSize + 0.5); in GetFontMetric()
217 …const long nExtDescent = static_cast<long>((-aMetrics.descent + aMetrics.leading) * fPixelSize + 0… in GetFontMetric()
/trunk/main/vcl/inc/
H A Dgraphite_adaptors.hxx98 virtual float descent();
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx217 float GraphiteFontAdaptor::descent() { in descent() function in GraphiteFontAdaptor
H A Dgraphite_layout.cxx639 virtual float descent() { return mrRealFont.descent(); }; in descent() function in GrFontHasher

Completed in 44 milliseconds