Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp237 …FloatSize scaleWithoutCTM(scale.width() / imageBufferScale.width(), scale.height() / imageBufferSc… in drawPatternForContainer() local
253 …image->drawPattern(context, scaledSrcRect, scaleWithoutCTM, phase, compositeOp, dstRect, blendMode… in drawPatternForContainer()