Searched defs:size_hints (Results 1 – 8 of 8) sorted by relevance
263 let mut size_hints = map.values().map(|s| s.size_hint().0).collect::<Vec<_>>(); in iter_values() localVariable278 let mut size_hints = map in iter_values_mut() localVariable
129 XSizeHints* size_hints = XAllocSizeHints(); in Resize() local
450 XSizeHints *size_hints; in rpng_x_create_window() local
851 XSizeHints *size_hints; in rpng2_x_create_window() local
1015 *size_hints; in XAnimateBackgroundImage() local
4384 *size_hints; in XConfigureImage() local13988 *size_hints; in XDisplayBackgroundImage() local
8340 *size_hints; in XMakeWindow() local
281 let size_hints = xlib::XAllocSizeHints(); in create() localVariable