Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMasker.cpp136 AffineTransform maskContentTransformation; in drawContentIntoMaskImage() local
139 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y()); in drawContentIntoMaskImage()
140maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height()); in drawContentIntoMaskImage()
141 maskImageContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()
152 …ools::renderSubtreeToImageBuffer(maskerData->maskImage.get(), renderer, maskContentTransformation); in drawContentIntoMaskImage()
DRenderSVGResourceClipper.cpp219 AffineTransform maskContentTransformation; in drawContentIntoMaskImage() local
222 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y()); in drawContentIntoMaskImage()
223maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height()); in drawContentIntoMaskImage()
224 maskContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()
274 …->clipMaskImage.get(), isUseElement ? childNode->renderer() : renderer, maskContentTransformation); in drawContentIntoMaskImage()