Home
last modified time | relevance | path

Searched defs:commonEnd (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp189 if (int commonEnd = std::min(dstIdx, srcEnd); srcIdx < commonEnd) { in blur() local
207 if (int commonEnd = std::min(dstEnd, srcEnd); dstIdx < commonEnd) { in blur() local