Lines Matching defs:Blur
186 const uint8_t blur[], int blurRB,
193 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src)));
196 blur += 1;
200 blur += blurRB;
230 SkASSERT(!"Unexpected blur style here");
248 bool SkBlurMask::Blur(SkMask* dst, const SkMask& src,
257 // highQuality: use three box blur passes as a cheap way to approximate a Gaussian blur
270 int ry = rx; // only do square blur for now
331 // the blur into it (applying the src)