Home
last modified time | relevance | path

Searched refs:dist_bottom (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/
H A DDefaultLayout.cs137 height = space.Height - child.dist_bottom - top; in LayoutAnchoredChildren()
139 top = space.Height - child.dist_bottom - height; in LayoutAnchoredChildren()
144 top = top + (space.Height - (top + height + child.dist_bottom)) / 2; in LayoutAnchoredChildren()
145 child.dist_bottom = space.Height - (top + height); in LayoutAnchoredChildren()
180 child.dist_bottom += child.Height - preferredsize.Height; in LayoutAutoSizedChildren()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Eastern_Invasion/ai/
H A Dca_ogres_flee.lua48 local dist_bottom = height - r[2]
49 … local dist = math.min(dist_left, dist_right, dist_top_left, dist_top_right, dist_bottom)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/text/src/
H A Derfilter.cpp3040 float dist_top = FLT_MAX, dist_bottom = FLT_MAX; in distanceLinesEstimates() local
3078 dist_bottom = min(dist_bottom, max(x_min_dist,x_max_dist)/h_max); in distanceLinesEstimates()
3081 return max(dist_top, dist_bottom); in distanceLinesEstimates()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControl.cs124 internal int dist_bottom; // distance to the bottom border of the parent field in System.Windows.Forms.Control
896 dist_bottom = 0; in Control()
1787 dist_bottom = parent.ClientSize.Height - bounds.Y - bounds.Height; in UpdateDistances()
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp6695 long dist_bottom = std::abs(p.y()-orect.bottom()); in on_mouse_down() local
6696 … long min_val = std::min(std::min(dist_left,dist_right),std::min(dist_top,dist_bottom)); in on_mouse_down()
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp6695 long dist_bottom = std::abs(p.y()-orect.bottom()); in on_mouse_down() local
6696 … long min_val = std::min(std::min(dist_left,dist_right),std::min(dist_top,dist_bottom)); in on_mouse_down()