Home
last modified time | relevance | path

Searched defs:from_ll (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dlog.rs22 fn from_ll(value: u32) -> Category { in from_ll() method
58 fn from_ll(value: sys::SDL_LogPriority) -> Priority { in from_ll() method
H A Dversion.rs23 pub fn from_ll(v: sys::SDL_version) -> Version { in from_ll() method
H A Drwops.rs21 pub unsafe fn from_ll<'b>(raw: *mut sys::SDL_RWops) -> RWops<'b> { in from_ll() method
H A Dcontroller.rs214 pub fn from_ll(bitflags: sys::SDL_GameControllerAxis) -> Option<Axis> { in from_ll() method
283 pub fn from_ll(bitflags: sys::SDL_GameControllerButton) -> Option<Button> { in from_ll() method
H A Dsurface.rs100 pub unsafe fn from_ll<'b>(raw: *mut sys::SDL_Surface) -> Surface<'b> { in from_ll() method
211 pub unsafe fn from_ll<'a>(raw: *const sys::SDL_Surface) -> &'a SurfaceRef { in from_ll() method
H A Djoystick.rs105 pub fn from_ll(raw: sys::SDL_JoystickPowerLevel) -> PowerLevel { in from_ll() method
H A Devent.rs407 fn from_ll(id: u8, data1: i32, data2: i32) -> WindowEvent { in from_ll() method
1227 fn from_ll(raw: sys::SDL_Event) -> Event { in from_ll() method
H A Drect.rs438 pub fn from_ll(raw: sys::SDL_Rect) -> Rect { in from_ll() method
765 pub fn from_ll(raw: sys::SDL_Point) -> Point { in from_ll() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dlog.rs22 fn from_ll(value: u32) -> Category { in from_ll() method
58 fn from_ll(value: sys::SDL_LogPriority) -> Priority { in from_ll() method
H A Dversion.rs23 pub fn from_ll(v: sys::SDL_version) -> Version { in from_ll() method
H A Drwops.rs21 pub unsafe fn from_ll<'b>(raw: *mut sys::SDL_RWops) -> RWops<'b> { in from_ll() method
H A Dcontroller.rs214 pub fn from_ll(bitflags: sys::SDL_GameControllerAxis) -> Option<Axis> { in from_ll() method
283 pub fn from_ll(bitflags: sys::SDL_GameControllerButton) -> Option<Button> { in from_ll() method
H A Dsurface.rs100 pub unsafe fn from_ll<'b>(raw: *mut sys::SDL_Surface) -> Surface<'b> { in from_ll() method
211 pub unsafe fn from_ll<'a>(raw: *const sys::SDL_Surface) -> &'a SurfaceRef { in from_ll() method
H A Djoystick.rs105 pub fn from_ll(raw: sys::SDL_JoystickPowerLevel) -> PowerLevel { in from_ll() method
H A Devent.rs407 fn from_ll(id: u8, data1: i32, data2: i32) -> WindowEvent { in from_ll() method
1227 fn from_ll(raw: sys::SDL_Event) -> Event { in from_ll() method
H A Drect.rs438 pub fn from_ll(raw: sys::SDL_Rect) -> Rect { in from_ll() method
765 pub fn from_ll(raw: sys::SDL_Point) -> Point { in from_ll() method
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs92 fn from_ll(input: &ll::PaHostApiInfo) -> HostApiInfo in from_ll() method
120 fn from_ll(input: &ll::PaHostErrorInfo) -> HostErrorInfo in from_ll() method
H A Ddevice.rs46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll() method
H A Dstream.rs60 fn from_ll(data: &ll::PaStreamCallbackTimeInfo) -> StreamTimeInfo in from_ll() method
562 fn from_ll(data: &ll::PaStreamInfo) -> StreamInfo in from_ll() method
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/error/
H A DErrorCode.java92 …int X_S0503 = 303; // zero-length separator // TEXT_TABLE_SOURCE_SEPAR… in to_api_index()
120 int LOCK_FILE_ACQUISITION_FAILURE = 451; // S1000 Database lock acquisition failure in to_api_index()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Ddevice.rs46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/portaudio-rs-0.3.2/src/
H A Ddevice.rs46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll() method
H A Dstream.rs60 fn from_ll(data: &ll::PaStreamCallbackTimeInfo) -> StreamTimeInfo in from_ll() method
562 fn from_ll(data: &ll::PaStreamInfo) -> StreamInfo in from_ll() method
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/mouse/
H A Dmod.rs112 pub fn from_ll(direction: u32) -> MouseWheelDirection { in from_ll() method
142 pub fn from_ll(button: u8) -> MouseButton { in from_ll() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/mouse/
H A Dmod.rs112 pub fn from_ll(direction: u32) -> MouseWheelDirection { in from_ll() method
142 pub fn from_ll(button: u8) -> MouseButton { in from_ll() method

12