Searched refs:thirdValue (Results 1 – 1 of 1) sorted by relevance
5928 … CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(val->itemWithoutBoundsCheck(2)); in createTransformOperations() local5929 sz = thirdValue->getDoubleValue(); in createTransformOperations()5979 … CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(val->itemWithoutBoundsCheck(2)); in createTransformOperations() local5980 tz = convertToLength(thirdValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations()6030 … CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(val->itemWithoutBoundsCheck(2)); in createTransformOperations() local6034 double z = thirdValue->getDoubleValue(); in createTransformOperations()