Home
last modified time | relevance | path

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

12345

/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dwhiteboardpaintarea.h47 int xFrom, int yFrom, int xTo, int yTo);
49 int xFrom, int yFrom, int xTo, int yTo);
51 int xFrom, int yFrom, int xTo, int yTo);
53 int xFrom, int yFrom, int xTo, int yTo);
55 int xFrom, int yFrom, int xTo, int yTo);
57 int xFrom, int yFrom, int xTo, int yTo);
68 int xFrom, int yFrom, int xTo, int yTo);
70 int xFrom, int yFrom, int xTo, int yTo);
72 int xFrom, int yFrom, int xTo, int yTo);
76 int xFrom, int yFrom, int xTo, int yTo);
[all …]
H A Dwhiteboard.h38 int xFrom, int yFrom, int xTo, int yTo);
40 int xFrom, int yFrom, int xTo, int yTo);
42 int xFrom, int yFrom, int xTo, int yTo);
44 int xFrom, int yFrom, int xTo, int yTo);
46 int xFrom, int yFrom, int xTo, int yTo);
48 int xFrom, int yFrom, int xTo, int yTo);
50 int xFrom, int yFrom, int xTo, int yTo);
51 void usedEraser(int lineWidth, int xFrom, int yFrom, int xTo, int yTo);
67 int xFrom, int yFrom, int xTo, int yTo);
H A Dwhiteboard.cpp158 int yTo = tmp.toInt(&ok); in receivedWhiteBoardLine() local
166 if (xFrom < 0 && yFrom < 0 && xTo < 0 && yTo < 0) in receivedWhiteBoardLine()
196 m_paintArea->useEraser(lineWidth, xFrom, yFrom, xTo, yTo); in receivedWhiteBoardLine()
204 m_paintArea->drawArrow(lineWidth, penColor, xFrom, yFrom, xTo, yTo); in receivedWhiteBoardLine()
427 int xFrom, int yFrom, int xTo, int yTo) in drawedPencil() argument
433 int xFrom, int yFrom, int xTo, int yTo) in drawedLine() argument
444 int xFrom, int yFrom, int xTo, int yTo) in drawedFilledRectangle() argument
455 int xFrom, int yFrom, int xTo, int yTo) in drawedFilledEllipse() argument
552 int xFrom, int yFrom, int xTo, int yTo) in emitDRCommand() argument
554 if (xFrom < 0 && yFrom < 0 && xTo < 0 && yTo < 0) in emitDRCommand()
[all …]
H A Dwhiteboardpaintarea.cpp124 checkImageSize(xFrom, yFrom, xTo, yTo, lineWidth); in drawLine()
132 if (xFrom == xTo && yFrom == yTo) in drawLine()
138 tPaint.drawLine(xFrom, yFrom, xTo, yTo); in drawLine()
147 checkImageSize(xFrom, yFrom, xTo, yTo, lineWidth); in drawRectangle()
158 checkImageSize(xFrom, yFrom, xTo, yTo, lineWidth); in drawFilledRectangle()
162 drawRect(&tPaint, xFrom, yFrom, xTo, yTo); in drawFilledRectangle()
170 checkImageSize(xFrom, yFrom, xTo, yTo, lineWidth); in drawEllipse()
181 checkImageSize(xFrom, yFrom, xTo, yTo, lineWidth); in drawFilledEllipse()
195 arrow(&tPaint, xFrom, yFrom, xTo, yTo); in drawArrow()
205 tPaint.drawLine(xFrom, yFrom, xTo, yTo); in useEraser()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Checker/
H A DChecker.cpp193 double xFrom = 0, xTo = 0, yFrom = 0, yTo = 0; in prepareForDisplay() local
216 yTo = points.at(i).posGraph().y(); in prepareForDisplay()
220 yTo = qMax (yTo , points.at(i).posGraph().y()); in prepareForDisplay()
239 m_gridLines.add (factory.createGridLine (xFrom, yFrom, xFrom, yTo , transformation)); in prepareForDisplay()
240 m_gridLines.add (factory.createGridLine (xFrom, yTo , xTo , yTo , transformation)); in prepareForDisplay()
241 m_gridLines.add (factory.createGridLine (xTo , yTo , xTo , yFrom, transformation)); in prepareForDisplay()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/effects/effectClasses/
H A DMoveInstance.as50 * and <code>Move.yTo</code> property.</li>
185 // yTo
191 public var yTo:Number; variable in MoveInstance
213 isNaN(yTo) &&
219 yTo = target.y;
254 // Ditto for yFrom, yTo, and yBy.
256 yFrom = (!isNaN(yTo) && !isNaN(yBy)) ? yTo - yBy : target.y;
257 if (isNaN(yTo))
263 yTo = propertyChanges.end["y"];
273 [ xTo, yTo ], duration);
[all …]
H A DIrisInstance.as75 yTo = targetVisualBounds.y;
87 yTo = targetHeight / 2 + targetVisualBounds.y;
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/view/timeline/
H A Dtimeline-track-map.mjs91 const [xTo, yTo] = edge.to.position(this.chunks);
97 const midY = (yFrom + yTo) / 2 - 100;
101 yTo}" class=strokeBG />`
104 yTo}" stroke=${color} fill=none opacity=${opacity} />`
108 yTo} class=strokeBG />`;
110 buffer += `<line x1=${xFrom} x2=${xTo} y1=${yFrom} y2=${yTo} stroke=${
115 const centerY = sameChunk ? yTo : ((yFrom / 2 + midY + yTo / 2) / 2) | 0;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/effects/effectClasses/
H A DMoveInstance.as52 * and <code>Move.yTo</code> property.</li>
222 // yTo
233 public var yTo:Number; variable in MoveInstance
255 isNaN(yTo) &&
261 yTo = target.y;
296 // Ditto for yFrom, yTo, and yBy.
298 yFrom = (!isNaN(yTo) && !isNaN(yBy)) ? yTo - yBy : target.y;
299 if (isNaN(yTo))
305 yTo = propertyChanges.end["y"];
315 [ xTo, yTo ], duration);
[all …]
H A DIrisInstance.as85 yTo = targetVisualBounds.y;
97 yTo = targetHeight / 2 + targetVisualBounds.y;
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/rel/
H A Dspatial.c41 Equation xTo, Equation yTo, in initialiseSpatial() argument
46 assign(s, yTo, isDefault(yTo) ? (Equation) NIL : yTo); in initialiseSpatial()
113 CALC(tY, s->yTo,getVar(s->yTo, VarY, VarYref, yref, VarH, tH, EAV), t->y); in forwardsSpatial()
139 CALC(yref, s->yTo, getVar(s->yTo,VarYref,VarY,t->y,VarH,t->h,EAV), t->y); in backwardsSpatial()
143 CALC(fY, s->yTo, getVar(s->yFrom,VarY,VarYref,yref,VarH,f->h,EAV), f->y); in backwardsSpatial()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridLineFactory.cpp76 double yTo, in createGridLine() argument
83 << " yTo=" << yTo; in createGridLine()
108 double yGraph = (1.0 - s) * yFrom + s * yTo; in createGridLine()
115 yGraph = qExp ((1.0 - s) * qLn (yFrom) + s * qLn (yTo)); in createGridLine()
133 yTo, in createGridLine()
345 double yTo, in finishActiveGridLine() argument
353 << " yTo=" << yTo; in finishActiveGridLine()
357 (yFrom == yTo)) { in finishActiveGridLine()
H A DGridLineFactory.h47 double yTo,
74 double yTo,
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/effects/
H A DMove.as22 * and <code>yTo</code>, or the number of pixels to move the component
29 * If you specify only the <code>xTo</code> and <code>yTo</code> values
61 * yTo="val"
168 // yTo
176 public var yTo:Number; variable in Move
205 moveInstance.yTo = yTo;
H A DMaskEffect.as82 * and <code>yTo</code> properties to specify the coordinates of the initial
118 * yTo=""
358 * and <code>yTo</code>. </p>
374 * and <code>yTo</code>. </p>
390 * and <code>yTo</code>. </p>
395 // yTo
406 * and <code>yTo</code>. </p>
408 public var yTo:Number; variable in MaskEffect
476 maskEffectInstance.yTo = yTo;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/effects/
H A DMove.as24 * and <code>yTo</code>, or the number of pixels to move the component
31 * If you specify only the <code>xTo</code> and <code>yTo</code> values
63 * yTo="val"
207 // yTo
220 public var yTo:Number; variable in Move
257 moveInstance.yTo = yTo;
H A DMaskEffect.as99 * and <code>yTo</code> properties to specify the coordinates of the initial
135 * yTo=""
425 * and <code>yTo</code>. </p>
446 * and <code>yTo</code>. </p>
467 * and <code>yTo</code>. </p>
477 // yTo
488 * and <code>yTo</code>. </p>
495 public var yTo:Number; variable in MaskEffect
568 maskEffectInstance.yTo = yTo;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/
H A DLine.as179 // yTo
197 public function get yTo():Number property in spark.primitives.Line
205 public function set yTo(value:Number):void property in spark.primitives.Line
247 measuredHeight = Math.abs(yFrom - yTo);
249 measuredY = Math.min(yFrom, yTo);
290 if ((xFrom <= xTo) == (yFrom <= yTo))
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/supportClasses/
H A DMoveInstance.as91 // yTo
96 * @copy spark.effects.Move#yTo
103 public var yTo:Number; variable in spark.effects.supportClasses.MoveInstance
163 new Keyframe(duration, yTo, yBy)];
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/test-extensions/net/sourceforge/jnlp/awt/awtactions/
H A DMouseActions.java104 public static void drag(int xTo, int yTo, Robot robot, int delayMs){ in drag() argument
108 robot.mouseMove(xTo, yTo); in drag()
111 public static void drag(int xTo, int yTo, Robot robot){ in drag() argument
115 robot.mouseMove(xTo, yTo); in drag()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h147 …, int32 width, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, TextSelection…
148 …t32 lines = 1, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, int32 removeF…
149 … int32 outerw, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, TextSelection…
150 …t32 lines = 1, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, int32 removeF…
151 … int32 outerw, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, TextSelection…
152 …t32 lines = 1, style::align align = style::al_left, int32 yFrom = 0, int32 yTo = -1, int32 removeF…
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/commands/
H A DCmdCalendar.cpp92 auto yTo = yFrom; in execute() local
226 yTo = yFrom; in execute()
230 yTo++; in execute()
239 while (yFrom < yTo || (yFrom == yTo && mFrom <= mTo)) in execute()
346 ++yTo; in execute()
352 Datetime date_before (yTo, mTo, 1); in execute()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/dev/
H A Dplot_map.cpp17 double yTo = cos (latTo * D2R) * sin (lonTo * D2R); in pointToPoint() local
23 double y = (1.0 - s) * yFrom + s * yTo; in pointToPoint()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/search/include/pcl/search/impl/
H A Dorganized.hpp214 int yTo = yEnd - 1; in nearestKSearch() local
215 clipRange (yFrom, yTo, 0, input_->height); in nearestKSearch()
218 if (yFrom < yTo) in nearestKSearch()
223 index_t idxTo = yTo * input_->width + xBegin; in nearestKSearch()
232 index_t idxTo = yTo * input_->width + xEnd - 1; in nearestKSearch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/system-analyzer/timeline/
H A Dtimeline-track.mjs448 let [xTo, yTo] = this.drawEdge(ctx, current.edge, true, labelOffset);
469 let [xTo, yTo] = edge.to.position(this.chunks);
478 let midY = (yFrom + yTo) / 2 - 100;
480 ctx.quadraticCurveTo(midX, midY, xTo, yTo);
482 ctx.lineTo(xTo, yTo);
490 centerY = (yFrom / 2 + midY + yTo / 2) / 2;
493 centerY = yTo;
503 return [xTo, yTo];

12345