Lines Matching refs:fRowBytes
121 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
146 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
155 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur()
159 dstStart, dst->fRowBytes, in BoxBlur()
160 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
165 dstStart, dst->fRowBytes, in BoxBlur()
166 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
172 dstStart, dst->fRowBytes, in BoxBlur()
173 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
179 dstStart, dst->fRowBytes, in BoxBlur()
180 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
188 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur()
192 dstStart, dst->fRowBytes, in BoxBlur()
193 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
198 dstStart, dst->fRowBytes, in BoxBlur()
199 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
205 dstStart, dst->fRowBytes, in BoxBlur()
206 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
212 dstStart, dst->fRowBytes, in BoxBlur()
213 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
225 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
231 auto blurStart = &blur.fImage[border.x() + border.y() * blur.fRowBytes]; in BoxBlur()
235 dst->fImage, dst->fRowBytes, in BoxBlur()
236 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
237 blurStart, blur.fRowBytes, in BoxBlur()
242 dst->fImage, dst->fRowBytes, in BoxBlur()
243 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
244 blurStart, blur.fRowBytes, in BoxBlur()
250 dst->fImage, dst->fRowBytes, in BoxBlur()
251 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
252 blurStart, blur.fRowBytes, in BoxBlur()
258 dst->fImage, dst->fRowBytes, in BoxBlur()
259 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
260 blurStart, blur.fRowBytes, in BoxBlur()
412 dst->fRowBytes = dst->fBounds.width(); in BlurRect()
425 dst->fRowBytes = sw; in BlurRect()
479 dst->fRowBytes = sw; in BlurRect()
548 dst->fRowBytes = dst->fBounds.width(); in BlurGroundTruth()
631 dstPixels + pad*dst->fRowBytes + pad, dst->fRowBytes, in BlurGroundTruth()
632 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
637 dstPixels + pad*dst->fRowBytes + pad, dst->fRowBytes, in BlurGroundTruth()
638 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
648 merge_src_with_blur(dst->fImage, src.fRowBytes, in BlurGroundTruth()
649 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
650 dstPixels + pad*dst->fRowBytes + pad, in BlurGroundTruth()
651 dst->fRowBytes, srcWidth, srcHeight); in BlurGroundTruth()
660 dst->fRowBytes = src.fRowBytes; in BlurGroundTruth()