Home
last modified time | relevance | path

Searched refs:sitext (Results 1 – 4 of 4) sorted by relevance

/dports/games/spellcast/spellcast/
H A Dxtext.c28 py->sitext.nlines = 0;
52 py->sitext.py = py;
53 py->sitext.top = 0;
55 py->sitext.x = TEXT_X;
56 py->sitext.y = TEXT_Y;
70 for (ix=py->sitext.top; ix<=py->sitext.nlines; ix++) {
126 py->sitext.nlines++;
128 if (py->sitext.nlines-py->sitext.top == py->sitext.visible) {
129 jump = ((py->sitext.nlines-py->sitext.top) - py->sitext.visible) + 1;
130 py->sitext.top += jump;
[all …]
H A Dxspell.h68 struct scroll_interface sitext, siquery, sistats; member
H A Dxloop.c82 else if (in_scrollbar_box(&(py->sitext), event.xbutton.x, in mainloop()
84 py->mousestate = scrollbar_hit(&(py->sitext), in mainloop()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dtreeview.c275 plot_font_style_t sitext; /**< Selected entry field text */ member
2628 infotext_style = &style->sitext; in treeview_redraw_tree()
2850 infotext_style = &style->sitext; in treeview_redraw_search()
4955 plot_style_even.sitext = plot_style_even.stext; in treeview_init_plot_styles()
4956 plot_style_even.sitext.foreground = nscolours[NSCOLOUR_SEL_FG_SUBTLE]; in treeview_init_plot_styles()
4968 plot_style_odd.sitext = plot_style_even.sitext; in treeview_init_plot_styles()
5252 plot_style_odd.sitext.foreground, size); in treeview_init_furniture()