Home | History | Annotate | Download | only in svg

Lines Matching refs:objectBoundingBox

132         FloatRect maskBoundingBox = textRootBlock->objectBoundingBox();
162 // Spec: When the geometry of the applicable element has no width or height and objectBoundingBox is specified,
164 FloatRect objectBoundingBox = object->objectBoundingBox();
165 if (boundingBoxMode() && objectBoundingBox.isEmpty())
182 if (boundingBoxMode() && !objectBoundingBox.isEmpty() && !isPaintingText) {
184 if (boundingBoxMode() && !objectBoundingBox.isEmpty()) {
186 gradientData->userspaceTransform.translate(objectBoundingBox.x(), objectBoundingBox.y());
187 gradientData->userspaceTransform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());