Home
last modified time | relevance | path

Searched refs:box_alloc (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrange.c1611 GtkAllocation box_alloc; in gtk_range_size_allocate() local
1631 box_alloc.x = border.left; in gtk_range_size_allocate()
1632 box_alloc.y = border.top; in gtk_range_size_allocate()
1633 box_alloc.width = box_min_width; in gtk_range_size_allocate()
1634 box_alloc.height = box_min_height; in gtk_range_size_allocate()
1636 gtk_widget_size_allocate (priv->trough_widget, &box_alloc, -1); in gtk_range_size_allocate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dstep.rs271 M::box_alloc(self, &dest)?; in eval_rvalue_into_place()
H A Dmachine.rs216 fn box_alloc( in box_alloc() method
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c2161 GtkAllocation box_alloc; in gtk_range_allocate() local
2174 box_alloc.x = border.left + allocation->x; in gtk_range_allocate()
2175 box_alloc.y = border.top + allocation->y; in gtk_range_allocate()
2176 box_alloc.width = box_min_width; in gtk_range_allocate()
2177 box_alloc.height = box_min_height; in gtk_range_allocate()
2180 &box_alloc, in gtk_range_allocate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/const_eval/
H A Dmachine.rs391 fn box_alloc( in box_alloc() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Dmachine.rs502 fn box_alloc( in box_alloc() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dconst_prop.rs235 fn box_alloc( in box_alloc() method