Home
last modified time | relevance | path

Searched refs:currenty (Results 51 – 75 of 278) sorted by relevance

12345678910>>...12

/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/libplot/dumb/
H A Ddumb.h22 extern int currentx, currenty;
/dports/games/openglad/openglad-0.98/src/
H A Dscreen.cpp1874 short currentx, currenty; in load_version_2() local
1922 fread(&currenty, 2, 1, infile); in load_version_2()
1991 short currentx, currenty; in load_version_3() local
2043 fread(&currenty, 2, 1, infile); in load_version_3()
2060 new_guy->setxy(currentx, currenty); in load_version_3()
2111 short currentx, currenty; in load_version_4() local
2165 fread(&currenty, 2, 1, infile); in load_version_4()
2239 short currentx, currenty; in load_version_5() local
2299 fread(&currenty, 2, 1, infile); in load_version_5()
2376 short currentx, currenty; in load_version_6() local
[all …]
H A Dscen.cpp1325 long currentx, currenty; in save_scenario() local
1466 currenty = head->ob->ypos; in save_scenario()
1473 fwrite(&currenty, 2, 1, outfile); in save_scenario()
1499 currenty = head->ob->ypos; in save_scenario()
1506 fwrite(&currenty, 2, 1, outfile); in save_scenario()
1532 currenty = head->ob->ypos; in save_scenario()
1538 fwrite(&currenty, 2, 1, outfile); in save_scenario()
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSStructs.h48 int currenty; variable
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dgba_lcd.h173 …PA, int32_t PB, int32_t PC, int32_t PD, internal_reg &currentx, internal_reg &currenty, int depth);
174 …Y, int32_t PA, int32_t PB, int32_t PC, int32_t PD, internal_reg &currentx, internal_reg &currenty);
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dgba_lcd.h173 …PA, int32_t PB, int32_t PC, int32_t PD, internal_reg &currentx, internal_reg &currenty, int depth);
174 …Y, int32_t PA, int32_t PB, int32_t PC, int32_t PD, internal_reg &currentx, internal_reg &currenty);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DModList.cpp970 int currentx = rect.x, currenty = rect.y; in Draw() local
977 dc.DrawText(string, currentx, currenty); in Draw()
982 currenty += words[i].size.y; in Draw()
983 if (currenty + words[i].size.y> rect.y + rect.height) { in Draw()
995 dc.DrawText(string, currentx, currenty); in Draw()
1036 int currentx = rect.x, currenty = rect.y; in Draw() local
1056 currenty += words[i].size.y; in Draw()
1057 if (currenty + words[i].size.y > rect.y + rect.height) { in Draw()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/nokia/
H A DALCATEL-IND1-IPX-MIB195 a currenty active row in the alaIpxStaticRouteTable is constrained
280 a currenty active row in the alaIpxDefRouteTable is constrained
353 a currenty active row in the alaIpxExtMsgTable is constrained
519 a currenty active row in the alaIpxRipSapFilterTable is constrained
593 a currenty active row in the alaIpxWatchdogSpoofTable is constrained
668 a currenty active row in the alaIpxSerialFilterTable is constrained
742 a currenty active row in the alaIpxKeepaliveSpoofTable is constrained
816 a currenty active row in the alaIpxType20Table is constrained
895 a currenty active row in the alaIpxTimerTable is constrained
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/alcatel/
H A Dalcatelind1ipx.mib195 a currenty active row in the alaIpxStaticRouteTable is constrained
280 a currenty active row in the alaIpxDefRouteTable is constrained
353 a currenty active row in the alaIpxExtMsgTable is constrained
519 a currenty active row in the alaIpxRipSapFilterTable is constrained
593 a currenty active row in the alaIpxWatchdogSpoofTable is constrained
668 a currenty active row in the alaIpxSerialFilterTable is constrained
742 a currenty active row in the alaIpxKeepaliveSpoofTable is constrained
816 a currenty active row in the alaIpxType20Table is constrained
895 a currenty active row in the alaIpxTimerTable is constrained
/dports/net-mgmt/observium/observium/mibs/aos/
H A DALCATEL-IND1-IPX-MIB195 a currenty active row in the alaIpxStaticRouteTable is constrained
280 a currenty active row in the alaIpxDefRouteTable is constrained
353 a currenty active row in the alaIpxExtMsgTable is constrained
519 a currenty active row in the alaIpxRipSapFilterTable is constrained
593 a currenty active row in the alaIpxWatchdogSpoofTable is constrained
668 a currenty active row in the alaIpxSerialFilterTable is constrained
742 a currenty active row in the alaIpxKeepaliveSpoofTable is constrained
816 a currenty active row in the alaIpxType20Table is constrained
895 a currenty active row in the alaIpxTimerTable is constrained
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DDjVuToPS.cpp939 int currenty=0; in print_fg_2layer() local
957 blit->left-currentx, blit->bottom-currenty, in print_fg_2layer()
964 blit->left-currentx, blit->bottom-currenty, in print_fg_2layer()
972 blit->left-currentx, blit->bottom-currenty); in print_fg_2layer()
975 currenty = blit->bottom; in print_fg_2layer()
1040 int currenty = y * red; in print_fg_3layer() local
1044 GRect rect1(currentx,currenty, w*red, h*red); in print_fg_3layer()
1058 write(str,"gsave %d %d translate\n", currentx, currenty); in print_fg_3layer()
1096 blit->left-currentx, blit->bottom-currenty); in print_fg_3layer()
1098 currenty = blit->bottom; in print_fg_3layer()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/controls/
H A DModList.cpp1156 int currentx = rect.x, currenty = rect.y; in Draw() local
1163 dc.DrawText(string, currentx, currenty); in Draw()
1168 currenty += words[i].size.y; in Draw()
1169 if (currenty + words[i].size.y> rect.y + rect.height) { in Draw()
1181 dc.DrawText(string, currentx, currenty); in Draw()
1222 int currentx = rect.x, currenty = rect.y; in Draw() local
1242 currenty += words[i].size.y; in Draw()
1243 if (currenty + words[i].size.y > rect.y + rect.height) { in Draw()
/dports/print/lout/lout-3.40/
H A Dz49.c88 static FULL_LENGTH currenty; /* if cpexists, its y coordinate */ variable
1385 if( cpexists && currenty == vpos ) in PS_PrintWord()
1390 { currenty = vpos; in PS_PrintWord()
1393 printnum(currenty, out_fp); in PS_PrintWord()
1592 gs_stack[gs_stack_top].gs_currenty = currenty; in PS_SaveGraphicState()
1618 currenty = gs_stack[gs_stack_top].gs_currenty; in PS_RestoreGraphicState()
1749 gs_stack[gs_stack_top].gs_currenty = currenty; in PS_SaveTranslateDefineSave()
1762 gs_stack[gs_stack_top].gs_currenty = currenty; in PS_SaveTranslateDefineSave()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXIconList.cpp571 currenty=0; in FXIMPLEMENT()
602 currenty=0; in FXIconList()
2134 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2141 FXMINMAX(oty,oby,anchory,currenty); in onAutoScroll()
2143 currenty=event->win_y-pos_y; in onAutoScroll()
2145 FXMINMAX(nty,nby,anchory,currenty); in onAutoScroll()
2152 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2197 FXMINMAX(oty,oby,anchory,currenty); in onMotion()
2199 currenty=event->win_y-pos_y; in onMotion()
2201 FXMINMAX(nty,nby,anchory,currenty); in onMotion()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXIconList.cpp577 currenty=0; in FXIMPLEMENT()
609 currenty=0; in FXIconList()
2175 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2182 FXMINMAX(oty,oby,anchory,currenty); in onAutoScroll()
2184 currenty=event->win_y-pos_y; in onAutoScroll()
2186 FXMINMAX(nty,nby,anchory,currenty); in onAutoScroll()
2193 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2238 FXMINMAX(oty,oby,anchory,currenty); in onMotion()
2240 currenty=event->win_y-pos_y; in onMotion()
2242 FXMINMAX(nty,nby,anchory,currenty); in onMotion()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXIconList.cpp577 currenty=0; in FXIMPLEMENT()
609 currenty=0; in FXIconList()
2175 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2182 FXMINMAX(oty,oby,anchory,currenty); in onAutoScroll()
2184 currenty=event->win_y-pos_y; in onAutoScroll()
2186 FXMINMAX(nty,nby,anchory,currenty); in onAutoScroll()
2193 drawLasso(anchorx,anchory,currentx,currenty); in onAutoScroll()
2238 FXMINMAX(oty,oby,anchory,currenty); in onMotion()
2240 currenty=event->win_y-pos_y; in onMotion()
2242 FXMINMAX(nty,nby,anchory,currenty); in onMotion()
[all …]
/dports/databases/py-aesqlapius/aesqlapius-0.0.9/
H A DCHANGELOG.md13 currenty ignored)
/dports/databases/R-cran-DBI/DBI/man/
H A DdbListResults.Rd20 DEPRECATED. DBI currenty supports only one open result set per connection,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMdiClient.cs585 int startx, starty, currentx, currenty; in ArrangeIconicWindows()
592 currenty = starty; in ArrangeIconicWindows()
596 rect.Y = currenty; in ArrangeIconicWindows()
611 currenty -= rect.Height; in ArrangeIconicWindows()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DIconList.cpp866 currenty = 0; in FXIMPLEMENT()
3407 drawLasso(anchorx, anchory, currentx, currenty); in onAutoScroll()
3414 FXMINMAX(oty, oby, anchory, currenty); in onAutoScroll()
3416 currenty = event->win_y-pos_y; in onAutoScroll()
3418 FXMINMAX(nty, nby, anchory, currenty); in onAutoScroll()
3425 drawLasso(anchorx, anchory, currentx, currenty); in onAutoScroll()
3473 drawLasso(anchorx, anchory, currentx, currenty); in onMotion()
3477 FXMINMAX(oty, oby, anchory, currenty); in onMotion()
3479 currenty = event->win_y-pos_y; in onMotion()
3481 FXMINMAX(nty, nby, anchory, currenty); in onMotion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/toolchain/win/rc/
H A DREADME.md19 Storage. The binary's code currenty lives at
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/toolchain/win/rc/
H A DREADME.md19 Storage. The binary's code currenty lives at
/dports/lang/v8/v8-9.6.180.12/build/toolchain/win/rc/
H A DREADME.md19 Storage. The binary's code currenty lives at
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/toolchain/win/rc/
H A DREADME.md19 Storage. The binary's code currenty lives at
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMAlbumList.cpp1230 if(anchorx!=currentx && anchory!=currenty){ in onPaint()
1232 FXMINMAX(y,h,anchory,currenty); h-=y; in onPaint()
1287 anchory=currenty=ay; in startLasso()
1296 FXMINMAX(sly,shy,currenty,cy); in updateLasso()
1302 currenty=cy; in updateLasso()
1318 FXMINMAX(ly,hy,anchory,currenty); in endLasso()
1668 FXMINMAX(oty,oby,anchory,currenty); in onAutoScroll()
1671 FXMINMAX(nty,nby,anchory,currenty); in onAutoScroll()
1711 FXMINMAX(oty,oby,anchory,currenty); in onMotion()
1714 FXMINMAX(nty,nby,anchory,currenty); in onMotion()

12345678910>>...12