Home | History | Annotate | Download | only in svg

Lines Matching refs:objectBoundingBox

135     // Eventually adjust the mask image context according to the target objectBoundingBox.
138 FloatRect objectBoundingBox = object->objectBoundingBox();
139 maskContentTransformation.translate(objectBoundingBox.x(), objectBoundingBox.y());
140 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
199 FloatRect objectBoundingBox = object->objectBoundingBox();
200 FloatRect maskBoundaries = maskElement->maskBoundingBox(objectBoundingBox);
212 transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
213 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());