Lines Matching refs:fMask
397 SkCachedData* cache = find_cached_rrect(&patch->fMask, sigma, fBlurStyle, smallRR);
402 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
413 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
417 cache = add_cached_rrect(&patch->fMask, sigma, fBlurStyle, smallRR);
420 patch->fMask.fBounds.offsetTo(0, 0);
531 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count);
540 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
544 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin,
549 cache = add_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count);
551 patch->fMask.fBounds.offsetTo(0, 0);