Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp200 FloatSize adjustedSrcSize = scaledSrc.size(); in drawForContainer() local
201adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.h… in drawForContainer()
202 scaledSrc.setSize(adjustedSrcSize); in drawForContainer()