Home | History | Annotate | Download | only in css

Lines Matching defs:firstValue

7116         CSSPrimitiveValue* firstValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsCheck(0));
7125 sy = firstValue->getDoubleValue();
7127 sx = firstValue->getDoubleValue();
7145 sz = firstValue->getDoubleValue();
7147 sy = firstValue->getDoubleValue();
7149 sx = firstValue->getDoubleValue();
7172 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7174 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7196 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7198 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7200 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7220 double angle = firstValue->getDoubleValue();
7221 if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_RAD)
7223 else if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_GRAD)
7225 else if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_TURN)
7237 double angle = firstValue->getDoubleValue();
7238 if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_RAD)
7240 else if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_GRAD)
7258 double x = firstValue->getDoubleValue();
7274 double angle = firstValue->getDoubleValue();
7275 if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_RAD)
7277 else if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_GRAD)
7279 else if (firstValue->primitiveType() == CSSPrimitiveValue::CSS_TURN)
7304 double a = firstValue->getDoubleValue();
7338 if (CSSPrimitiveValue::isUnitTypeLength(firstValue->primitiveType()))
7339 p = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7342 double val = firstValue->getDoubleValue();