Function skia_bindings::SkImage_readPixels
source · pub unsafe extern "C" fn SkImage_readPixels(
this: *const SkImage,
context: *mut GrDirectContext,
dstInfo: *const SkImageInfo,
dstPixels: *mut c_void,
dstRowBytes: usize,
srcX: c_int,
srcY: c_int,
cachingHint: SkImage_CachingHint
) -> bool