Lines Matching full:clipping
1747 Qt has special code paths for clipping to integer rectangles.
12940 invariant. Th rounded-rect clipping code verifies the invariant,
19435 The fast path scrolling was clipping offscreen invalidations.
21442 Implement accelerated path drawing and clipping for the Canvas2D GPU
21473 Add clipping state, and implement save/restore via the copy constructor.
21484 Add clipping support to clearRect().
21488 Add clipping support to fillRect().
21494 When restoring, draw any remaining clipping paths to the stencil buffer.
21496 Add clipping support.
21513 If clipping is enabled, set the appropriate GL state.
21543 Put in GPU hooks for path clipping, and path drawing.
21546 Don't check for clipping paths in canAccelerate() (since we can
21549 Don't do clipping when uploading software draws to hardware.
22503 Accelerated canvas2D has bad clipping performance.
22784 Implement accelerated path drawing and clipping for the Canvas2D GPU
22815 Add clipping state, and implement save/restore via the copy constructor.
22826 Add clipping support to clearRect().
22830 Add clipping support to fillRect().
22836 When restoring, draw any remaining clipping paths to the stencil buffer.
22838 Add clipping support.
22855 If clipping is enabled, set the appropriate GL state.
22885 Put in GPU hooks for path clipping, and path drawing.
22888 Don't check for clipping paths in canAccelerate() (since we can
22891 Don't do clipping when uploading software draws to hardware.
31975 GraphicsContext::fillRect(const FloatRect&) is clipping to the rect.
47661 so that the damage rect never stops the point from being tested (unless the hit test request says not to ignore clipping).