Lines Matching refs:fRowBytes
122 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
147 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
156 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur()
160 dstStart, dst->fRowBytes, in BoxBlur()
161 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
166 dstStart, dst->fRowBytes, in BoxBlur()
167 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
173 dstStart, dst->fRowBytes, in BoxBlur()
174 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
180 dstStart, dst->fRowBytes, in BoxBlur()
181 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
189 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur()
193 dstStart, dst->fRowBytes, in BoxBlur()
194 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
199 dstStart, dst->fRowBytes, in BoxBlur()
200 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
206 dstStart, dst->fRowBytes, in BoxBlur()
207 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
213 dstStart, dst->fRowBytes, in BoxBlur()
214 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
226 dst->fRowBytes = dst->fBounds.width(); in BoxBlur()
232 auto blurStart = &blur.fImage[border.x() + border.y() * blur.fRowBytes]; in BoxBlur()
236 dst->fImage, dst->fRowBytes, in BoxBlur()
237 SkMask::AlphaIter<SkMask::kBW_Format>(src.fImage, 0), src.fRowBytes, in BoxBlur()
238 blurStart, blur.fRowBytes, in BoxBlur()
243 dst->fImage, dst->fRowBytes, in BoxBlur()
244 SkMask::AlphaIter<SkMask::kA8_Format>(src.fImage), src.fRowBytes, in BoxBlur()
245 blurStart, blur.fRowBytes, in BoxBlur()
251 dst->fImage, dst->fRowBytes, in BoxBlur()
252 SkMask::AlphaIter<SkMask::kARGB32_Format>(srcARGB), src.fRowBytes, in BoxBlur()
253 blurStart, blur.fRowBytes, in BoxBlur()
259 dst->fImage, dst->fRowBytes, in BoxBlur()
260 SkMask::AlphaIter<SkMask::kLCD16_Format>(srcLCD), src.fRowBytes, in BoxBlur()
261 blurStart, blur.fRowBytes, in BoxBlur()
413 dst->fRowBytes = dst->fBounds.width(); in BlurRect()
423 dst->fRowBytes = sw; in BlurRect()
474 dst->fRowBytes = sw; in BlurRect()
543 dst->fRowBytes = dst->fBounds.width(); in BlurGroundTruth()
626 dstPixels + pad*dst->fRowBytes + pad, dst->fRowBytes, in BlurGroundTruth()
627 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
632 dstPixels + pad*dst->fRowBytes + pad, dst->fRowBytes, in BlurGroundTruth()
633 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
643 merge_src_with_blur(dst->fImage, src.fRowBytes, in BlurGroundTruth()
644 SkMask::AlphaIter<SkMask::kA8_Format>(srcPixels), src.fRowBytes, in BlurGroundTruth()
645 dstPixels + pad*dst->fRowBytes + pad, in BlurGroundTruth()
646 dst->fRowBytes, srcWidth, srcHeight); in BlurGroundTruth()
655 dst->fRowBytes = src.fRowBytes; in BlurGroundTruth()