Home
last modified time | relevance | path

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

12345678910>>...33

/dports/editors/yudit/yudit-3.0.7/svgicon/
H A Dsvg2cpp.pl110 my $lastX = 0.0;
126 $lastX += $x0 * $scale;
128 $firstX = $lastX;
142 $lastX += $x * $scale;
156 $lastX = $x * $scale;
165 $lastX = $x0 * $scale;
169 $firstX = $lastX;
176 $lastX = $firstX;
182 $lastX += $x0 * $scale;
190 $lastX = $x0 * $scale;
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Math/
H A DJ2DSegment.h161 float LastX() {return lastX;} in LastX()
253 lastX = x1; in Cuts()
255 cut = (Contains(lastX, lastY) && in Cuts()
256 other.Contains(lastX, lastY)); in Cuts()
264 lastX = other.X1(); in Cuts()
266 cut = (Contains(lastX, lastY) && in Cuts()
267 other.Contains(lastX, lastY)); in Cuts()
293 lastX = (other.N() - n)/(m - other.M()); in Cuts()
294 lastY = n + (m * lastX); in Cuts()
296 cut = (Contains(lastX, lastY) && in Cuts()
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java33 private int lastX; field in vtkInteractorForwarder
45 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
130 lastX = e.getX(); in mousePressed()
134 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
167 lastX = e.getX(); in mouseReleased()
171 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
204 lastX = e.getX(); in mouseMoved()
208 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
239 lastX = e.getX(); in mouseEntered()
265 lastX = e.getX(); in mouseExited()
[all …]
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSFontCFF.cpp664 lastX = 0.0; in drawGlyphCFF()
738 lastX = lastX + stack[i]; in execute()
748 lastX = lastX + stack[i]; in execute()
762 lastX = lastX + stack[i]; in execute()
829 lastX = lastX + stack[0]; in execute()
848 lastX = lastX + stack[0]; in execute()
890 lastX = lastX + stack[i]; in execute()
893 matrix.toX(lastX, lastY), matrix.toY (lastX, lastY)); in execute()
901 lastX = lastX + stack[i]; in execute()
904 matrix.toX(lastX, lastY), matrix.toY (lastX, lastY)); in execute()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DSash.java46 int startX, startY, lastX, lastY; field in Sash
195 lastX = x; in gtk_button_press_event()
210 lastX = rect.x; in gtk_button_press_event()
212 if ((parent.style & SWT.MIRRORED) != 0) lastX = parent.getClientWidth () - width - lastX; in gtk_button_press_event()
277 lastX = allocation.x; in gtk_focus_in_event()
314 int newX = lastX, newY = lastY; in gtk_key_press_event()
340 lastX = rect.x; in gtk_key_press_event()
342 if ((parent.style & SWT.MIRRORED) != 0) lastX = parent.getClientWidth () - width - lastX; in gtk_key_press_event()
409 int newX = lastX, newY = lastY; in gtk_motion_notify_event()
430 lastX = rect.x; in gtk_motion_notify_event()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DSash.java47 int startX, startY, lastX, lastY; field in Sash
205 lastX = x; in gtk_button_press_event()
220 lastX = rect.x; in gtk_button_press_event()
222 if ((parent.style & SWT.MIRRORED) != 0) lastX = parent.getClientWidth () - width - lastX; in gtk_button_press_event()
295 lastX = allocation.x; in gtk_focus_in_event()
339 int newX = lastX, newY = lastY; in gtk_key_press_event()
365 lastX = rect.x; in gtk_key_press_event()
367 if ((parent.style & SWT.MIRRORED) != 0) lastX = parent.getClientWidth () - width - lastX; in gtk_key_press_event()
440 int newX = lastX, newY = lastY; in gtk_motion_notify_event()
461 lastX = rect.x; in gtk_motion_notify_event()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/
H A DDoubleTapScrollGesture.java106 private int lastX, lastY; field in DoubleTapScrollGesture
162 lastX = 0; in clear()
235 lastX = xm; in process()
248 lastX = xm; in process()
257 … System.err.println(this+".pressed: gPtr "+gPtr+", this "+lastX+"/"+lastY+", "+pe); in process()
290 final int sqScrollLen = getSquareDistance(lastX, lastY, xm, ym); in process()
301 scrollDistance[0] = lastX - xm; in process()
309 final int sqScrollLen = getSquareDistance(lastX, lastY, xm, ym); in process()
314 … ", this "+xm+"/"+ym+", last "+lastX+"/"+lastY+", d "+scrollDistance[0]+"/"+scrollDistance[1]); in process()
331 lastX = xm; in process()
[all …]
/dports/math/vtk9/VTK-9.1.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java36 private int lastX; field in vtkInteractorForwarder
49 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
141 lastX = (int)(e.getX() * scaleFactor); in mousePressed()
145 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
178 lastX = (int)(e.getX() * scaleFactor); in mouseReleased()
182 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
215 lastX = (int)(e.getX() * scaleFactor); in mouseMoved()
219 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
250 lastX = (int)(e.getX() * scaleFactor); in mouseEntered()
276 lastX = (int)(e.getX() * scaleFactor); in mouseExited()
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java36 private int lastX; field in vtkInteractorForwarder
49 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
141 lastX = (int)(e.getX() * scaleFactor); in mousePressed()
145 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
178 lastX = (int)(e.getX() * scaleFactor); in mouseReleased()
182 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
215 lastX = (int)(e.getX() * scaleFactor); in mouseMoved()
219 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
250 lastX = (int)(e.getX() * scaleFactor); in mouseEntered()
276 lastX = (int)(e.getX() * scaleFactor); in mouseExited()
[all …]
/dports/biology/canu/canu-2.2/src/bogart/
H A DplotErrorProfile.pl30 my $lastX = 0;
37 print O "$lastX\t$lastY\n";
45 $lastX = $2;
51 print O "$lastX\t$lastY\n";
52 print O "$lastX\t0\n";
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/test-classes/
H A DBasicLambdaApp.java40 static int lastX; field in BasicLambdaApp
42 lastX = -1; in testCapturingLambda()
46 if (x != lastX + 1) { in testCapturingLambda()
47 throw new RuntimeException(x + " != " + (lastX + 1)); in testCapturingLambda()
49 lastX = x; in testCapturingLambda()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/test-classes/
H A DBasicLambdaApp.java40 static int lastX; field in BasicLambdaApp
42 lastX = -1; in testCapturingLambda()
46 if (x != lastX + 1) { in testCapturingLambda()
47 throw new RuntimeException(x + " != " + (lastX + 1)); in testCapturingLambda()
49 lastX = x; in testCapturingLambda()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/test-classes/
H A DBasicLambdaApp.java40 static int lastX; field in BasicLambdaApp
42 lastX = -1; in testCapturingLambda()
46 if (x != lastX + 1) { in testCapturingLambda()
47 throw new RuntimeException(x + " != " + (lastX + 1)); in testCapturingLambda()
49 lastX = x; in testCapturingLambda()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DZeroPole.cpp48 float lastX = m_lastX; in process() local
55 float output1 = k1 * (input - zero * lastX); in process()
56 lastX = input; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
79 m_lastX = lastX; in process()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DZeroPole.cpp48 float lastX = m_lastX; in process() local
55 float output1 = k1 * (input - zero * lastX); in process()
56 lastX = input; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
79 m_lastX = lastX; in process()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DZeroPole.cpp48 float lastX = m_lastX; in process() local
55 float output1 = k1 * (input - zero * lastX); in process()
56 lastX = input; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
79 m_lastX = lastX; in process()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DZeroPole.cpp46 float lastX = m_lastX; in process() local
53 float output1 = k1 * (input - zero * lastX); in process()
54 lastX = input; in process()
65 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
74 m_lastX = lastX; in process()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DZeroPole.cpp48 float lastX = m_lastX; in process() local
55 float output1 = k1 * (input - zero * lastX); in process()
56 lastX = input; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
79 m_lastX = lastX; in process()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DZeroPole.cpp48 float lastX = m_lastX; in process() local
55 float output1 = k1 * (input - zero * lastX); in process()
56 lastX = input; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
79 m_lastX = lastX; in process()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DShapeRaster.cpp970 float lastX = 0; in Scan() local
1002 lastX = swrData[cb].curX; in Scan()
1022 lastX=swrData[cb].curX; in Scan()
1392 float lastX = 0; in QuickScan() local
1684 swrData[no].lastX = swrData[no].curX; in AvanceEdge()
1856 swrData[no].lastX, in DestroyEdge()
1862 line->AddBord(swrData[no].lastX, in DestroyEdge()
1875 swrData[no].lastX, in DestroyEdge()
1881 line->AddBord(swrData[no].lastX, in DestroyEdge()
1901 swrData[no].lastX, in AvanceEdge()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/vncviewer/
H A DGestureHandler.cxx100 ght.lastX = ght.firstX = x; in handleTouchBegin()
138 touch->lastX = x; in handleTouchUpdate()
145 if ((touch->firstX != touch->lastX) || in handleTouchUpdate()
442 double *lastX, double *lastY) in getPosition() argument
455 lx += iter->second.lastX; in getPosition()
463 if (lastX) in getPosition()
464 *lastX = lx / size; in getPosition()
481 totalH += iter->second.lastX - iter->second.firstX; in getAverageMovement()
508 dx = fabs(tracked.rbegin()->second.lastX - tracked.begin()->second.lastX); in getAverageDistance()
511 if (lastX) in getAverageDistance()
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/vncviewer/
H A DGestureHandler.cxx100 ght.lastX = ght.firstX = x; in handleTouchBegin()
138 touch->lastX = x; in handleTouchUpdate()
145 if ((touch->firstX != touch->lastX) || in handleTouchUpdate()
442 double *lastX, double *lastY) in getPosition() argument
455 lx += iter->second.lastX; in getPosition()
463 if (lastX) in getPosition()
464 *lastX = lx / size; in getPosition()
481 totalH += iter->second.lastX - iter->second.firstX; in getAverageMovement()
508 dx = fabs(tracked.rbegin()->second.lastX - tracked.begin()->second.lastX); in getAverageDistance()
511 if (lastX) in getAverageDistance()
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DCustomInteraction.py86 lastX = lastXYpos[0]
98 Rotate(ren, ren.GetActiveCamera(), x, y, lastX, lastY,
101 Pan(ren, ren.GetActiveCamera(), x, y, lastX, lastY, centerX,
104 Dolly(ren, ren.GetActiveCamera(), x, y, lastX, lastY,
123 def Rotate(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
124 camera.Azimuth(lastX-x)
132 def Pan(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
148 APoint0 = centerX+(x-lastX)
174 def Dolly(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DCustomInteraction.py86 lastX = lastXYpos[0]
98 Rotate(ren, ren.GetActiveCamera(), x, y, lastX, lastY,
101 Pan(ren, ren.GetActiveCamera(), x, y, lastX, lastY, centerX,
104 Dolly(ren, ren.GetActiveCamera(), x, y, lastX, lastY,
123 def Rotate(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
124 camera.Azimuth(lastX-x)
132 def Pan(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
148 APoint0 = centerX+(x-lastX)
174 def Dolly(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DCustomInteraction.tcl93 set lastX [lindex $lastXYpos 0]
105 Rotate ren1 [ren1 GetActiveCamera] $x $y $lastX $lastY $centerX $centerY
107 Pan ren1 [ren1 GetActiveCamera] $x $y $lastX $lastY $centerX $centerY
109 Dolly ren1 [ren1 GetActiveCamera] $x $y $lastX $lastY $centerX $centerY
131 proc Rotate {renderer camera x y lastX lastY centerX centerY} {
133 $camera Azimuth [expr ($lastX - $x)]
142 proc Pan {renderer camera x y lastX lastY centerX centerY} {
159 set APoint0 [expr $centerX + ($x - $lastX)]
190 proc Dolly {renderer camera x y lastX lastY centerX centerY} {

12345678910>>...33