Function skia_bindings::SkCanvas_readPixels
source · pub unsafe extern "C" fn SkCanvas_readPixels(
this: *mut SkCanvas,
dstInfo: *const SkImageInfo,
dstPixels: *mut c_void,
dstRowBytes: usize,
srcX: c_int,
srcY: c_int
) -> bool