Lines Matching refs:fImage
533 dst->fImage = NULL; in BoxBlur()
535 if (src.fImage) { in BoxBlur()
543 const uint8_t* sp = src.fImage; in BoxBlur()
584 dst->fImage = dp; in BoxBlur()
593 dst->fImage = SkMask::AllocImage(srcSize); in BoxBlur()
594 merge_src_with_blur(dst->fImage, src.fRowBytes, in BoxBlur()
757 dst->fImage = NULL; in BlurRect()
784 dst->fImage = dp; in BlurRect()
810 dst->fImage = SkMask::AllocImage(srcSize); in BlurRect()
813 uint8_t *inner_scanline = dst->fImage + y*sw; in BlurRect()
893 dst->fImage = NULL; in BlurGroundTruth()
895 if (src.fImage) { in BlurGroundTruth()
906 const uint8_t* srcPixels = src.fImage; in BlurGroundTruth()
968 dst->fImage = dstPixels; in BlurGroundTruth()
977 dst->fImage = SkMask::AllocImage(srcSize); in BlurGroundTruth()
978 merge_src_with_blur(dst->fImage, src.fRowBytes, in BlurGroundTruth()