Searched refs:dst_scanline (Results 1 – 1 of 1) sorted by relevance
823 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local824 memset(dst_scanline, 0, sw); in BlurRect()828 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local829 memset(dst_scanline, 0xff, sw); in BlurRect()