Home | History | Annotate | Download | only in rendering

Lines Matching refs:objectBoundingBox

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