[][src]Function skia_bindings::SkImage_readPixels

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