Searched refs:minValueForCssLength (Results 1 – 1 of 1) sorted by relevance
52 const int minValueForCssLength = INT_MIN / kFixedPointDenominator + 2; variable566 …return Length(clampTo<float>(computeLengthDouble(conversionData), minValueForCssLength, maxValueFo… in computeLength()