Home | History | Annotate | Download | only in effects

Lines Matching defs:that

4  * Use of this source code is governed by a BSD-style license that can be
144 const GrMagnifierEffect& that = other.cast<GrMagnifierEffect>();
145 (void)that;
146 if (fSrc != that.fSrc) return false;
147 if (fBounds != that.fBounds) return false;
148 if (fSrcRect != that.fSrcRect) return false;
149 if (fXInvZoom != that.fXInvZoom) return false;
150 if (fYInvZoom != that.fYInvZoom) return false;
151 if (fXInvInset != that.fXInvInset) return false;
152 if (fYInvInset != that.fYInvInset) return false;