Lines Matching refs:bounds
26 auto bounds = _outer.bounds; in emitCode() local
27 (void)bounds; in emitCode()
87 auto bounds = _outer.bounds; in onSetData() local
88 (void)bounds; in onSetData()
110 y = 1.0f - (srcRect.height() / bounds.height()) - y; in onSetData()
117 SkScalar y = bounds.y() * invH; in onSetData()
119 y = 1.0f - bounds.height() * invH; in onSetData()
123 bounds.x() * invW, in onSetData()
125 SkIntToScalar(src.width()) / bounds.width(), in onSetData()
126 SkIntToScalar(src.height()) / bounds.height()); in onSetData()
145 if (bounds != that.bounds) return false; in onIsEqual()
157 , bounds(src.bounds) in GrMagnifierEffect()
183 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate() local
187 bounds, in TestCreate()
189 srcRect.width() / bounds.width(), in TestCreate()
190 srcRect.height() / bounds.height(), in TestCreate()
191 bounds.width() / inset, in TestCreate()
192 bounds.height() / inset); in TestCreate()