Home | History | Annotate | Download | only in rendering

Lines Matching refs:objectBoundingBox

357     // Per SVG 1.1 objectBoundingBox ignores clipping, masking, filter effects, opacity and stroke-width.
358 // This is used for all computation of objectBoundingBox relative units and by SVGLocateable::getBBox().
361 // objectBoundingBox is returned local coordinates.
362 // The name objectBoundingBox is taken from the SVG 1.1 spec.
363 virtual FloatRect objectBoundingBox() const;