Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c58 static int textwin_x, textwin_y, textwin_w, textwin_h; variable
183 textwin_h = height;
216 poly[0].y = textwin_y + textwin_h - 1; in xtext_redraw()
308 if (ypos2 > textwin_y+textwin_h) {
309 ypos2 = textwin_y+textwin_h;
316 ypos2 = textwin_y+textwin_h;
324 if (ypos + lineheight >= textwin_y + textwin_h)
508 if (ypos < 0 || ypos+lineheight >= textwin_h) {
534 if (ybody2+lineheight >= textwin_h)
535 ybody2 = textwin_h;
[all …]
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c367 long textwin_h = size * dwin->font.lineheight; in win_textbuffer_figure_size() local
368 return textwin_h + 2*prefs.textbuffer.marginy; in win_textbuffer_figure_size()
669 textwinbox.height = textwin_h = cutwin->textwin_h; in redrawtext()
698 ypos2 = textwin_y + textwin_h; in redrawtext()
705 ypos2 = textwin_y+textwin_h; in redrawtext()
808 if (total > cutwin->textwin_h) in scroll_to()
987 ybody2 = cutwin->textwin_h; in flip_selection()
1309 if (jx > cutwin->textwin_h) in readd_lineheights()
1569 if (total > cutwin->textwin_h) in win_textbuffer_set_paging()
1712 int textwin_h = cutwin->textwin_h; /* cache */ in win_textbuffer_layout() local
[all …]
H A Dxg_win_textgrid.c383 long textwin_h = size * dwin->font.lineheight; in win_textgrid_figure_size() local
384 return textwin_h + 2 * prefs.textgrid.marginy; in win_textgrid_figure_size()