Searched defs:RECT (Results 1 – 15 of 15) sorted by relevance
50 class RECT(Structure): class106 class RECT(Structure): class
114 class RECT(Structure): class
29 class RECT(Structure): class
10 class RECT(Structure): class
101 fn to_sys_rect(&self) -> RECT; in to_sys_rect()106 fn to_sys_rect(&self) -> RECT { in to_sys_rect()120 impl SysRectExtension for RECT { implementation
19 } RECT; typedef
59 } RECT, *PRECT, *LPRECT; typedef
27 typedef struct tagRECT RECT; typedef
97 class RECT(ctypes.Structure): class
50 struct RECT { struct51 int top;
714 #define RECT ((LP_RAST_FLAGS_RECT<<1)-1) /* direct rectangle rasterizer */ macro
826 } RECT; typedef
137 } RECT, *LPRECT; typedef
10296 pub struct RECT { struct10302 impl ::core::marker::Copy for RECT {} argument10303 impl ::core::clone::Clone for RECT { implementation