Lines Matching refs:srcBounds
76 const SkRect* srcBounds) { in convolve_gaussian_2d() argument
82 if (srcBounds) { in convolve_gaussian_2d()
83 srcBounds->roundOut(&bounds); in convolve_gaussian_2d()
90 srcBounds ? GrTextureDomain::kDecal_Mode : GrTextureDomain::kIgnore_Mode, in convolve_gaussian_2d()
104 const SkRect* srcBounds, in convolve_gaussian() argument
108 if (!srcBounds) { in convolve_gaussian()
113 SkRect midRect = *srcBounds, leftRect, rightRect; in convolve_gaussian()
118 bounds[0] = SkScalarToFloat(srcBounds->left()) / texture->width(); in convolve_gaussian()
119 bounds[1] = SkScalarToFloat(srcBounds->right()) / texture->width(); in convolve_gaussian()
130 bounds[0] = SkScalarToFloat(srcBounds->top()) / texture->height(); in convolve_gaussian()
131 bounds[1] = SkScalarToFloat(srcBounds->bottom()) / texture->height(); in convolve_gaussian()
168 const SkRect* srcBounds, in GaussianBlur() argument
183 if (srcBounds) { in GaussianBlur()
184 srcRect = localSrcBounds = *srcBounds; in GaussianBlur()
186 srcBounds = &localSrcBounds; in GaussianBlur()
233 if (srcBounds && i == 1) { in GaussianBlur()
235 matrix.mapRect(&domain, *srcBounds); in GaussianBlur()
283 srcTexture, radiusX, radiusY, sigmaX, sigmaY, srcBounds); in GaussianBlur()
318 srcBounds, srcOffset); in GaussianBlur()
351 srcBounds, srcOffset); in GaussianBlur()