Searched refs:lineGridFontHeight (Results 1 – 1 of 1) sorted by relevance
363 LayoutUnit lineGridFontHeight = lineGridBox->logicalHeight(); in lineSnapAdjustment() local388 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()