Home
last modified time | relevance | path

Searched refs:replacedWidth (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp81 int replacedWidth = RenderBox::computeReplacedLogicalWidth(includeMaxWidth); in computeReplacedLogicalWidth() local
83 return replacedWidth; in computeReplacedLogicalWidth()
87 return static_cast<int>(roundf(replacedWidth * svg->currentScale())); in computeReplacedLogicalWidth()