Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp362 int sourceByteRowStride, in BGRAConvolve2D() argument
436 src[i] = &sourceData[(uint64_t)(nextXRow + i) * sourceByteRowStride]; 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()
DSkConvolver.h196 int sourceByteRowStride,