RenderObject.h | 357 // Per SVG 1.1 objectBoundingBox ignores clipping, masking, filter effects, opacity and stroke-width. 367 // respecting clipping, masking, filters, opacity, stroke-width and markers 661 bool isTransparent() const { return style()->opacity() < 1.0f; } 662 float opacity() const { return style()->opacity(); } function in class:WebCore::RenderObject [all...] |