Searched refs:MAX_MARGIN (Results 1 – 2 of 2) sorted by relevance
1232 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local1233 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in ComputeMaskBounds()1234 SkMin32(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()