HomeSort by relevance Sort by last modified time
    Searched refs:gRootBottomPadding (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 57 const float gRootBottomPadding = 0.2f;
188 style()->setPaddingBottom(Length(static_cast<int>(gRootBottomPadding * style()->fontSize()), Fixed));
RenderMathMLRoot.cpp 60 const float gRootBottomPadding = 0.2f;
228 style()->setPaddingBottom(Length(static_cast<int>(gRootBottomPadding * style()->fontSize()), Fixed));

Completed in 19 milliseconds