Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ width
Method
width
libs/scrap/src/common/x11.rs:13–15 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
11
}
12
13
pub fn width(&self) -> usize {
14
self.0.display().rect().w as usize
15
}
16
17
pub fn height(&self) -> usize {
18
self.0.display().rect().h as usize
Callers
3
to
Method · 0.45
convert_to_yuv
Function · 0.45
frame
Method · 0.45
Calls
2
rect
Method · 0.80
display
Method · 0.45
Tested by
no test coverage detected