Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A Dossim2dBilinearTransform.h120 double saveX = modify_this.x;
126 m_coefficientsYTerm[1]*saveX +
128 m_coefficientsYTerm[3]*saveX*modify_this.y);
153 double saveX = modify_this.x;
159 m_inverseCoefficientsYTerm[1]*saveX +
161 m_inverseCoefficientsYTerm[3]*saveX*modify_this.y);
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dvio.c42 tAbsCoord saveX,saveY; variable
79 *x=saveX; in __vioGetCursorPos()
85 saveX=x; in __vioSetCursorPos()
131 term_cur(saveY,saveX); in __vioWriteBuff()
145 saveX=firstX; in __init_vio()
H A Dmouse.c35 extern tAbsCoord saveX,saveY;
97 term_cur(saveY,saveX); in _mouse_hide()
125 term_cur(saveY,saveX); in _mouse_show()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/opengl/test/
H A Dtest.st43 | aWindow windowNumber eyePosition axeX axeY axeZ saveX |
219 [eyePosition x: eyePosition x + (saveX - aX).
225 [eyePosition y: eyePosition y + (saveX - aX).
231 [eyePosition z: eyePosition z + (saveX - aX).
235 saveX := aX
247 saveX := aX
H A Dtest2.st43 | aWindow windowNumber axeX axeY axeZ saveX |
H A Dbezsurf.st43 | aWindow windowNumber eyePosition axeX axeY axeZ saveX |
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/localbrowser/
H A DLocalBrowserView.cpp123 int buttonWidth, buttonHeight, saveX = 0, saveY = 0, savesX = 5, savesY = 4, buttonPadding = 2; in NotifySavesListChanged() local
141 if(saveX == savesX) in NotifySavesListChanged()
145 saveX = 0; in NotifySavesListChanged()
151 buttonXOffset + buttonPadding + saveX*(buttonWidth+buttonPadding*2), in NotifySavesListChanged()
171 saveX++; in NotifySavesListChanged()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnxnto/
H A Dvio.c46 tAbsCoord saveX,saveY; variable
97 *x=saveX; in __vioGetCursorPos()
105 saveX=x; in __vioSetCursorPos()
260 _putbuf(&p,tparm(cursor_address,saveY,saveX)); in __vioWriteBuff()
418 saveX=firstX; in __init_vio()
H A Dmouse.c53 extern tAbsCoord saveX,saveY;
138 _putbuf(&p,tparm(cursor_address,saveY,saveX)); in _write_char()
/dports/editors/biew/biew-610/biewlib/sysdep/generic/linux/
H A Dvio.c67 static tAbsCoord saveX, saveY, firstX, firstY; variable
179 *x = saveX; in __vioGetCursorPos()
185 saveX = x; in __vioSetCursorPos()
366 saveX = firstX; in __init_vio()
/dports/editors/biew/biew-610/biewlib/sysdep/generic/unix/
H A Dvio.c46 static tAbsCoord saveX, saveY, firstX = 0, firstY = 0; variable
311 *x = saveX; in __vioGetCursorPos()
317 saveX = x; in __vioSetCursorPos()
545 saveX = firstX; in __init_vio()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchView.cpp461 int buttonWidth, buttonHeight, saveX = 0, saveY = 0, savesX = 5, savesY = 4, buttonPadding = 1; in NotifySaveListChanged() local
553 if (saveX == savesX) in NotifySaveListChanged()
557 saveX = 0; in NotifySaveListChanged()
563 buttonXOffset + buttonPadding + saveX*(buttonWidth+buttonPadding*2), in NotifySaveListChanged()
581 saveX++; in NotifySaveListChanged()
/dports/graphics/openrm/rmdemo/
H A Dclipper.c111 static float saveX, saveY; variable
456 saveX = pixeltovp(ix,width); in MyStartClipXformFunc()
488 rmauxArcBall (&saveX, &saveY, &newX, &newY, &m); in MyClipXformFunc()
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIWindow.cpp433 int saveX, saveY, saveWidth, saveHeight, saveMaximized; in doSize() local
441 saveX = rect.left; in doSize()
447 writeAutosaveInfo(saveX, saveY, saveWidth, saveHeight, in doSize()
2827 int saveX, in writeAutosaveInfo() argument
2841 sprintf(info, "%d %d %f %f %d", saveX, saveY, width, height, in writeAutosaveInfo()
2848 int &saveX, in readAutosaveInfo() argument
2878 int saveX, saveY, saveWidth, saveHeight, saveMaximized; in setAutosaveName() local
2882 if (readAutosaveInfo(saveX, saveY, saveWidth, saveHeight, in setAutosaveName()
2912 RECT newRect = { saveX, saveY, saveX + saveWidth, saveY + saveHeight }; in setAutosaveName()
2953 saveX = newRect.left; in setAutosaveName()
[all …]
H A DCUIWindow.h394 virtual bool readAutosaveInfo(int &saveX, int &saveY, int &saveWidth,
396 virtual void writeAutosaveInfo(int saveX, int saveY, int saveWidth,
/dports/games/einstein/einstein-2.0/
H A Dscreen.h46 int saveX, saveY; variable
H A Dscreen.cpp120 SDL_Rect dst = { saveX, saveY, mouseSave->w, mouseSave->h }; in hideMouse()
142 saveX = x; in showMouse()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcmdv.c59 int saveX; /* �ط�������� */ member
841 VAcmd[p1].saveX = p2; in commandVA()
930 VAcmd[no].saveX, VAcmd[no].saveY); in va_drawUnit()
947 ags_copyArea(VAcmd[no].saveX, VAcmd[no].saveY, VAcmd[no].unitWidth, VAcmd[no].unitHeight, in va_restoreUnit()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dfactor.c1326 mpz_t X, Y, saveX; in _GMP_pplus1_factor() local
1334 mpz_init(saveX); in _GMP_pplus1_factor()
1365 mpz_set(saveX, X); in _GMP_pplus1_factor()
1381 mpz_set(saveX, X); in _GMP_pplus1_factor()
1390 mpz_set(X, saveX); in _GMP_pplus1_factor()
1413 mpz_clear(X); mpz_clear(Y); mpz_clear(saveX); in _GMP_pplus1_factor()
/dports/devel/kyra/kyra/isogen/
H A Disogen.cpp31 int saveX = 0; variable
1409 if ( saveX + surface->w >= saveSurface->w ) { in DrawIcons()
1410 saveX = 0; in DrawIcons()
1417 SDL_Rect dst = { saveX, saveY, surface->w, surface->h }; in DrawIcons()
1418 saveX += surface->w + border; in DrawIcons()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfxml.cpp1307 double saveX = GetX(); in WriteXml() local
1310 SetXY(saveX, saveY); in WriteXml()
1337 double saveX = GetX(); in WriteXml() local
1340 SetXY(saveX, saveY); in WriteXml()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPredictorCorrector.cpp219 CoinWorkDouble *saveX = new CoinWorkDouble[numberTotal]; in solve() local
665 CoinMemcpyN(deltaX_, numberTotal, saveX); in solve()
729 deltaX_[i] = lambda * deltaX_[i] + (1.0 - lambda) * saveX[i]; in solve()
735 CoinMemcpyN(saveX, numberTotal, deltaX_); in solve()
832 CoinMemcpyN(deltaX_, numberTotal, saveX); in solve()
863 CoinMemcpyN(saveX, numberTotal, deltaX_); in solve()
897 delete[] saveX; in solve()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPredictorCorrector.cpp218 CoinWorkDouble * saveX = new CoinWorkDouble[numberTotal]; in solve() local
660 CoinMemcpyN(deltaX_, numberTotal, saveX); in solve()
724 deltaX_[i] = lambda * deltaX_[i] + (1.0 - lambda) * saveX[i]; in solve()
730 CoinMemcpyN(saveX, numberTotal, deltaX_); in solve()
831 CoinMemcpyN(deltaX_, numberTotal, saveX); in solve()
864 CoinMemcpyN(saveX, numberTotal, deltaX_); in solve()
897 delete [] saveX; in solve()
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/
H A Dpcdm-backend.cpp23 QString saveX,saveUsername, lastUser, lastDE; variable
/dports/games/freedink-engine/freedink-108.4/
H A DChangeLog3999 src/paths.h, test/woepaths.c: Save games in ~/.freedink//saveX.dat