Home
last modified time | relevance | path

Searched refs:parent_g (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp42 auto parent_g = view->parent->get_wm_geometry(); in reposition_relative_to_parent() local
43 wm_geometry.x = parent_g.x + (parent_g.width - wm_geometry.width) / 2; in reposition_relative_to_parent()
44 wm_geometry.y = parent_g.y + (parent_g.height - wm_geometry.height) / 2; in reposition_relative_to_parent()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dframe.c726 rectangle parent_g; in frame_prepare_animation_shape() local
733 parent_g.x = parent_x; in frame_prepare_animation_shape()
734 parent_g.y = parent_y; in frame_prepare_animation_shape()
735 parent_g.width = mra->parent_s.width; in frame_prepare_animation_shape()
736 parent_g.height = mra->parent_s.height; in frame_prepare_animation_shape()
738 mra->grav.parent_grav, &mra->dstep_g, &parent_g); in frame_prepare_animation_shape()
741 client_g.x += parent_g.x; in frame_prepare_animation_shape()
742 client_g.y += parent_g.y; in frame_prepare_animation_shape()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dframe.c726 rectangle parent_g; in frame_prepare_animation_shape() local
733 parent_g.x = parent_x; in frame_prepare_animation_shape()
734 parent_g.y = parent_y; in frame_prepare_animation_shape()
735 parent_g.width = mra->parent_s.width; in frame_prepare_animation_shape()
736 parent_g.height = mra->parent_s.height; in frame_prepare_animation_shape()
738 mra->grav.parent_grav, &mra->dstep_g, &parent_g); in frame_prepare_animation_shape()
741 client_g.x += parent_g.x; in frame_prepare_animation_shape()
742 client_g.y += parent_g.y; in frame_prepare_animation_shape()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dmod.rs2205 .and_then(|(parent_g, g, _)| { in construct_generic_bound_failure()
2213 if let Some(g) = parent_g { in construct_generic_bound_failure()