Lines Matching refs:fAscent
141 metrics->fAscent = DEFAULT_ASCENT * fontSize;
151 metrics->fAscent = DEFAULT_TOP * fontSize;
157 metrics->fAscent = metrics->fTop;
238 fCompressionBaselineShift = (fFontMetrics.fDescent - fFontMetrics.fAscent) * config.baselineShiftScale;
252 fCorrectAscent = fFontMetrics.fAscent - fFontMetrics.fLeading * 0.5;
527 fFontMetrics.fAscent = baselineAdjustment - height - offset;
532 fFontMetrics.fAscent = baselineAdjustment - height;
537 fFontMetrics.fAscent = baselineAdjustment;
542 fFontMetrics.fAscent = endlineMetrics->ascent();
543 fFontMetrics.fDescent = height + fFontMetrics.fAscent;
548 fFontMetrics.fAscent = fFontMetrics.fDescent - height;
554 fFontMetrics.fAscent = mid - height / PARAM_TWO;