Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp363 LayoutUnit lineGridFontHeight = lineGridBox->logicalHeight(); in lineSnapAdjustment() local
388 if (logicalHeight() <= lineGridFontHeight) in lineSnapAdjustment()
389 firstTextTop += (lineGridFontHeight - logicalHeight()) / 2; in lineSnapAdjustment()
391 …berOfLinesWithLeading = ceilf(static_cast<float>(logicalHeight() - lineGridFontHeight) / gridLineH… in lineSnapAdjustment()
392 LayoutUnit totalHeight = lineGridFontHeight + numberOfLinesWithLeading * gridLineHeight; in lineSnapAdjustment()