Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp766 size_t dstWBytes = dstW * sizeof(uint32_t); in copy_image_with_bounds() local
768 sk_bzero(dst.getAddr32(0, y), dstWBytes); in copy_image_with_bounds()
790 sk_bzero(dst.getAddr32(0, y), dstWBytes); in copy_image_with_bounds()