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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp 131 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
133 if (maxHeight > thresholdHeight && thresholdHeight) {
134 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);
218 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
221 if (maxHeight > thresholdHeight && thresholdHeight) {
222 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);
    [all...]
RenderMathMLSquareRoot.cpp 101 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
103 if (maxHeight > thresholdHeight && thresholdHeight) {
104 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);

Completed in 870 milliseconds