OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootpad
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp
142
int
rootPad
= static_cast<int>(gRootPadding * style()->fontSize());
143
int start = tx + indexWidth + gRadicalLeftMargin + style()->paddingLeft().value() -
rootPad
;
144
ty += style()->paddingTop().value() -
rootPad
;
Completed in 129 milliseconds