Home
last modified time | relevance | path

Searched refs:newx (Results 1 – 25 of 1659) sorted by last modified time

12345678910>>...67

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dfunctions.c953 void MoveViewport(int newx, int newy, Bool grab) in MoveViewport() argument
962 if(newx > Scr.VxMax) in MoveViewport()
963 newx = Scr.VxMax; in MoveViewport()
966 if(newx <0) in MoveViewport()
967 newx = 0; in MoveViewport()
972 deltax = Scr.Vx - newx; in MoveViewport()
974 Scr.Vx = newx; in MoveViewport()
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Widget/
H A DSize.t21 my ( $self, $oldx, $oldy, $newx, $newy) = @_;
22 set_flag(0) if ( $newx == $wsave[0] && $newy == $wsave[1] && $oldx == $w[0] && $oldy == $w[1]);
/dports/x11-fonts/bdfresize/bdfresize-1.5/
H A Dcharresize.c244 int newx, newy; in countup_score() local
251 for (newx = newxbegin; newx < newxend; newx ++) { in countup_score()
252 int newX = newx * bbw; in countup_score()
256 dstgray[newy * newbbw + newx] += in countup_score()
/dports/sysutils/wmcube/wmcube/wmcube/
H A Dwmcube.c555 int newx=x; in BlitNum() local
559 newx -= CHAR_WIDTH; in BlitNum()
564 newx -= CHAR_WIDTH; in BlitNum()
569 BlitString(buf, newx, y); in BlitNum()
/dports/sysutils/wmscript/wmscript.app/wmscript/
H A Dwmscript.c334 int newx=x; in BlitNum() local
338 newx -= CHAR_WIDTH; in BlitNum()
348 BlitString(buf, newx, y); in BlitNum()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_apqc_html.py1715 newx = x.split("\n")
1716 if not(newx[0].strip()):
1717 newx = '\n'.join(newx[1:])
1719 newx = '\n'.join(newx)
1721 newx = str(x)
1732 </div>'''.format(addclass, top_line, newx)
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c4916 Real *newx,*newy,*newz = NULL; in ReorderElementsMetis() local
4971 newx = Rvector(1,data->noknots); in ReorderElementsMetis()
4976 newx[i] = data->x[perm[i-1]+1]; in ReorderElementsMetis()
4985 data->x = newx; in ReorderElementsMetis()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiwindow.c360 int newx, newy; /* new inner window position */ in miResizeWindow() local
374 newx = pParent->drawable.x + x + bw; in miResizeWindow()
415 if (newx != oldx || newy != oldy) in miResizeWindow()
436 x = pWin->drawable.x = newx; in miResizeWindow()
H A Dmioverlay.c1084 int newx, newy; /* new inner window position */ in miOverlayResizeWindow() local
1100 newx = pParent->drawable.x + x + bw; in miOverlayResizeWindow()
1159 if (newx != oldx || newy != oldy) in miOverlayResizeWindow()
1189 x = pWin->drawable.x = newx; in miOverlayResizeWindow()
/dports/net/wmwave/wmwave/
H A Dwmwave.c405 int newx=x; in BlitNum() local
409 BlitString(buf, newx, y); in BlitNum()
/dports/math/gap/gap-4.11.0/lib/
H A Doprt.gi94 local A,newx;
103 newx:=ExternalSet(U,HomeEnumerator(xset),FunctionAction(xset));
104 return newx;
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/lib/
H A Dposet.gi3187 local l, pos, cl, v, newx, newy, diffx, diffy;
3197 newx := Int(v!.x*factorx);
3199 diffx := newx - v!.x;
/dports/math/gap/gap-4.11.0/pkg/hecke-1.5.3/gap/
H A Dspecht.gi1499 local newx, i, Place, Unplace, places;
1546 newx:=Unplace(places);
1547 if newx=[[],[]] then return Module(H,module,0,[]);
1548 else return Module(H,module,newx[1],newx[2]);
/dports/math/gap/gap-4.11.0/pkg/matgrp/lib/
H A Drecograt.gi2144 # we have d describe a the highest level. So we want x=d*newx
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/
H A Ddescent.py674 newx = lastx - q*x
676 x = newx
/dports/japanese/xv/xv-3.10a/
H A Dxvps.c617 double offx, offy, newx, newy; local
633 newx = ((x-pageRect.x) / in2pix) - offx;
636 moveImage(newx, newy);
867 static void moveImage(newx,newy) in moveImage() argument
868 double newx, newy; in moveImage()
875 newx = floor(newx * 1000.0 + 0.5) / 1000.0;
879 RANGE(newx, -hsx, psizex-hsx);
882 if (newx != pos_inx || newy != pos_iny) { /* moved */
884 pos_inx = newx;
H A Dxvgraf.c428 int newx, newy; local
445 newx = dx + orighx; newy = dy + orighy;
448 if (newx != gp->hands[h].x || newy != gp->hands[h].y) {
454 gp->hands[h].x = newx; gp->hands[h].y = newy;
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Derode.c429 gboolean find_all_neighbours_hex( gint x, gint y, gint *newx, gint *newy, in find_all_neighbours_hex() argument
580 *newx = ii%max; in find_all_neighbours_hex()
775 gboolean find_all_neighbours_hex_old( gint x, gint y, gint *newx, gint *newy, in find_all_neighbours_hex_old() argument
878 *newx = ii%max; in find_all_neighbours_hex_old()
1184 gboolean dfind_all_neighbours( gint x, gint y, gint *newx, gint *newy, in dfind_all_neighbours() argument
1284 *newx = ii%max; in dfind_all_neighbours()
/dports/graphics/pfstools/pfstools-2.1.0/src/pfsview/
H A Dluminancerange_widget.cpp340 int newx = getWindowX( valuePointer ); in showValuePointer() local
341 if( oldx == -1 ) oldx = newx; in showValuePointer()
343 QRect updateRect( min( oldx, newx ), fRect.top(), in showValuePointer()
344 max( oldx, newx ) - min(oldx, newx )+1, fRect.height() ); in showValuePointer()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvps.c617 double offx, offy, newx, newy; local
633 newx = ((x-pageRect.x) / in2pix) - offx;
636 moveImage(newx, newy);
867 static void moveImage(newx,newy) in moveImage() argument
868 double newx, newy; in moveImage()
875 newx = floor(newx * 1000.0 + 0.5) / 1000.0;
879 RANGE(newx, -hsx, psizex-hsx);
882 if (newx != pos_inx || newy != pos_iny) { /* moved */
884 pos_inx = newx;
H A Dxvgraf.c428 int newx, newy; local
445 newx = dx + orighx; newy = dy + orighy;
448 if (newx != gp->hands[h].x || newy != gp->hands[h].y) {
454 gp->hands[h].x = newx; gp->hands[h].y = newy;
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dpdfapp.c730 static void pdfapp_panview(pdfapp_t *app, int newx, int newy) in pdfapp_panview() argument
732 if (newx > 0) in pdfapp_panview()
733 newx = 0; in pdfapp_panview()
737 if (newx + app->imgw < app->winw) in pdfapp_panview()
738 newx = app->winw - app->imgw; in pdfapp_panview()
743 newx = (app->winw - app->imgw) / 2; in pdfapp_panview()
747 if (newx != app->panx || newy != app->pany) in pdfapp_panview()
750 app->panx = newx; in pdfapp_panview()
1892 int newx = app->panx + x - app->selx; in pdfapp_onmouse() local
1946 pdfapp_panview(app, newx, newy); in pdfapp_onmouse()
/dports/graphics/impressive/Impressive-0.13.0-beta2/
H A Dimpressive.py994 newx = dest[0]
995 newy = size[1] * newx / size[0]
998 newx = size[0] * newy / size[1]
1000 return (int(newx), int(newy))
1001 return (newx, newy)
/dports/graphics/xv/xv-3.10a/
H A Dxvps.c617 double offx, offy, newx, newy; local
633 newx = ((x-pageRect.x) / in2pix) - offx;
636 moveImage(newx, newy);
867 static void moveImage(newx,newy) in moveImage() argument
868 double newx, newy; in moveImage()
875 newx = floor(newx * 1000.0 + 0.5) / 1000.0;
879 RANGE(newx, -hsx, psizex-hsx);
882 if (newx != pos_inx || newy != pos_iny) { /* moved */
884 pos_inx = newx;
H A Dxvgraf.c428 int newx, newy; local
445 newx = dx + orighx; newy = dy + orighy;
448 if (newx != gp->hands[h].x || newy != gp->hands[h].y) {
454 gp->hands[h].x = newx; gp->hands[h].y = newy;

12345678910>>...67