Home
last modified time | relevance | path

Searched refs:hSaved (Results 1 – 10 of 10) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Ducombo.c73 com->hSaved = HEIGHT(com->panel); in Collapse()
118 h = com->hSaved; in Expand()
198 com->hSaved = 0; in Init()
H A Dfile_selector.c55 fs->hSaved = HEIGHT(fs->panel); in Collapse()
91 h = fs->hSaved; in Expand()
198 fs->hSaved = 0; in Init()
H A Ducombo.h23 int wSaved, hSaved; /* Saved popup list geometry */ member
H A Dfile_selector.h28 int wSaved, hSaved; /* Saved popup geometry */ member
H A Dicon.h29 int wSaved, hSaved; /* Saved geometry */ member
H A Dcombo.c78 com->hSaved = HEIGHT(com->panel); in Collapse()
122 h = com->hSaved; in Expand()
265 com->hSaved = 0; in Init()
H A Dcombo.h29 int wSaved, hSaved; /* Saved popup list geometry */ member
H A Dicon.c89 icon->hSaved = -1; in Init()
H A Dwindow.c1555 icon->hSaved = HEIGHT(wDND); in IconMotion()
1631 icon->wSaved, icon->hSaved);
1639 icon->hSaved = HEIGHT(wDND);
/dports/biology/ugene/ugene-40.1/src/plugins/dotplot/src/
H A DDotPlotWidget.cpp931 int hSaved = h; in drawAll() local
943 shiftY = h * shiftY_saved / hSaved; in drawAll()
950 h = hSaved; in drawAll()