Lines Matching refs:contentRect
162 SkIRect* contentRect, in convolve_gaussian() argument
193 *contentRect = dstRect; in convolve_gaussian()
200 SkIRect midRect = *contentRect, leftRect, rightRect; in convolve_gaussian()
204 bounds[0] = contentRect->left(); in convolve_gaussian()
205 bounds[1] = contentRect->right(); in convolve_gaussian()
215 contentRect->fLeft = dstRect.fLeft; in convolve_gaussian()
216 contentRect->fTop = midRect.fTop; in convolve_gaussian()
217 contentRect->fRight = dstRect.fRight; in convolve_gaussian()
218 contentRect->fBottom = midRect.fBottom; in convolve_gaussian()
220 bounds[0] = contentRect->top(); in convolve_gaussian()
221 bounds[1] = contentRect->bottom(); in convolve_gaussian()
231 contentRect->fLeft = midRect.fLeft; in convolve_gaussian()
232 contentRect->fTop = dstRect.fTop; in convolve_gaussian()
233 contentRect->fRight = midRect.fRight; in convolve_gaussian()
234 contentRect->fBottom = dstRect.fBottom; in convolve_gaussian()
267 SkIRect* contentRect, in decimate() argument
282 srcRect = *contentRect; in decimate()
321 SkRect domain = SkRect::Make(*contentRect); in decimate()
352 *contentRect = dstRect; in decimate()
360 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fRight, contentRect->fTop, in decimate()
361 radiusX, contentRect->height()); in decimate()
368 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fLeft, contentRect->fBottom, in decimate()
369 contentRect->width(), radiusY); in decimate()