Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp381 int nextXRow = filterOffset; in BGRAConvolve2D() local
429 while (nextXRow < filterOffset + filterLength) { in BGRAConvolve2D()
431 nextXRow + 3 < lastFilterOffset + lastFilterLength - in BGRAConvolve2D()
436 src[i] = &sourceData[(uint64_t)(nextXRow + i) * sourceByteRowStride]; in BGRAConvolve2D()
440 nextXRow += 4; in BGRAConvolve2D()
444 nextXRow < lastFilterOffset + lastFilterLength - in BGRAConvolve2D()
447 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()
452 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()
456 &sourceData[(uint64_t)nextXRow * sourceByteRowStride], in BGRAConvolve2D()
460 nextXRow++; in BGRAConvolve2D()