MCPcopy 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

toMethod · 0.45
convert_to_yuvFunction · 0.45
frameMethod · 0.45

Calls 2

rectMethod · 0.80
displayMethod · 0.45

Tested by

no test coverage detected