Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp2122 static const int MAX_MARGIN = 128; in compute_bounds() local
2123 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in compute_bounds()
2124 SkMin32(margin.fY, MAX_MARGIN)))) { in compute_bounds()