Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp844 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local
845 memset(dst_scanline, 0, sw); in BlurRect()
849 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local
850 memset(dst_scanline, 0xff, sw); in BlurRect()