Home
last modified time | relevance | path

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

12345678910>>...36

/dports/editors/yudit/yudit-3.0.7/svgicon/
H A Dsvg2cpp.pl111 my $lastY = 0.0;
127 $lastY += $y0 * $scale;
129 $firstY = $lastY;
143 $lastY += $y * $scale;
157 $lastY = $y * $scale;
166 $lastY = $y0 * $scale;
170 $firstY = $lastY;
177 $lastY = $firstY;
183 $lastY += $y0 * $scale;
191 $lastY = $y0 * $scale;
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Math/
H A DJ2DSegment.h166 float LastY() {return lastY;} in LastY()
254 lastY = (other.M() * x1) + other.N(); in Cuts()
255 cut = (Contains(lastX, lastY) && in Cuts()
256 other.Contains(lastX, lastY)); in Cuts()
265 lastY = (M() * other.X1()) + N(); in Cuts()
266 cut = (Contains(lastX, lastY) && in Cuts()
267 other.Contains(lastX, lastY)); in Cuts()
284 other.Contains(lastX = X1(), lastY = Y1()) || in Cuts()
294 lastY = n + (m * lastX); in Cuts()
296 cut = (Contains(lastX, lastY) && in Cuts()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DZeroPole.cpp49 float lastY = m_lastY; in process() local
59 float output2 = k2 * output1 + pole * lastY; in process()
60 lastY = output2; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
70 lastY = 0.0; in process()
80 m_lastY = lastY; in process()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DZeroPole.cpp49 float lastY = m_lastY; in process() local
59 float output2 = k2 * output1 + pole * lastY; in process()
60 lastY = output2; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
70 lastY = 0.0; in process()
80 m_lastY = lastY; in process()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DZeroPole.cpp49 float lastY = m_lastY; in process() local
59 float output2 = k2 * output1 + pole * lastY; in process()
60 lastY = output2; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
70 lastY = 0.0; in process()
80 m_lastY = lastY; in process()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DZeroPole.cpp47 float lastY = m_lastY; in process() local
57 float output2 = k2 * output1 + pole * lastY; in process()
58 lastY = output2; in process()
65 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
67 lastY = 0.0; in process()
75 m_lastY = lastY; in process()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DZeroPole.cpp49 float lastY = m_lastY; in process() local
59 float output2 = k2 * output1 + pole * lastY; in process()
60 lastY = output2; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
70 lastY = 0.0; in process()
80 m_lastY = lastY; in process()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DZeroPole.cpp49 float lastY = m_lastY; in process() local
59 float output2 = k2 * output1 + pole * lastY; in process()
60 lastY = output2; in process()
68 if (lastX == 0.0f && lastY != 0.0f && fabsf(lastY) < FLT_MIN) { in process()
70 lastY = 0.0; in process()
80 m_lastY = lastY; in process()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DLevelMeterView.swift31 private var lastY: CGFloat = -100 variable
72 if lastY < (height * 0.7) { in draw()
74 } else if lastY < (height * 0.9) { in draw()
80 context?.move(to: CGPoint(x: x, y: lastY)) in draw()
81 context?.addLine(to: CGPoint(x: x, y: lastY + squareHeight)) in draw()
82 context?.addLine(to: CGPoint(x: x + squareWidth - 12.0, y: lastY + squareHeight)) in draw()
83 context?.addLine(to: CGPoint(x: x + squareWidth - 12.0, y: lastY)) in draw()
107 if y > lastY { in draw()
108 lastY = y in draw()
112 lastY = -squareHeight in draw()
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java34 private int lastY; field in vtkInteractorForwarder
45 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
131 lastY = e.getY(); in mousePressed()
134 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
168 lastY = e.getY(); in mouseReleased()
171 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
205 lastY = e.getY(); in mouseMoved()
208 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
240 lastY = e.getY(); in mouseEntered()
266 lastY = e.getY(); in mouseExited()
[all …]
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSFontCFF.cpp665 lastY = 0.0; in drawGlyphCFF()
739 lastY = lastY + stack[i+1]; in execute()
750 lastY = lastY + stack[i]; in execute()
764 lastY = lastY + stack[i]; in execute()
830 lastY = lastY + stack[1]; in execute()
866 lastY = lastY + stack[0]; in execute()
891 lastY = lastY + stack[i+1]; in execute()
893 matrix.toX(lastX, lastY), matrix.toY (lastX, lastY)); in execute()
902 lastY = lastY + stack[i+1]; in execute()
904 matrix.toX(lastX, lastY), matrix.toY (lastX, lastY)); in execute()
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/RecordTest/
H A DLevelMeterView.m31 CGFloat lastY;
54 lastY = -100;
104 if (lastY < (height * 0.7f)) {
106 } else if (lastY < (height * 0.9f)) {
111 CGContextMoveToPoint(context, x, lastY);
112 CGContextAddLineToPoint(context, x, lastY + squareHeight);
131 if (y > lastY) {
132 lastY = y;
140 // Reset lastY periodically.
143 lastY = -squareHeight;
[all …]
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/
H A DDoubleTapScrollGesture.java106 private int lastX, lastY; field in DoubleTapScrollGesture
163 lastY = 0; in clear()
236 lastY = ym; in process()
249 lastY = ym; 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()
302 scrollDistance[1] = lastY - ym; 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()
332 lastY = ym; in process()
[all …]
/dports/math/vtk9/VTK-9.1.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java37 private int lastY; field in vtkInteractorForwarder
49 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
142 lastY = (int)(e.getY() * scaleFactor); in mousePressed()
145 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
179 lastY = (int)(e.getY() * scaleFactor); in mouseReleased()
182 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
216 lastY = (int)(e.getY() * scaleFactor); in mouseMoved()
219 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
251 lastY = (int)(e.getY() * scaleFactor); in mouseEntered()
277 lastY = (int)(e.getY() * scaleFactor); in mouseExited()
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/Java/vtk/rendering/
H A DvtkInteractorForwarder.java37 private int lastY; field in vtkInteractorForwarder
49 this.lastX = this.lastY = this.ctrlPressed = 0; in vtkInteractorForwarder()
142 lastY = (int)(e.getY() * scaleFactor); in mousePressed()
145 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mousePressed()
179 lastY = (int)(e.getY() * scaleFactor); in mouseReleased()
182 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseReleased()
216 lastY = (int)(e.getY() * scaleFactor); in mouseMoved()
219 …component.getRenderWindowInteractor().SetEventInformationFlipY(lastX, lastY, ctrlPressed, shiftPre… in mouseMoved()
251 lastY = (int)(e.getY() * scaleFactor); in mouseEntered()
277 lastY = (int)(e.getY() * scaleFactor); in mouseExited()
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DCustomInteraction.py87 lastY = lastXYpos[1]
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
125 camera.Elevation(lastY-y)
132 def Pan(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
149 APoint1 = centerY+(y-lastY)
174 def Dolly(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
175 dollyFactor = pow(1.02,(0.5*(y-lastY)))
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DCustomInteraction.py87 lastY = lastXYpos[1]
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
125 camera.Elevation(lastY-y)
132 def Pan(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
149 APoint1 = centerY+(y-lastY)
174 def Dolly(renderer, camera, x, y, lastX, lastY, centerX, centerY): argument
175 dollyFactor = pow(1.02,(0.5*(y-lastY)))
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DCustomInteraction.tcl94 set lastY [lindex $lastXYpos 1]
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} {
134 $camera Elevation [expr ($lastY - $y)]
142 proc Pan {renderer camera x y lastX lastY centerX centerY} {
160 set APoint1 [expr $centerY + ($y - $lastY)]
190 proc Dolly {renderer camera x y lastX lastY centerX centerY} {
191 set dollyFactor [expr pow(1.02,(0.5*($y - $lastY)))]
/dports/net/tigervnc-server/tigervnc-1.12.0/vncviewer/
H A DGestureHandler.cxx101 ght.lastY = ght.firstY = y; in handleTouchBegin()
139 touch->lastY = y; in handleTouchUpdate()
146 (touch->firstY != touch->lastY)) in handleTouchUpdate()
442 double *lastX, double *lastY) in getPosition() argument
456 ly += iter->second.lastY; in getPosition()
465 if (lastY) in getPosition()
466 *lastY = ly / size; in getPosition()
482 totalV += iter->second.lastY - iter->second.firstY; in getAverageMovement()
509 dy = fabs(tracked.rbegin()->second.lastY - tracked.begin()->second.lastY); in getAverageDistance()
513 if (lastY) in getAverageDistance()
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/vncviewer/
H A DGestureHandler.cxx101 ght.lastY = ght.firstY = y; in handleTouchBegin()
139 touch->lastY = y; in handleTouchUpdate()
146 (touch->firstY != touch->lastY)) in handleTouchUpdate()
442 double *lastX, double *lastY) in getPosition() argument
456 ly += iter->second.lastY; in getPosition()
465 if (lastY) in getPosition()
466 *lastY = ly / size; in getPosition()
482 totalV += iter->second.lastY - iter->second.firstY; in getAverageMovement()
509 dy = fabs(tracked.rbegin()->second.lastY - tracked.begin()->second.lastY); in getAverageDistance()
513 if (lastY) in getAverageDistance()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Brushes/
H A DSquaresBrush.cs43 int x, int y, int lastX, int lastY) in OnMouseMove() argument
46 int dy = y - lastY; in OnMouseMove()
50 g.MoveTo (lastX - px, lastY - py); in OnMouseMove()
51 g.LineTo (lastX + px, lastY + py); in OnMouseMove()
54 g.LineTo (lastX - px, lastY - py); in OnMouseMove()
/dports/biology/canu/canu-2.2/src/bogart/
H A DplotErrorProfile.pl31 my $lastY = 0;
37 print O "$lastX\t$lastY\n";
46 $lastY = $3;
51 print O "$lastX\t$lastY\n";
/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
196 lastY = y; in gtk_button_press_event()
211 lastY = rect.y; in gtk_button_press_event()
242 drawBand (lastX, lastY, width, height); in gtk_button_release_event()
278 lastY = allocation.y; in gtk_focus_in_event()
314 int newX = lastX, newY = lastY; in gtk_key_press_event()
341 lastY = rect.y; in gtk_key_press_event()
409 int newX = lastX, newY = lastY; in gtk_motion_notify_event()
416 drawBand (lastX, lastY, width, height); in gtk_motion_notify_event()
431 lastY = rect.y; in gtk_motion_notify_event()
[all …]
/dports/x11-toolkits/gnocl/gnocl-0.9.96/demo/canvas/
H A Dtest-canvas-lines.tcl-bcp20040921138 set lastY 0
143 global lastX lastY
147 set lastY $y
150 global lastX lastY xCenter yCenter
152 set a2 [expr {atan2($lastY-$yCenter,$lastX-$xCenter)}]
155 set lastY $y
159 global lastX lastY xCenter yCenter
161 set a2 [expr {pow($lastY-$yCenter,2)+pow($lastX-$xCenter,2)}]
165 set lastY $y
170 global buttonPress lastX lastY xCenter yCenter
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DSash.java47 int startX, startY, lastX, lastY; field in Sash
206 lastY = y; in gtk_button_press_event()
221 lastY = rect.y; in gtk_button_press_event()
260 drawBand (lastX, lastY, width, height); in gtk_button_release_event()
296 lastY = allocation.y; in gtk_focus_in_event()
339 int newX = lastX, newY = lastY; in gtk_key_press_event()
366 lastY = rect.y; in gtk_key_press_event()
440 int newX = lastX, newY = lastY; in gtk_motion_notify_event()
447 drawBand (lastX, lastY, width, height); in gtk_motion_notify_event()
462 lastY = rect.y; in gtk_motion_notify_event()
[all …]

12345678910>>...36