Searched refs:dst_scanline (Results 1 – 1 of 1) sorted by relevance
826 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local827 memset(dst_scanline, 0, sw); in BlurRect()831 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() local832 memset(dst_scanline, 0xff, sw); in BlurRect()