Home
last modified time | relevance | path

Searched defs: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> { argument
109 impl<'a> ImageRoi<'a> { impl
131 pub fn blend(&'a mut self, other: &ImageRoi) { in blend()
155 pub fn cover(&'a mut self, other: &ImageRoi) { in cover()
195 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi()
328 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi()
H A Ddisplay.rs52 pub fn roi(&mut self, rect: &Rect) -> ImageRoi { in roi()