Searched refs:descent (Results 1 – 6 of 6) sorted by relevance
53 have a descent unequal to 0.</p>55 <p>The descent is measured in pixels, thus the font metric is
30 ascent+descent+internalLeading, and therefore not explicitely36 ascent+descent+internalLeading will approximately (rounded to
216 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()
98 virtual float descent();
217 float GraphiteFontAdaptor::descent() { in descent() function in GraphiteFontAdaptor
639 virtual float descent() { return mrRealFont.descent(); }; in descent() function in GrFontHasher
Completed in 27 milliseconds