Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMorphologyImageFilter.cpp440 static const int kMaxRadius = 10; in TestCreate() local
441 int radius = d->fRandom->nextRangeU(1, kMaxRadius); in TestCreate()