Home
last modified time | relevance | path

Searched refs:new_icc_context (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-5.4.1/src/
H A Dprofile.rs28 Self::new_icc_context(GlobalContext::new(), data) in new_icc()
428 pub fn new_icc_context(context: impl AsRef<Ctx>, data: &[u8]) -> LCMSResult<Self> { in new_icc_context() method
438 Self::new_icc_context(context, &buf).map_err(|_| io::ErrorKind::Other.into()) in new_file_context()
H A Dcontext.rs242 assert!(Profile::new_icc_context(&c, &[]).is_err()); in context()