Searched refs:MAX_MARGIN (Results 1 – 2 of 2) sorted by relevance
1235 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local1236 if (!bounds->intersect(clipBounds->makeOutset(std::min(margin.fX, MAX_MARGIN), in ComputeMaskBounds()1237 std::min(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()
1237 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local1238 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in ComputeMaskBounds()1239 SkMin32(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()