Lines Matching refs:target
268 bool applyClipOp(SkAAClip* target, const SkAAClip& other, SkClipOp op);
269 bool blitPath(SkAAClip* target, const SkPath& path, bool doAA);
377 bool finish(SkAAClip* target) {
390 return target->setEmpty();
421 target->freeRuns();
422 target->fBounds = fBounds;
423 target->fRunHead = head;
424 return target->trimBounds();
824 bool SkAAClip::Builder::applyClipOp(SkAAClip* target, const SkAAClip& other, SkClipOp op) {
825 this->operateY(*target, other, op);
826 return this->finish(target);
829 bool SkAAClip::Builder::blitPath(SkAAClip* target, const SkPath& path, bool doAA) {
840 return this->finish(target);