Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp186 int nextXRow = filterOffset; in BGRAConvolve2D() local
235 while (nextXRow < filterOffset + filterLength) { in BGRAConvolve2D()
237 nextXRow + 3 < lastFilterOffset + lastFilterLength) { in BGRAConvolve2D()
241 src[i] = &sourceData[(uint64_t)(nextXRow + i) * sourceByteRowStride]; in BGRAConvolve2D()
245 nextXRow += 4; in BGRAConvolve2D()
248 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()
250 nextXRow++; in BGRAConvolve2D()