Home | History | Annotate | Download | only in core

Lines Matching refs:currClip

1045 static bool clipPathHelper(const SkCanvas* canvas, SkRasterClip* currClip,
1055 if (currClip
1056 return currClip->setPath(devPath, *currClip, doAA);
1058 base.setRect(currClip->getBounds());
1061 return currClip->op(clip, op);
1066 return currClip->setEmpty();
1072 return currClip->setPath(devPath, base, doAA);
1076 return currClip->op(clip, op);