Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp92 int replacedHeight = RenderBox::computeReplacedLogicalHeight(); in computeReplacedLogicalHeight() local
94 return replacedHeight; in computeReplacedLogicalHeight()
98 return static_cast<int>(roundf(replacedHeight * svg->currentScale())); in computeReplacedLogicalHeight()