Searched refs:dst_scanline (Results 1 – 1 of 1) sorted by relevance
824 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local825 memset(dst_scanline, 0, sw); in BlurRect()829 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local830 memset(dst_scanline, 0xff, sw); in BlurRect()