Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp88 int dst_x_stride = Transpose ? height : 1; in boxBlur() local
296 int dst_x_stride = Transpose ? height : 1; in boxBlurInterp() local