Home
last modified time | relevance | path

Searched defs:SmallRect (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.6/src/
H A Dconsole.rs137 pub fn window_rect(&self) -> SmallRect { in window_rect()
152 pub struct SmallRect { struct
153 pub left: i16,
154 pub top: i16,
155 pub right: i16,
156 pub bottom: i16,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go2180 type SmallRect struct { struct
2181 Left int16
2182 Top int16
2183 Right int16
2184 Bottom int16