OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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