Searched refs:numericType (Results 1 – 1 of 1) sorted by relevance
56 final CSSNumericType numericType = value.getType(); in add() local57 if (numericType == CSSNumericType.CM) in add()61 else if (numericType == CSSNumericType.MM) in add()65 else if (numericType == CSSNumericType.PT) in add()69 else if (numericType == CSSNumericType.PC) in add()73 else if (numericType == CSSNumericType.INCH) in add()77 else if (numericType == CSSNumericType.PX) in add()
Completed in 33 milliseconds