HomeSort by relevance Sort by last modified time
    Searched full:includerootline (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 377 bool includeRootLine = lineBox->includesRootLineBoxFontOrLeading();
379 int rootDescent = includeRootLine ? font.fontMetrics().descent() : 0;
380 int rootAscent = includeRootLine ? font.fontMetrics().ascent() : 0;
    [all...]

Completed in 78 milliseconds