Lines Matching full:clipping
5597 the constraints. Use that for painting borders, box-shadow, clipping replaced
5625 Use getBorderRadiiForRect to fetch border radii for clipping.
5629 Use getBorderRadiiForRect to fetch border radii for clipping.
7905 when clipping under certain conditions. Make the clipping functions
8254 sibling frame. The problem was due to our clipping. In Qt,
8255 if setMask is set with an empty QRegion, no clipping will
10282 Make sure to do rounded clipping for overflow and controls relative to the border box and not to the overflow/control clip rect
10286 Added fast/overflow/border-radius-clipping.html
11926 and position. This requires support for antialiased clipping, as
11929 Qt only does antialiased clipping if the anti-alias flag is set
11930 at the time of clipping, so we have to enable this in the method
11934 anti-aliased clipping, but the OpenGL and Mac paint engines could
14330 Disallow the deletion UI for elements that have any overflow clipping.
23618 which deals with clipping layers and 'direct compositing': images that can be
26688 New static method that returns a large rect that is used by the clipping
26694 rect that we'll use to create a masking layer for composited clipping.
26699 compositing ancestor which applies clipping.
26702 A layer which imposes clipping to its children doesn't have to be a stacking
27438 clipping roots, because, for painting, every composited layer is a clipping root,
35464 The lightweight clipping scheme used for controls has been extended to cover overflow now in this simplified case. With
42034 Additional fix: Skia platform doesn't render text to a canvas or support clipping to an image buffer
46517 Skia platform doesn't render text to a canvas or support clipping to an image buffer
46523 . We were not honoring clipping to an image buffer.
47675 Allow option of hit testing frame content without clipping to the visible
47706 [Qt] Speed-up clipping: avoid calling expensive QPainter::clipRegion().
48145 Allow option of hit testing frame content without clipping to the visible
97199 (WebCore::SVGResourceMasker::applyMask): Changed back to use CG clipping again.