Home
last modified time | relevance | path

Searched refs:xTo (Results 1 – 25 of 125) 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.cpp150 int xTo = 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/lang/v8/v8-9.6.180.12/tools/system-analyzer/view/timeline/
H A Dtimeline-track-map.mjs69 const [xTo, data] = this.drawEdge(map.edge, kOpaque, labelOffset);
71 if (xTo == xPrev) {
76 xPrev = xTo;
91 const [xTo, yTo] = edge.to.position(this.chunks);
92 const sameChunk = xTo == xFrom;
96 const midX = xFrom + (xTo - xFrom) / 2;
103 buffer += `<path d="M ${xFrom} ${yFrom} Q ${midX} ${midY}, ${xTo} ${
107 buffer += `<line x1=${xFrom} x2=${xTo} y1=${yFrom} y2=${
114 const centerX = sameChunk ? xTo : ((xFrom / 2 + midX + xTo / 2) / 2) | 0;
123 return [xTo, buffer];
[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
203 xTo = points.at(i).posGraph().x(); in prepareForDisplay()
207 xTo = qMax (xTo , points.at(i).posGraph().x()); in prepareForDisplay()
231 xTo, 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()
242 m_gridLines.add (factory.createGridLine (xTo , yFrom, xFrom, 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.as47 * and <code>Move.xTo</code> property.</li>
157 // xTo
163 public var xTo:Number; variable in MoveInstance
210 isNaN(xTo) &&
217 xTo = target.x;
239 xFrom = (!isNaN(xTo) && !isNaN(xBy)) ? xTo - xBy : target.x;
240 if (isNaN(xTo))
246 xTo = propertyChanges.end["x"];
250 xTo = (!isNaN(xBy)) ? xFrom + xBy : target.x;
273 [ xTo, yTo ], duration);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/
H A Dunohelper.cxx40 void xforms::copy(const Reference<XPropertySet>& xFrom, Reference<XPropertySet> const& xTo) in copy() argument
43 OSL_ENSURE(xTo.is(), "no target"); in copy()
46 Sequence<Property> aProperties = xTo->getPropertySetInfo()->getProperties(); in copy()
62 xTo->setPropertyValue(rName, xFrom->getPropertyValue(rName)); in copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/
H A Dunohelper.cxx44 Reference<XPropertySet> const & xTo ) in copy() argument
47 OSL_ENSURE( xTo.is(), "no target" ); in copy()
51 xTo->getPropertySetInfo()->getProperties(); in copy()
67 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copy()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/effects/effectClasses/
H A DMoveInstance.as49 * and <code>Move.xTo</code> property.</li>
179 // xTo
190 public var xTo:Number; variable in MoveInstance
252 isNaN(xTo) &&
259 xTo = target.x;
281 xFrom = (!isNaN(xTo) && !isNaN(xBy)) ? xTo - xBy : target.x;
282 if (isNaN(xTo))
288 xTo = propertyChanges.end["x"];
292 xTo = (!isNaN(xBy)) ? xFrom + xBy : target.x;
315 [ xTo, yTo ], duration);
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/rel/
H A Dspatial.c41 Equation xTo, Equation yTo, in initialiseSpatial() argument
45 assign(s, xTo, isDefault(xTo) ? (Equation) NIL : xTo); in initialiseSpatial()
112 CALC(tX, s->xTo,getVar(s->xTo, VarX, VarXref, xref, VarW, tW, EAV), t->x); in forwardsSpatial()
138 CALC(xref, s->xTo, getVar(s->xTo,VarXref,VarX,t->x,VarW,t->w,EAV), t->x); in backwardsSpatial()
142 CALC(fX, s->xTo, getVar(s->xFrom,VarX,VarXref,xref,VarW,f->w,EAV), f->x); in backwardsSpatial()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Kinships/
H A DKinshipsGraph.cs117 GDMIndividualRecord xTo = (GDMIndividualRecord)edge.Target.Value; in GetRelationship()
118 RelationKind curRel = FixLink(xFrom, xTo, (RelationKind)((int)edge.Value)); in GetRelationship()
122 tgt = xTo; in GetRelationship()
125 tmp += xFrom.XRef + ">" + GKData.RelationSigns[(int)curRel] + ">" + xTo.XRef; in GetRelationship()
183 …private static RelationKind FixLink(GDMIndividualRecord xFrom, GDMIndividualRecord xTo, RelationKi… in FixLink() argument
190 switch (xTo.Sex) in FixLink()
202 switch (xTo.Sex) in FixLink()
214 switch (xTo.Sex) in FixLink()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/effects/
H A DMove.as21 * <code>yFrom</code> values, the destination position with <code>xTo</code>
29 * If you specify only the <code>xTo</code> and <code>yTo</code> values
60 * xTo="val"
134 // xTo
142 public var xTo:Number; variable in Move
202 moveInstance.xTo = xTo;
H A DMaskEffect.as81 * <p>You use the <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
116 * xTo=""
357 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
363 // xTo
373 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
376 public var xTo:Number; variable in MaskEffect
389 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
405 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
475 maskEffectInstance.xTo = xTo;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/effects/
H A DMove.as23 * <code>yFrom</code> values, the destination position with <code>xTo</code>
31 * If you specify only the <code>xTo</code> and <code>yTo</code> values
62 * xTo="val"
158 // xTo
171 public var xTo:Number; variable in Move
254 moveInstance.xTo = xTo;
H A DMaskEffect.as98 * <p>You use the <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
133 * xTo=""
424 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
435 // xTo
445 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
453 public var xTo:Number; variable in MaskEffect
466 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
487 * <code>xFrom</code>, <code>yFrom</code>, <code>xTo</code>,
567 maskEffectInstance.xTo = xTo;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/
H A DLine.as105 // xTo
123 public function get xTo():Number property in spark.primitives.Line
131 public function set xTo(value:Number):void property in spark.primitives.Line
246 measuredWidth = Math.abs(xFrom - xTo);
248 measuredX = Math.min(xFrom, xTo);
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.as134 // xTo
138 * @copy spark.effects.Move#xTo
145 public var xTo:Number; variable in spark.effects.supportClasses.MoveInstance
161 new Keyframe(duration, xTo, xBy)];
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgFilterWorker.cpp83 …for (int xFrom = m_xLeft, xTo = 0; (xFrom < xStop) && (m_inputCommandQueue.count() == 0); xFrom++,… in slotRestartTimeout() local
96 imageProcessed.setPixel (xTo, y, (isOn ? in slotRestartTimeout()
/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/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);
449 if (xTo == xPrev) {
454 xPrev = xTo;
469 let [xTo, yTo] = edge.to.position(this.chunks);
470 let sameChunk = xTo == xFrom;
477 let midX = xFrom + (xTo - xFrom) / 2;
480 ctx.quadraticCurveTo(midX, midY, xTo, yTo);
482 ctx.lineTo(xTo, yTo);
489 centerX = (xFrom / 2 + midX + xTo / 2) / 2;
492 centerX = xTo;
[all …]
/dports/devel/lasi/libLASi-1.1.3/src/
H A DdrawGlyph.cpp78 static int xTo(const FT_Vector* pftVec, void* const data, const char* const cmd) { in xTo() function
94 xTo(pftVec, data, "moveto");
103 xTo(pftVec, data, "lineto");
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/dev/
H A Dplot_map.cpp16 double xTo = cos (latTo * D2R) * cos (lonTo * D2R); in pointToPoint() local
22 double x = (1.0 - s) * xFrom + s * xTo; in pointToPoint()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/search/include/pcl/search/impl/
H A Dorganized.hpp185 int xTo = xEnd; in nearestKSearch() local
186 clipRange (xFrom, xTo, 0, input_->width); in nearestKSearch()
189 if (xTo > xFrom) in nearestKSearch()
195 index_t idxTo = idx + xTo - xFrom; in nearestKSearch()
206 index_t idxTo = idx + xTo - xFrom; in nearestKSearch()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridLineFactory.cpp75 double xTo, in createGridLine() argument
82 << " xTo=" << xTo in createGridLine()
107 double xGraph = (1.0 - s) * xFrom + s * xTo; in createGridLine()
112 xGraph = qExp ((1.0 - s) * qLn (xFrom) + s * qLn (xTo)); in createGridLine()

12345