Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkMorphologyImageFilter_opts.h23 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local
56 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local
88 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local
DSkBlurImageFilter_opts.h113 const int dstStrideY = dstDirection == BlurDirection::kX ? width : 1; in box_blur_double() local
235 int dstStrideY = dstDirection == BlurDirection::kX ? width : 1; in box_blur() local