Home
last modified time | relevance | path

Searched refs:top_ls (Results 1 – 3 of 3) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.watershed/ram/
H A Dslope_len.c6 double res, top_ls, bot_ls; in slope_length() local
15 top_ls = s_l[SEG_INDEX(s_l_seg, r, c)]; in slope_length()
16 if (top_ls == half_res) in slope_length()
17 top_ls = res; in slope_length()
19 top_ls += res; in slope_length()
20 s_l[SEG_INDEX(s_l_seg, r, c)] = top_ls; in slope_length()
25 if (top_ls > bot_ls) { in slope_length()
26 bot_ls = top_ls + res; in slope_length()
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/seg/
H A Dslope_len.c7 double res, top_ls, bot_ls; in slope_length() local
17 dseg_get(&s_l, &top_ls, r, c); in slope_length()
18 if (top_ls == half_res) in slope_length()
19 top_ls = res; in slope_length()
21 top_ls += res; in slope_length()
22 dseg_put(&s_l, &top_ls, r, c); in slope_length()
29 if (top_ls > bot_ls) { in slope_length()
30 bot_ls = top_ls + res; in slope_length()
/dports/graphics/box/box-0.4.0/libs/g/
H A Dwincairo.c194 MyLineState *top_ls = BoxArr_Last_Item_Ptr(& wd->saved_line_states); in MyCairoWinData_LineState_Pop_Any() local
196 MyLineState_Relocate(ls, top_ls); in MyCairoWinData_LineState_Pop_Any()