Home
last modified time | relevance | path

Searched refs:scrollText (Results 1 – 20 of 20) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DScrollingText.cpp143 if (oldestId >= scrollText->id) in scrolling_text_get_matching_or_oldest()
145 oldestId = scrollText->id; in scrolling_text_get_matching_or_oldest()
151 && std::memcmp(scrollText->string_args, ft.Buf(), sizeof(scrollText->string_args)) == 0 in scrolling_text_get_matching_or_oldest()
152 …&& scrollText->colour == colour && scrollText->position == scroll && scrollText->mode == scrolling… in scrolling_text_get_matching_or_oldest()
165 format_string_to_upper(dst, size, scrollText->string_id, scrollText->string_args); in scrolling_text_format()
169 format_string(dst, size, scrollText->string_id, scrollText->string_args); in scrolling_text_format()
1443 scrollText.string_id = 0; in scrolling_text_invalidate()
1444 std::memset(scrollText.string_args, 0, sizeof(scrollText.string_args)); in scrolling_text_invalidate()
1469 std::memcpy(scrollText->string_args, ft.Buf(), sizeof(scrollText->string_args)); in scrolling_text_setup()
1470 scrollText->colour = colour; in scrolling_text_setup()
[all …]
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dcontroller_font_menu.cc85 scrollText = scrolltexts[0]; in create_fontes_list()
86 scroll_ptr = scrollText; in create_fontes_list()
136 sText = scrollText; in move_chars()
/dports/devel/newt/newt-0.52.21/
H A Dwhiptcl.c70 int scrollText = 0; in wtCmd() local
87 { "scrolltext", '\0', 0, &scrollText, 0 }, in wtCmd()
188 if (scrollText) flags |= FLAG_SCROLL_TEXT; in wtCmd()
H A Dwhiptail.c341 int scrollText = 0; in main() local
377 { "scrolltext", '\0', 0, &scrollText, 0 }, in main()
543 if (scrollText) flags |= FLAG_SCROLL_TEXT; in main()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dcontroller_font_menu.h48 char* scrollText; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/
H A DAccessibleTextExtendedListener.java258 public void scrollText(AccessibleTextEvent e); in scrollText() method
H A DAccessibleTextExtendedAdapter.java271 public void scrollText(AccessibleTextEvent e) {} in scrollText() method in AccessibleTextExtendedAdapter
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/accessibility/
H A DAccessibleTextExtendedListener.java258 public void scrollText(AccessibleTextEvent e); in scrollText() method
H A DAccessibleTextExtendedAdapter.java271 public void scrollText(AccessibleTextEvent e) {} in scrollText() method in AccessibleTextExtendedAdapter
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DBitmapFont.h61 void scrollText(const std::string &text, float scrollSpeed);
H A DBitmapFont.cpp247 void BitmapText::scrollText(const std::string &text, float scrollSpeed) in scrollText() function in BitmapText
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DSubtitlePlayer.cpp132 dsq->subtext->scrollText(subLines[curLine].line, 0.02); in update()
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/gui/base/
H A DStatusCanvas.java96 public void scrollText(String msg) in scrollText() method in StatusCanvas
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/tools/
H A DRSSFeeder.java131 can.scrollText((String) e2.nextElement()); in run()
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/
H A DScrolling.pp9 procedure scrollText();
59 procedure scrollText();
H A DBackgroundAllInOne.pp58 …(go: @scrollText; name: 'Text Backgrounds'; description: 'Hardware Scr…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledText.java6432 scrollText(srcY, destY); in handleTextChanging()
6825 public void scrollText(AccessibleTextEvent e) { in initializeAccessible()
8233 void scrollText(int srcY, int destY) { in scrollText() method in StyledText
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledText.java6434 scrollText(srcY, destY);
6827 public void scrollText(AccessibleTextEvent e) {
8235 void scrollText(int srcY, int destY) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/
H A DAccessible.java4672 listener.scrollText(event); in scrollSubstringTo()
4689 listener.scrollText(event); in scrollSubstringToPoint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/
H A DAccessible.java3391 listener.scrollText(event); in setVisibleCharacterRangeAttribute()