HomeSort by relevance Sort by last modified time
    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