Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathowl/ddlm
/ functions
Functions
33 in github.com/deathowl/ddlm
⨍
Functions
33
◇
Types & classes
12
↓ 9 callers
Method
offset
(&self)
src/main.rs:122
↓ 8 callers
Method
auto_draw_text
( &mut self, buf: &mut Buffer<'_>, bg: &Color, c: &Color, s: &str,
src/draw.rs:144
↓ 8 callers
Method
subdimensions
(&mut self, subdimensions: Rect)
src/buffer.rs:44
↓ 6 callers
Method
clear
(&mut self)
src/main.rs:115
↓ 5 callers
Method
draw_bg
(&mut self, box_color: &Color)
src/main.rs:129
↓ 5 callers
Method
put
(&mut self, pos: Vect, c: &Color)
src/buffer.rs:106
↓ 5 callers
Function
rgb
(red: f32, green: f32, blue: f32)
src/color.rs:9
↓ 4 callers
Method
memset
(&mut self, c: &Color)
src/buffer.rs:85
↓ 3 callers
Method
as_argb8888
(&self)
src/color.rs:36
↓ 3 callers
Method
offset
(&mut self, offset: Vect)
src/buffer.rs:67
↓ 2 callers
Method
cancel
(&mut self)
src/greetd.rs:79
↓ 2 callers
Method
draw
(&self, buf: &mut Buffer<'_>, pos: (i32, i32), bg: &Color, c: &Color)
src/draw.rs:70
↓ 2 callers
Method
draw_target
(&mut self)
src/main.rs:198
↓ 2 callers
Method
get_bounds
(&self)
src/buffer.rs:36
↓ 2 callers
Method
goto_next_mode
(&mut self)
src/main.rs:265
↓ 2 callers
Method
refresh
(&mut self)
src/main.rs:105
↓ 1 callers
Method
add_str_to_cache
(&mut self, s: &str)
src/draw.rs:107
↓ 1 callers
Method
blend
(&self, other: &Color, ratio: f32)
src/color.rs:25
↓ 1 callers
Function
draw_box
(buf: &mut Buffer<'_>, c: &Color, dim: (u32, u32))
src/draw.rs:156
↓ 1 callers
Method
draw_password
(&mut self, password: &str, redraw: bool)
src/main.rs:240
↓ 1 callers
Method
draw_text
( &self, buf: &mut Buffer<'_>, bg: &Color, c: &Color, s: &str, )
src/draw.rs:116
↓ 1 callers
Method
draw_username
(&mut self, username: &str, redraw: bool)
src/main.rs:220
↓ 1 callers
Method
goto_prev_mode
(&mut self)
src/main.rs:273
↓ 1 callers
Method
greeter_loop
(&mut self)
src/main.rs:281
↓ 1 callers
Method
login
( &mut self, username: String, password: String, cmd: Vec<String>, )
src/greetd.rs:41
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/greetd.rs:13
Method
load
(path: P)
src/main.rs:49
Function
main
()
src/main.rs:423
Method
new
( fb: &'a mut Framebuffer, screen_size: (u32, u32), dimensions: (u32, u32), gr
src/main.rs:82
Method
new
(buf: &'a mut [u8], dimensions: Vect)
src/buffer.rs:28
Method
new
(font: &RustFont<'_>, size: f32, ch: char)
src/draw.rs:36
Method
new
()
src/greetd.rs:25
Method
quit
()
src/main.rs:294