Home | History | Annotate | Download | only in WebCore

Lines Matching full:clipping

321         1. Use stencil for clipping instead of scissors, refactor beginClip/endClip functions to accomodate that.
541 This allow non-rectangular clipping, some stub functions, and getting a unique
583 2. Clipping with a matrix, since we use stencil instead of scissors
7384 as that shows other issues/question unrelated to clipping.
16695 New function to apply compositing and clipping state.
16839 has to project inside the padding box to avoid clipping the inner edge.
16840 This function computes a reasonable inner corner for the clipping
21636 of the RenderLayerBacking's clipping layer if it exists, otherwise they are siblings of the layer's normal
25261 layers which create and position an "ancestor clipping" layer based
32927 Speed up clipping in accelerated 2D canvas.
32930 Instead of clearing the entire stencil buffer when removing clipping paths, we erase the path with a DECR stencil operation.
32935 New structure to keep track of the CTM at the time the clipping path was added.
32937 Replace m_clippingEnabled with a count of total clipping paths.
32939 Check the total clipping path count, instead of m_clippingEnabled.
32943 since restore() may now leave clipping enabled.
32946 transformation when saving clipping paths.
40165 the right location), resulting in right/bottom clipping.
40181 we have a foreground layer inside a clipping layer, the foreground
40182 layer's offset is zero, since the clipping layer is its parent.
59827 * platform/graphics/cg/ImageBufferCG.cpp: Clipping against ImageBuffer's context
60133 Add support for ImageBuffer clipping on Cairo by emulating them with image