Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp424 …int halfLeading = (usedFonts[i]->lineSpacing() - usedFonts[i]->ascent() - usedFonts[i]->descent())… in computeLogicalBoxHeights() local
425 baseline = max(baseline, halfLeading + usedFonts[i]->ascent()); in computeLogicalBoxHeights()
426 …tom, usedFonts[i]->lineSpacing() - usedFonts[i]->ascent() - usedFonts[i]->descent() - halfLeading); in computeLogicalBoxHeights()
433 … int halfLeading = (lineHeight - usedFonts[i]->ascent() - usedFonts[i]->descent()) / 2; in computeLogicalBoxHeights() local
434 baseline = max(baseline, halfLeading + usedFonts[i]->ascent()); in computeLogicalBoxHeights()
440 … int halfLeading = (lineHeight - usedFonts[i]->ascent() - usedFonts[i]->descent()) / 2; in computeLogicalBoxHeights() local
441 baseline = max(baseline, halfLeading + usedFonts[i]->ascent()); in computeLogicalBoxHeights()