Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRoot.cpp58 const float gRootPadding = 0.2f; variable
142 int rootPad = static_cast<int>(gRootPadding * style()->fontSize()); in paint()
241 …().value() + indexBox->offsetHeight() - (maxHeight + static_cast<int>(gRootPadding * style()->font… in layout()
245 …style()->setPaddingTop(Length(rootMarginTop + static_cast<int>(gRootPadding * style()->fontSize())… in layout()