Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp1212 int new_top = --rect.top + rt.bottom; in resize_frame() local
1213 MoveWindow(_hextrabar, 0, rect.top, rt.right, new_top, TRUE); in resize_frame()
1214 rect.top = new_top; in resize_frame()
1222 int new_top = --rect.top + rt.bottom; in resize_frame() local
1223 MoveWindow(_hdrivebar, 0, rect.top, rt.right, new_top, TRUE); in resize_frame()
1224 rect.top = new_top; in resize_frame()
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
H A Dttinterp.c2671 exc->new_top = 0; in Ins_CLEAR()
4125 exc->new_top += L; in Ins_NPUSHB()
4156 exc->new_top += L; in Ins_NPUSHW()
5291 exc->new_top = exc->args; in Ins_FLIPPT()
5503 exc->new_top = exc->args; in Ins_SHP()
5767 exc->new_top = exc->args; in Ins_SHPIX()
6443 exc->new_top = exc->args; in Ins_ALIGNRP()
6731 exc->new_top = exc->args; in Ins_IP()
7195 exc->new_top = exc->args; in Ins_DELTAP()
7273 exc->new_top = exc->args; in Ins_DELTAC()
[all …]