Lines Matching defs:opacity
285 DrawingItem::setOpacity(float opacity)
287 if (_opacity != opacity) {
288 _opacity = opacity;
747 * Clipping, masking and opacity are done by rendering them to a surface
752 * value corresponding to the opacity. If there is no clipping path,
754 * to the opacity value.
759 // filters and opacity do not apply when rendering the ancestors of the filtered
781 // 1. Render clipping path with alpha = opacity.
783 // Since clip can be combined with opacity, the result could be incorrect
797 // 2. Render the mask if present and compose it with the clipping path + opacity.
1017 * For some cases (such as setting opacity) this is enough, but for others