Home | History | Annotate | Download | only in rendering

Lines Matching full:clip

268         // If the compositing ancestor has a layer to clip children, we parent in that, and therefore
275 // Call calculateRects to get the backgroundRect which is what is used to clip the contents of this
276 // layer. Note that we call it with temporaryClipRects = true because normally when computing clip rects
862 p->clip(clipRect);
885 // Calculate the clip rects we should use.
933 // Establish the clip used to paint our background.
944 // Restore the clip.
960 // Set up the clip used when painting our children.
978 // Now restore our clip.
1012 // Restore the clip.
1034 void RenderLayerBacking::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip)
1038 timelineAgent->willPaint(clip);
1045 IntRect clipRect(clip);
1050 // Offset the clip.