Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp196 FloatRect scaledSrc = srcRect; in drawForContainer() local
197 scaledSrc.scale(1 / zoom); in drawForContainer()
200 FloatSize adjustedSrcSize = scaledSrc.size(); in drawForContainer()
202 scaledSrc.setSize(adjustedSrcSize); in drawForContainer()
204 draw(context, dstRect, scaledSrc, compositeOp, blendMode); in drawForContainer()