Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp379 int rootDescent = includeRootLine ? font.fontMetrics().descent() : 0; in setLogicalWidthForTextRun() local
383 if (boxAscent > rootDescent || boxDescent > rootAscent) in setLogicalWidthForTextRun()