Home
last modified time | relevance | path

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

/StarryEngine/starry_server/src/base/
H A Dimage.rs81 pub struct ImageRoi<'a> { struct
91 impl<'a> IntoIterator for ImageRoi<'a> { implementation
109 impl<'a> ImageRoi<'a> { impl
131 pub fn blend(&'a mut self, other: &ImageRoi) { in blend() argument
155 pub fn cover(&'a mut self, other: &ImageRoi) { in cover() argument
195 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi() argument
196 ImageRoi { in roi()
328 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi() argument
329 ImageRoi { in roi()
H A Ddisplay.rs4 image::{Image, ImageRoi},
52 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi() argument