Searched refs:maskContentTransformation (Results 1 – 2 of 2) sorted by relevance
136 AffineTransform maskContentTransformation; in drawContentIntoMaskImage() local139 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y()); in drawContentIntoMaskImage()140 … maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height()); in drawContentIntoMaskImage()141 maskImageContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()152 …ools::renderSubtreeToImageBuffer(maskerData->maskImage.get(), renderer, maskContentTransformation); in drawContentIntoMaskImage()
219 AffineTransform maskContentTransformation; in drawContentIntoMaskImage() local222 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y()); in drawContentIntoMaskImage()223 … maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height()); in drawContentIntoMaskImage()224 maskContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()274 …->clipMaskImage.get(), isUseElement ? childNode->renderer() : renderer, maskContentTransformation); in drawContentIntoMaskImage()