Lines Matching defs:clip
200 // initially I wanted to return NULL if we are a clip or mask child,
244 /// Delete all regular children of this item (not mask or clip).
768 // Note 2: We only need to render carea of clip and mask, but
783 // Since clip can be combined with opacity, the result could be incorrect
784 // for overlapping clip children. To fix this we use the SOURCE operator
790 _clip->clip(ict, *carea); // fixme: carea or area?
839 // 5. Render object inside the composited mask + clip
871 // just render everything: item, clip, mask
875 // render clip and mask, if any
900 DrawingItem::clip(Inkscape::DrawingContext &dc, Geom::IntRect const &area)
916 _clip->clip(dc, area);