Lines Matching full:descent
155 // return (font.ascent() - font.descent()) / 2.0f;
160 return font.descent();
222 yOrientationShift = font.descent();
226 yOrientationShift = font.descent();
232 svgChar.orientationShiftY = font.ascent() - font.descent();
245 yOrientationShift = -font.descent();
246 svgChar.orientationShiftX = -glyphWidth / 2.0f - font.descent();
247 svgChar.orientationShiftY = font.descent();
250 yOrientationShift = -font.descent();
251 svgChar.orientationShiftX = -glyphWidth / 2.0f + font.descent();
256 svgChar.orientationShiftY = font.ascent() - font.descent();
735 return (range.endOffset - range.startOffset) * (font.ascent() + font.descent());