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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 49 const float gRadicalBottomPointXPos= 0.5f;
107 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);
113 FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad);
RenderMathMLRoot.cpp 50 const float gRadicalBottomPointXPos= 0.5f;
137 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);
147 FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBasePad);
226 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);

Completed in 25 milliseconds