Home
last modified time | relevance | path

Searched refs:scroll2 (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Ddec8.c159 scroll2[offset]=data; in WRITE_HANDLER()
171 scroll2[0]=data&0xf; in WRITE_HANDLER()
200 scroll2[1]=data; in WRITE_HANDLER()
205 scroll2[3]=data; in WRITE_HANDLER()
599 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in lastmiss_vh_screenrefresh()
600 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in lastmiss_vh_screenrefresh()
616 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in shackled_vh_screenrefresh()
617 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in shackled_vh_screenrefresh()
694 tilemap_set_scrollx( dec8_pf0_tilemap,0, (scroll2[0]<<8)+scroll2[1] ); in srdarwin_vh_screenrefresh()
751 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in gondo_vh_screenrefresh()
[all …]
H A Dsauro.c16 static int scroll2; variable
68 scroll2 = (data & 0xf8) | map[data & 7]; in WRITE_HANDLER()
147 sx = (sx - scroll2) & 0xff; in sauro_vh_screenrefresh()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Ddec8_vidhrdw.c158 scroll2[offset]=data; in WRITE_HANDLER()
170 scroll2[0]=data&0xf; in WRITE_HANDLER()
216 scroll2[1]=data; in WRITE_HANDLER()
221 scroll2[3]=data; in WRITE_HANDLER()
625 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
626 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in VIDEO_UPDATE()
635 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
636 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in VIDEO_UPDATE()
713 tilemap_set_scrollx( dec8_pf0_tilemap,0, (scroll2[0]<<8)+scroll2[1] ); in VIDEO_UPDATE()
775 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
[all …]
H A Dfitfight_vidhrdw.c122 int scroll2; in VIDEO_UPDATE() local
124 scroll2 = (fof_700000[0] & 0x01f8) >> 6; in VIDEO_UPDATE()
125 scroll2 = 0; in VIDEO_UPDATE()
131 tilemap_set_scrollx(fof_bak_tilemap,0, scrollval - scroll2 ); in VIDEO_UPDATE()
139 tilemap_set_scrollx(fof_mid_tilemap,0, scrollval - scroll2 ); in VIDEO_UPDATE()
H A Dsystem16_vidhrdw.c1076 int offset,offset2, scroll,scroll2,orig_scroll; in sys18_vh_screenrefresh_helper() local
1082 orig_scroll = scroll2 = scroll = sys18_splittab_bg_x[i]; in sys18_vh_screenrefresh_helper()
1084 if((sys16_bg2_scrollx &0xff00) != 0x8000) scroll2 = sys16_bg2_scrollx; in sys18_vh_screenrefresh_helper()
1105 int offset,offset2, scroll,scroll2,orig_scroll; in sys18_vh_screenrefresh_helper() local
1111 orig_scroll = scroll2 = scroll = sys18_splittab_fg_x[i]; in sys18_vh_screenrefresh_helper()
1114 if( (sys16_fg2_scrollx &0xff00) != 0x8000 ) scroll2 = sys16_fg2_scrollx; in sys18_vh_screenrefresh_helper()
1834 int offset,offset2, scroll,scroll2,orig_scroll; in sys16_aburner_vh_screenrefresh_helper() local
1839 orig_scroll = scroll2 = scroll = sys18_splittab_bg_x[i]; in sys16_aburner_vh_screenrefresh_helper()
1841 if((sys16_bg2_scrollx &0xff00) != 0x8000) scroll2 = sys16_bg2_scrollx; in sys16_aburner_vh_screenrefresh_helper()
1858 int offset,offset2, scroll,scroll2,orig_scroll; in sys16_aburner_vh_screenrefresh_helper() local
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Ddec8_vidhrdw.c158 scroll2[offset]=data; in WRITE_HANDLER()
170 scroll2[0]=data&0xf; in WRITE_HANDLER()
216 scroll2[1]=data; in WRITE_HANDLER()
221 scroll2[3]=data; in WRITE_HANDLER()
625 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
626 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in VIDEO_UPDATE()
635 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
636 tilemap_set_scrolly( dec8_pf0_tilemap,0, ((scroll2[2]<<8)+scroll2[3]) ); in VIDEO_UPDATE()
713 tilemap_set_scrollx( dec8_pf0_tilemap,0, (scroll2[0]<<8)+scroll2[1] ); in VIDEO_UPDATE()
775 tilemap_set_scrollx( dec8_pf0_tilemap,0, ((scroll2[0]<<8)+scroll2[1]) ); in VIDEO_UPDATE()
[all …]
H A Dfitfight_vidhrdw.c122 int scroll2; in VIDEO_UPDATE() local
124 scroll2 = (fof_700000[0] & 0x01f8) >> 6; in VIDEO_UPDATE()
125 scroll2 = 0; in VIDEO_UPDATE()
131 tilemap_set_scrollx(fof_bak_tilemap,0, scrollval - scroll2 ); in VIDEO_UPDATE()
139 tilemap_set_scrollx(fof_mid_tilemap,0, scrollval - scroll2 ); in VIDEO_UPDATE()
H A Dsystem16_vidhrdw.c1119 int offset,offset2, scroll,scroll2,orig_scroll; in sys18_vh_screenrefresh_helper() local
1125 orig_scroll = scroll2 = scroll = sys18_splittab_bg_x[i]; in sys18_vh_screenrefresh_helper()
1127 if((sys16_bg2_scrollx &0xff00) != 0x8000) scroll2 = sys16_bg2_scrollx; in sys18_vh_screenrefresh_helper()
1148 int offset,offset2, scroll,scroll2,orig_scroll; in sys18_vh_screenrefresh_helper() local
1154 orig_scroll = scroll2 = scroll = sys18_splittab_fg_x[i]; in sys18_vh_screenrefresh_helper()
1157 if( (sys16_fg2_scrollx &0xff00) != 0x8000 ) scroll2 = sys16_fg2_scrollx; in sys18_vh_screenrefresh_helper()
1877 int offset,offset2, scroll,scroll2,orig_scroll; in sys16_aburner_vh_screenrefresh_helper() local
1882 orig_scroll = scroll2 = scroll = sys18_splittab_bg_x[i]; in sys16_aburner_vh_screenrefresh_helper()
1884 if((sys16_bg2_scrollx &0xff00) != 0x8000) scroll2 = sys16_bg2_scrollx; in sys16_aburner_vh_screenrefresh_helper()
1901 int offset,offset2, scroll,scroll2,orig_scroll; in sys16_aburner_vh_screenrefresh_helper() local
[all …]
/dports/games/dodgindiamond2/dd2-0.2.2/src/
H A Dmain.c46 float scroll=0,scroll2=0; variable
199 if(scroll2>0) in gameLoop()
200 scroll2-=2; in gameLoop()
202 scroll2=200; in gameLoop()
208 if(!scroll2) { in gameLoop()
219 b.y=204+(int)scroll2; in gameLoop()
220 b.h=SCREENH-(int)scroll2; in gameLoop()
222 a.y=SCREENH-(int)scroll2; in gameLoop()
224 b.h=(int)scroll2; in gameLoop()
230 b.y=204+(int)scroll2; in gameLoop()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgtreeview.cpp210 QScrollBar* scroll2 = horizontalScrollBar(); in getState() local
211 …if ((scroll2 != nullptr) && scroll2->value() == scroll2->maximum() && scroll2->value() != scroll2-… in getState()
214 scroll2 = verticalScrollBar(); in getState()
215 …if ((scroll2 != nullptr) && scroll2->value() == scroll2->maximum() && scroll2->value() != scroll2-… in getState()
360 auto* scroll2 = qobject_cast<QScrollBar*>(sender()); in onRangeChanged() local
361 … if ((stickH && scroll2 == horizontalScrollBar()) || (stickV && scroll2 == verticalScrollBar())) { in onRangeChanged()
362 scroll2->setValue(scroll2->maximum()); in onRangeChanged()
370 if (scroll2 == horizontalScrollBar()) { in onActionTriggered()
373 if (scroll2 == verticalScrollBar()) { in onActionTriggered()
377 if (scroll2 == horizontalScrollBar()) { in onActionTriggered()
[all …]
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprefs_template.c137 GtkWidget *scroll2; in prefs_template_window_create() local
213 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
214 gtk_widget_show(scroll2); in prefs_template_window_create()
215 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
218 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
220 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
228 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/devel/z88dk/z88dk/libsrc/target/ondra/stdio/
H A Dgeneric_console.asm46 scroll2: label
52 jr nz,scroll2
/dports/games/sdb/sdb-1.0.2/src/
H A Dinterface.cpp561 float scroll2 = 0.0; in title() local
738 scroll2 += SCROLL2_RATE * timer.dT(); in title()
761 glTexCoord2f(scroll2, 0.0); in title()
763 glTexCoord2f(scroll2+1.0, 0.0); in title()
765 glTexCoord2f(scroll2+1.0, 1.0); in title()
767 glTexCoord2f(scroll2, 1.0); in title()
1723 scroll2 += SCROLL2_RATE * timer.dT(); in configScreen()
1759 glTexCoord2f(scroll2, 0.0); in configScreen()
1761 glTexCoord2f(scroll2+1.0, 0.0); in configScreen()
1763 glTexCoord2f(scroll2+1.0, 1.0); in configScreen()
[all …]
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/
H A DNanoVNASaver.py251 scroll2 = QtWidgets.QScrollArea()
252 scroll2.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn)
253 scroll2.setWidgetResizable(True)
254 scroll2.setVisible(True)
258 scroll2.setWidget(widget2)
259 self.marker_column.addWidget(scroll2)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/
H A Dcull_rect_test.cc458 auto scroll2 = ScrollPaintPropertyNode::Create( in TEST_F() local
461 CreateCompositedScrollTranslation(*t2, -10, -15, *scroll2); in TEST_F()
493 auto scroll2 = ScrollPaintPropertyNode::Create( in TEST_F() local
496 CreateCompositedScrollTranslation(*t2, -3000, -5000, *scroll2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Dcull_rect_test.cc450 auto scroll2 = ScrollPaintPropertyNode::Create( in TEST_F() local
453 CreateCompositedScrollTranslation(*t2, -10, -15, *scroll2); in TEST_F()
485 auto scroll2 = ScrollPaintPropertyNode::Create( in TEST_F() local
488 CreateCompositedScrollTranslation(*t2, -3000, -5000, *scroll2); in TEST_F()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dprefs_template.c164 GtkWidget *scroll2; in prefs_template_window_create() local
254 scroll2 = gtk_scrolled_window_new(NULL, NULL); in prefs_template_window_create()
255 gtk_widget_show(scroll2); in prefs_template_window_create()
256 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
259 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scroll2), in prefs_template_window_create()
261 gtk_box_pack_start(GTK_BOX(vbox1), scroll2, TRUE, TRUE, 0); in prefs_template_window_create()
280 gtk_container_add(GTK_CONTAINER(scroll2), text_value); in prefs_template_window_create()

123