Home | History | Annotate | Download | only in core

Lines Matching refs:margin

2189     SkIPoint margin = SkIPoint::Make(0, 0);
2198 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
2213 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN),
2214 SkMin32(margin.fY, MAX_MARGIN)))) {