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

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 470 bool includeRootLine = lineBox->includesRootLineBoxFontOrLeading();
472 int rootDescent = includeRootLine ? lineBox->renderer()->style(firstLine)->font().fontMetrics().descent() : 0;
473 int rootAscent = includeRootLine ? lineBox->renderer()->style(firstLine)->font().fontMetrics().ascent() : 0;
    [all...]

Completed in 290 milliseconds