Home | History | Annotate | Download | only in rendering

Lines Matching defs:opacity

339     // Per SVG 1.1 objectBoundingBox ignores clipping, masking, filter effects, opacity and stroke-width.
348 // respecting clipping, masking, filters, opacity, stroke-width and markers
650 bool isTransparent() const { return style()->opacity() < 1.0f; }
651 float opacity() const { return style()->opacity(); }