Searched refs:from_data (Results 1 – 1 of 1) sorted by relevance
175 pub fn from_data(width: i32, height: i32, data: &'a mut [Color]) -> Self { in from_data() method251 Image::from_data( in from_color()259 pub fn from_data(width: i32, height: i32, data: Box<[Color]>) -> Self { in from_data() method357 Image::from_data(w as i32, h as i32, dst_color) in resize()