Lines Matching refs:contentRect
160 SkIRect* contentRect, in convolve_gaussian() argument
191 *contentRect = dstRect; in convolve_gaussian()
198 SkIRect midRect = *contentRect, leftRect, rightRect; in convolve_gaussian()
202 bounds[0] = contentRect->left(); in convolve_gaussian()
203 bounds[1] = contentRect->right(); in convolve_gaussian()
213 contentRect->fLeft = dstRect.fLeft; in convolve_gaussian()
214 contentRect->fTop = midRect.fTop; in convolve_gaussian()
215 contentRect->fRight = dstRect.fRight; in convolve_gaussian()
216 contentRect->fBottom = midRect.fBottom; in convolve_gaussian()
218 bounds[0] = contentRect->top(); in convolve_gaussian()
219 bounds[1] = contentRect->bottom(); in convolve_gaussian()
229 contentRect->fLeft = midRect.fLeft; in convolve_gaussian()
230 contentRect->fTop = dstRect.fTop; in convolve_gaussian()
231 contentRect->fRight = midRect.fRight; in convolve_gaussian()
232 contentRect->fBottom = dstRect.fBottom; in convolve_gaussian()
265 SkIRect* contentRect, in decimate() argument
280 srcRect = *contentRect; in decimate()
319 SkRect domain = SkRect::Make(*contentRect); in decimate()
350 *contentRect = dstRect; in decimate()
358 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fRight, contentRect->fTop, in decimate()
359 radiusX, contentRect->height()); in decimate()
366 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fLeft, contentRect->fBottom, in decimate()
367 contentRect->width(), radiusY); in decimate()