Lines Matching refs:dstII
115 const SkImageInfo& dstII, in convolve_gaussian_2d() argument
128 dstFit, dstII.width(), dstII.height(), in convolve_gaussian_2d()
129 config, dstII.refColorSpace(), in convolve_gaussian_2d()
145 GrFixedClip clip(dstII.bounds()); in convolve_gaussian_2d()
148 SkRect::Make(dstII.bounds()), localMatrix); in convolve_gaussian_2d()
162 const SkImageInfo& dstII, in convolve_gaussian() argument
164 SkASSERT(srcRect.width() <= dstII.width() && srcRect.height() <= dstII.height()); in convolve_gaussian()
179 dstII.refColorSpace(), in convolve_gaussian()
186 GrFixedClip clip(dstII.bounds()); in convolve_gaussian()
270 const SkImageInfo& dstII) { in decimate() argument
278 srcRect = dstII.bounds(); in decimate()
305 config, dstII.refColorSpace(), in decimate()
381 const SkImageInfo& dstII, in reexpand() argument
410 fit, dstII.width(), dstII.height(), in reexpand()
411 config, dstII.refColorSpace(), in reexpand()
438 GrFixedClip clip(dstII.bounds()); in reexpand()