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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 45 const float gThresholdBaseHeight = 1.5f;
101 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
187 if (maxHeight > static_cast<int>(gThresholdBaseHeight * style()->fontSize()))
RenderMathMLRoot.cpp 46 const float gThresholdBaseHeight = 1.5f;
131 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
218 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());

Completed in 97 milliseconds