Lines Matching defs:clip
29 static void paint_rgn(SkCanvas* canvas, const SkAAClip& clip,
34 clip.copyToMask(&mask);
85 void buildRgn(SkAAClip* clip, SkClipOp op) {
86 clip->setPath(fBasePath, fBasePath.getBounds().roundOut(), true);
90 clip->op(clip2, op);
105 SkAAClip clip;
107 this->buildRgn(&clip, op);
112 paint_rgn(canvas, clip, paint);
121 // create the clip mask with the supplied boolean op
132 // draw a rect that will entirely cover the clip mask area