Searched defs:perspectiveValue (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp5702 float perspectiveValue; local
5705 perspectiveValue = static_cast<float>(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor));
5708 perspectiveValue = CSSPrimitiveValue::create(primitiveValue->getDoubleValue(), CSSPrimitiveValue::CSS_PX)->computeLengthFloat(style(), m_rootElementStyle, zoomFactor);
5712 if (perspectiveValue >= 0.0f)
5713 m_style->setPerspective(perspectiveValue);

Completed in 109 milliseconds