Home | History | Annotate | Download | only in core

Lines Matching refs:currClip

1380 static void clip_path_helper(const SkCanvas* canvas, SkRasterClip* currClip,
1390 if (currClip->isRect()) {
1391 // FIXME: we should also be able to do this when currClip->isBW(),
1394 currClip->setPath(devPath, currClip->bwRgn(), doAA);
1396 base.setRect(currClip->getBounds());
1399 currClip->op(clip, op);
1404 currClip->setEmpty();
1411 currClip->setPath(devPath, base, doAA);
1415 currClip->op(clip, op);