Home | History | Annotate | Download | only in WebCore

Lines Matching full:clipping

1792         Includes new tests to catch a scrolling regression and a clipping regression.
10595 The clipping was a no-op anyway since visibleContentRect() will return the whole
12342 2. Compositor no longer uses the stencil buffer to do clipping. Clipping is now performed
21863 clipping based on the "antialiased" argument.
22641 to centralize alpha rounding & clipping logic.
23403 Added fast/blockflow/border-radius-clipping-vertical-lr.html.
24553 is a regression from the old drawing code. I patched the code to be correct rather than clipping out stuff
34952 [Qt] Clipping problem viewing SVG with WebKit
34955 SVG path clipping (via GraphicsContext::clipPath()) was done using the
38879 of sync with the base class) just to avoid a save/restore and some clipping.
38941 as clipping region, like mentioned in the SVG specification, to make the affected region even smaller now.
46169 [CHROMIUM] Fix for canvas clearRect() with clipping active, when
51472 We incorrectly apply a double scale instead of clipping after the first scale still doesn't fit.
52475 and clipping, because RenderLayerCompositor provides this functionality.
54024 Default into the absoluteQuads method that allows for ellipsis clipping.
59806 to pass to cairo_set_antialias(...) when clipping.
70385 [chromium] Implementing clipping for composited layers. Two
70386 types of clipping are added: Scissoring for layers that don't
70387 contain any rotations and stencil-buffer based clipping for
70391 Tests: Compositor layout tests that test clipping such as
70392 compositing/geometry/{clip.html, clipping-foreground.html} now
73087 svg/clip-path/nested-clip-in-mask-image-based-clipping.svg
73088 svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg
73089 svg/clip-path/nested-clip-in-mask-path-based-clipping.svg
81104 behavior of reducing the clipping region to nothing.
93896 RenderLayerCompositor can update its clipping layer.
93909 scrolling (and clipping) ourselves.
93913 so that it returns the clipping layer if we have one.
97295 (WebCore::getPossiblySkewedTimeInKnownRange): The skew problem turned out to be due to the fact that chromium's currentTime() implementation only syncs to the system time every 60 seconds. So absolute times across threads may be skewed slightly. I resolved this temporarily by clipping the time from another thread into a known bound. A better long term solution is probably to add a currentTimeFromSystemTime() method and call that for web timing marks.
99061 Tests: compositing/geometry/limit-layer-bounds-clipping-ancestor.html
109196 Use non-zero winding number rule when clipping a GraphicsContext from canvas.
111780 path of clipping to a convex polygon for the border side and then
114399 future improvements, such as sharing the clipping rectangle calculation with
120625 Fix clipping via CSS clip: with composited descendants
120628 Consult the 'clip' style, as well as overflow, when creating clipping
120638 get the correct clipping rectangle.
123866 1-bit clips, anti aliased clipping is emulated by creating a new alpha layer, storing a set of
129672 (including the smallest clipping area and shadow size calculation) moved from the renderers to SVGRenderSupport.
129776 (including the smallest clipping area and shadow size calculation) moved from the renderers to SVGRenderSupport.
132217 [Qt] REGRESSION(r59837): Incorrect clipping of TransparencyLayers