Home
last modified time | relevance | path

Searched refs:MAX_MARGIN (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkDraw.cpp1235 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local
1236 if (!bounds->intersect(clipBounds->makeOutset(std::min(margin.fX, MAX_MARGIN), in ComputeMaskBounds()
1237 std::min(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()
/third_party/flutter/skia/src/core/
DSkDraw.cpp1237 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local
1238 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in ComputeMaskBounds()
1239 SkMin32(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()