Searched refs:widthValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGRectElement.cpp181 float widthValue = width().value(this); local
182 if (widthValue <= 0)
192 FloatRect rect(xValue, yValue, widthValue, heightValue);

Completed in 155 milliseconds