Lines Matching refs:top
94 clips[n].c.top = 0; in btcx_screen_clips()
102 clips[n].c.top = 0; in btcx_screen_clips()
107 if (win->top < 0) { in btcx_screen_clips()
110 clips[n].c.top = 0; in btcx_screen_clips()
112 clips[n].c.height = -win->top; in btcx_screen_clips()
115 if (win->top + win->height > sheight) { in btcx_screen_clips()
118 clips[n].c.top = sheight - win->top; in btcx_screen_clips()
120 clips[n].c.height = win->height - clips[n].c.top; in btcx_screen_clips()
142 win->width, win->height, win->left, win->top, dx); in btcx_align()
155 clips[i].c.left, clips[i].c.top); in btcx_align()
201 if (line > clips[clip].c.top+clips[clip].c.height-1) in btcx_calc_skips()
203 if (line < clips[clip].c.top) { in btcx_calc_skips()
204 if (maxline > clips[clip].c.top-1) in btcx_calc_skips()
205 maxline = clips[clip].c.top-1; in btcx_calc_skips()
208 if (maxline > clips[clip].c.top+clips[clip].c.height-1) in btcx_calc_skips()
209 maxline = clips[clip].c.top+clips[clip].c.height-1; in btcx_calc_skips()