Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
54 this->writable_rc().op(rect, ctm, op, this->finalAA(aa));
55 this->validate();
59 this->writable_rc().op(rrect, ctm, op, this->finalAA(aa));
60 this->validate();
64 this->writable_rc().op(path, ctm, op, this->finalAA(aa));
65 this->validate();
69 this->writable_rc().op(std::move(sh));
70 this->validate();
74 this->writable_rc().op(rgn, op);
75 this->validate();
81 this->writable_rc().setEmpty();
83 this->writable_rc().setRect(devRect);
89 const SkRasterClip& clip = this->rc();