Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
12 SkRasterClip::SkRasterClip(const SkRasterClip& that)
13 : fIsBW(that.fIsBW)
14 , fIsEmpty(that.fIsEmpty)
15 , fIsRect(that.fIsRect)
16 , fShader(that.fShader)
18 AUTO_RASTERCLIP_VALIDATE(that);
21 fBW = that.fBW;
23 fAA = that.fAA;
29 SkRasterClip& SkRasterClip::operator=(const SkRasterClip& that) {
30 AUTO_RASTERCLIP_VALIDATE(that);
32 fIsBW = that.fIsBW;
34 fBW = that.fBW;
36 fAA = that.fAA;
39 fIsEmpty = that.isEmpty();
40 fIsRect = that.isRect();
41 fShader = that.fShader;
134 * from its nearest int by < half of that value (1/8 in this case).
154 // check that the rect really needs aa, or is it close enought to
155 // integer boundaries that we can just treat it as a BW rect?
183 // Since op is either intersect or difference, the clip is always shrinking; that means we can
279 // can't ever assert that fBW is empty, since we may have called forceGetBW