Home
last modified time | relevance | path

Searched defs:SurfaceRef (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dsurface.rs48 pub struct SurfaceRef { struct
56 impl AsRef<SurfaceRef> for SurfaceRef { implementation
57 fn as_ref(&self) -> &SurfaceRef { in as_ref()
72 fn deref(&self) -> &SurfaceRef { in deref()
79 fn deref_mut(&mut self) -> &mut SurfaceRef { in deref_mut()
86 fn as_ref(&self) -> &SurfaceRef { in as_ref()
93 fn as_mut(&mut self) -> &mut SurfaceRef { in as_mut()
209 impl SurfaceRef { implementation
211 pub unsafe fn from_ll<'a>(raw: *const sys::SDL_Surface) -> &'a SurfaceRef { in from_ll()
554 dst: &mut SurfaceRef, dst_rect: R2) in blit()
[all …]
H A Dvideo.rs30 fn deref(&self) -> &SurfaceRef { in deref()
37 fn deref_mut(&mut self) -> &mut SurfaceRef { in deref_mut()
H A Drender.rs355 pub fn surface(&self) -> &SurfaceRef { in surface()
361 pub fn surface_mut(&mut self) -> &mut SurfaceRef { in surface_mut()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dsurface.rs48 pub struct SurfaceRef { struct
56 impl AsRef<SurfaceRef> for SurfaceRef { argument
57 fn as_ref(&self) -> &SurfaceRef { in as_ref()
72 fn deref(&self) -> &SurfaceRef { in deref()
79 fn deref_mut(&mut self) -> &mut SurfaceRef { in deref_mut()
86 fn as_ref(&self) -> &SurfaceRef { in as_ref()
93 fn as_mut(&mut self) -> &mut SurfaceRef { in as_mut()
209 impl SurfaceRef { implementation
211 pub unsafe fn from_ll<'a>(raw: *const sys::SDL_Surface) -> &'a SurfaceRef { in from_ll()
554 dst: &mut SurfaceRef, dst_rect: R2) in blit()
[all …]
H A Dvideo.rs30 fn deref(&self) -> &SurfaceRef { in deref()
37 fn deref_mut(&mut self) -> &mut SurfaceRef { in deref_mut()
H A Drender.rs355 pub fn surface(&self) -> &SurfaceRef { in surface()
361 pub fn surface_mut(&mut self) -> &mut SurfaceRef { in surface_mut()