Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp193 IntSize roundedContainerSize = roundedIntSize(containerSize); in drawForContainer() local
194 setContainerSize(roundedContainerSize); in drawForContainer()
201 …adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.h… in drawForContainer()