Home
last modified time | relevance | path

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

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