Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1232 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local
1233 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in ComputeMaskBounds()
1234 SkMin32(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()
/external/skqp/src/core/
DSkDraw.cpp1232 static const int MAX_MARGIN = 128; in ComputeMaskBounds() local
1233 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in ComputeMaskBounds()
1234 SkMin32(margin.fY, MAX_MARGIN)))) { in ComputeMaskBounds()