Home | History | Annotate | Download | only in svg

Lines Matching defs:objectBoundingBox

122     // Eventually adjust the mask image context according to the target objectBoundingBox.
125 FloatRect objectBoundingBox = object->objectBoundingBox();
126 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y());
127 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
173 FloatRect objectBoundingBox = object->objectBoundingBox();
174 FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskElement->maskUnitsCurrentValue(), objectBoundingBox);
186 transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
187 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());