Home | History | Annotate | Download | only in core

Lines Matching refs:margin

1986     SkIPoint margin = SkIPoint::Make(0, 0);
1994 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
2009 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN),
2010 SkMin32(margin.fY, MAX_MARGIN)))) {