Home
last modified time | relevance | path

Searched refs:scroll_text (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-wm/qtile/qtile-0.18.1/test/widgets/
H A Dtest_mpris2widget.py144 mp.scroll_text()
149 mp.scroll_text()
166 mp.scroll_text()
171 mp.scroll_text()
176 mp.scroll_text()
198 mp.scroll_text()
259 mp.scroll_text()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3scrollview/
H A Dtst_qscrollview.cpp497 QString scroll_text; member in QTestScrollView
502 if (scroll_text == "") { in drawContents()
517 for( int i = 0; i < (int)scroll_text.length(); i++ ) { in drawContents()
518 if ( !scroll_text[i].isMark() ) in drawContents()
522 QRect br = fm.boundingRect( scroll_text.at(i) ); in drawContents()
526 p->drawText( x, y, scroll_text, i, 1 ); in drawContents()
562 testWidget->scroll_text = ""; in init()
/dports/audio/wmix/wmix-3.1/
H A Dwmix.c174 scroll_text(3, 4, 57, true); in main()
223 scroll_text(3, 4, 57, false); in main()
226 scroll_text(3, 4, 57, true); in main()
324 scroll_text(3, 4, 57, true); in button_press_event()
332 scroll_text(3, 4, 57, true); in button_press_event()
346 scroll_text(3, 4, 57, true); in button_press_event()
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dcampaign.c125 scroll_text(endtext, screen->clip_rect, 3); in start_campaign()
232 scroll_text(wrapped_lines, textarea, 1); in briefPlayer()
262 scroll_text(wrapped_lines, screen->clip_rect, 3); in showGameOver()
269 scroll_text(wrapped_lines, screen->clip_rect, 3); in showGameWon()
H A Dcredits.h35 int scroll_text(char text[MAX_LINES][MAX_LINEWIDTH], SDL_Rect subscreen, int speed);
H A Dcredits.c425 quit = scroll_text(wrapped_lines, subscreen, 2); in credits()
432 int scroll_text(char text[MAX_LINES][MAX_LINEWIDTH], SDL_Rect subscreen, int speed) in scroll_text() function
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dmpris2widget.py152 self.scroll_timer = self.timeout_add(self.scroll_interval, self.scroll_text)
158 def scroll_text(self): member in Mpris2
165 self.timeout_add(self.scroll_interval, self.scroll_text)
171 self.timeout_add(self.scroll_interval, self.scroll_text)
/dports/emulators/teo/teo/src/linux/udebug/
H A Dudreg.c135 static void scroll_text (int value_line) in scroll_text() function
241 scroll_text (teo.debug.extra_first_line); in udreg_UpdateText()
H A Dudmem.c417 static void scroll_text (int value_line, int address) in scroll_text() function
480 scroll_text (value_line, address); in display()
639 scroll_text ( in udmem_Display()
H A Duddisass.c252 static void scroll_text (void) in scroll_text() function
294 scroll_text (); in debug_display_dasm()
/dports/audio/wmix/wmix-3.1/include/
H A Dui_x.h35 void scroll_text (int x, int y, int width, bool reset);
/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dx11.c128 void scroll_text();
330 void scroll_text() in scroll_text() function
905 scroll_text();
967 scroll_text();
971 scroll_text();
980 scroll_text(event.xbutton.y);
/dports/games/abuse_sdl/abuse-0.8/src/
H A Ddirector.h30 void scroll_text(char *Text);
H A Ddirector.cpp24 void director::scroll_text(char *Text) in scroll_text() function in director
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dspeech_dialog.hpp40 bool scroll_text();
H A Dspeech_dialog.cpp139 return scroll_text(); in key_press()
142 bool speech_dialog::scroll_text() in scroll_text() function in speech_dialog
221 return scroll_text(); in detect_joystick_press()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dkrell.c350 if (d->scroll_text)
352 g_free(d->scroll_text);
353 d->scroll_text = NULL;
367 if (d->scroll_text)
369 g_free(d->scroll_text);
370 d->scroll_text = NULL;
428 if (d->scroll_text)
429 g_free(d->scroll_text);
430 d->scroll_text = NULL;
1138 if (d->scroll_text)
[all …]
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.c201 scroll_text(0, prev_nrow - 1, k, 1); in scr_reset()
263 scroll_text(0, TERM_WINDOW_GET_REPORTED_ROWS() - 1, -k, 1); in scr_reset()
591 scroll_text(int row1, int row2, int count, int spec) in scroll_text() function
595 PROF_INIT(scroll_text); in scroll_text()
685 PROF_DONE(scroll_text); in scroll_text()
686 PROF_TIME(scroll_text); in scroll_text()
718 scroll_text(screen.tscroll, screen.bscroll, nlines, 0); in scr_add_lines()
774 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
801 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
970 scroll_text(screen.tscroll, screen.bscroll, dirn, 0); in scr_index()
[all …]
H A Dscreen.h252 extern int scroll_text(int, int, int, int);
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscreen.c201 scroll_text(0, prev_nrow - 1, k, 1); in scr_reset()
263 scroll_text(0, TERM_WINDOW_GET_REPORTED_ROWS() - 1, -k, 1); in scr_reset()
591 scroll_text(int row1, int row2, int count, int spec) in scroll_text() function
595 PROF_INIT(scroll_text); in scroll_text()
685 PROF_DONE(scroll_text); in scroll_text()
686 PROF_TIME(scroll_text); in scroll_text()
718 scroll_text(screen.tscroll, screen.bscroll, nlines, 0); in scr_add_lines()
774 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
801 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
970 scroll_text(screen.tscroll, screen.bscroll, dirn, 0); in scr_index()
[all …]
H A Dscreen.h252 extern int scroll_text(int, int, int, int);
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscreen.c201 scroll_text(0, prev_nrow - 1, k, 1); in scr_reset()
263 scroll_text(0, TERM_WINDOW_GET_REPORTED_ROWS() - 1, -k, 1); in scr_reset()
591 scroll_text(int row1, int row2, int count, int spec) in scroll_text() function
595 PROF_INIT(scroll_text); in scroll_text()
685 PROF_DONE(scroll_text); in scroll_text()
686 PROF_TIME(scroll_text); in scroll_text()
718 scroll_text(screen.tscroll, screen.bscroll, nlines, 0); in scr_add_lines()
774 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
801 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
970 scroll_text(screen.tscroll, screen.bscroll, dirn, 0); in scr_index()
[all …]
H A Dscreen.h252 extern int scroll_text(int, int, int, int);
/dports/games/njam/njam-1.25-src/src/
H A Dnjam.cpp877 …const char scroll_text[] = "NJAM BY MILAN BABUSKOV USE ARROW KEYS TO NAVIGATE MENU … in ScrollText() local
883 m_FontYellow->WriteTextXY(m_Screen, m_ScrollOffset, 10, scroll_text); in ScrollText()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dscreen.c316 scroll_text(0, prev_nrow - 1, k, 1); in scr_reset()
367 scroll_text(0, TermWin.nrow - 1, -k, 1); in scr_reset()
617 scroll_text(0, (TermWin.nrow - 1), TermWin.nrow, 0); in scr_change_screen()
749 scroll_text(int row1, int row2, int count, int spec) in scroll_text() function
864 scroll_text(screen.tscroll, screen.bscroll, nlines, 0); in scr_add_lines()
943 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
975 scroll_text(screen.tscroll, screen.bscroll, 1, 0); in scr_add_lines()
1160 scroll_text(screen.tscroll, screen.bscroll, dirn, 0); in scr_index()
1366 scroll_text(screen.cur.row, screen.bscroll, insdel * count, 0); in scr_insdel_lines()

123