Home
last modified time | relevance | path

Searched defs:thisPoint (Results 1 – 25 of 59) sorted by relevance

123

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/jdk/incubator/foreign/points/support/
H A DlibJNIPoint.c35 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_free()
40 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getX()
46 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setX()
52 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getY()
58 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setY()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/jdk/incubator/foreign/points/support/
H A DlibJNIPoint.c43 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_free()
48 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getX()
54 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setX()
60 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getY()
66 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setY()
72 (JNIEnv *env, jclass cls, jlong thisPoint, jlong other) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_distance()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/jdk/incubator/foreign/points/support/
H A DlibJNIPoint.c43 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_free()
48 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getX()
54 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setX()
60 (JNIEnv *env, jclass cls, jlong thisPoint) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_getY()
66 (JNIEnv *env, jclass cls, jlong thisPoint, jint value) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_setY()
72 (JNIEnv *env, jclass cls, jlong thisPoint, jlong other) { in Java_org_openjdk_bench_jdk_incubator_foreign_points_support_JNIPoint_distance()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/flow/
H A DkpToolSpraycan.cpp118 QRect kpToolSpraycan::drawLineWithProbability (const QPoint &thisPoint, in drawLineWithProbability()
193 QRect kpToolSpraycan::drawLine (const QPoint &thisPoint, const QPoint &lastPoint) in drawLine()
233 void kpToolSpraycan::endDraw (const QPoint &thisPoint, in endDraw()
H A DkpToolPen.cpp63 QRect kpToolPen::drawLine (const QPoint &thisPoint, const QPoint &lastPoint) in drawLine()
H A DkpToolFlowPixmapBase.cpp48 QRect kpToolFlowPixmapBase::drawLine (const QPoint &thisPoint, const QPoint &lastPoint) in drawLine()
H A DkpToolColorEraser.cpp130 QRect kpToolColorEraser::drawLine (const QPoint &thisPoint, const QPoint &lastPoint) in drawLine()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpToolColorPicker.cpp87 void kpToolColorPicker::draw (const QPoint &thisPoint, const QPoint &, const QRect &) in draw()
119 void kpToolColorPicker::endDraw (const QPoint &thisPoint, const QRect &) in endDraw()
H A DkpTool_Drawing.cpp358 void kpTool::endDrawInternal (const QPoint &thisPoint, const QRect &normalizedRect, in endDrawInternal()
411 void kpTool::endShapeInternal (const QPoint &thisPoint, const QRect &normalizedRect) in endShapeInternal()
H A DkpToolFloodFill.cpp129 void kpToolFloodFill::draw (const QPoint &thisPoint, const QPoint &, const QRect &) in draw()
/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DScatter1D.h212 Point1D thisPoint = Point1D(x); in addPoint() local
219 Point1D thisPoint = Point1D(x, ex); in addPoint() local
226 Point1D thisPoint = Point1D(x, ex); in addPoint() local
233 Point1D thisPoint = Point1D(x, exminus, explus); in addPoint() local
H A DScatter2D.h235 Point2D thisPoint = Point2D(x, y); in addPoint() local
243 Point2D thisPoint = Point2D(x, y, ex, ey); in addPoint() local
251 Point2D thisPoint = Point2D(x, y, ex, ey); in addPoint() local
260 Point2D thisPoint = Point2D(x, y, exminus, explus, eyminus, eyplus); in addPoint() local
H A DScatter3D.h250 Point3D thisPoint = Point3D(x, y, z); in addPoint() local
258 Point3D thisPoint = Point3D(x, y, z, ex, ey, ez); in addPoint() local
266 Point3D thisPoint = Point3D(x, y, z, ex, ey, ez); in addPoint() local
276 Point3D thisPoint = Point3D(x, y, z, exminus, explus, eyminus, eyplus, ezminus, ezplus); in addPoint() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dcurve.c161 unsigned int thisPoint; in log_curve() local
172 unsigned int thisPoint; in log_curve() local
198 unsigned int thisPoint; in log_entire_curve() local
/dports/science/yoda/YODA-1.9.1/src/
H A DScatter1D.cc27 Point1D& thisPoint = this->_points[thisPointIndex]; in updateTotalUncertainty() local
59 Point1D& thisPoint = this->_points[thisPointIndex]; in writeVariationsToAnnotations() local
H A DScatter3D.cc128 Point3D& thisPoint = this->_points[thisPointIndex]; in writeVariationsToAnnotations() local
149 Point3D& thisPoint = this->_points[thisPointIndex]; in updateTotalUncertainty() local
H A DScatter2D.cc80 Point2D& thisPoint = this->_points[thisPointIndex]; in updateTotalUncertainty() local
91 Point2D& thisPoint = this->_points[thisPointIndex]; in writeVariationsToAnnotations() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkThinPlateSplineKernelTransform.hxx41 const InputPointType & thisPoint, in ComputeDeformationContribution()
H A DitkThinPlateR2LogRSplineKernelTransform.hxx41 const InputPointType & thisPoint, in ComputeDeformationContribution()
H A DitkVolumeSplineKernelTransform.hxx42 const InputPointType & thisPoint, in ComputeDeformationContribution()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/
H A DkpAbstractSelectionTool_Create.cpp157 void kpAbstractSelectionTool::drawCreate (const QPoint &thisPoint, in drawCreate()
H A DkpAbstractSelectionTool_Move.cpp182 void kpAbstractSelectionTool::drawMove (const QPoint &thisPoint, const QRect &/*normalizedRect*/) in drawMove()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/text/
H A DkpToolText.cpp193 void kpToolText::endShape (const QPoint &thisPoint, const QRect &normalizedRect) in endShape()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DTPTSTypes.cpp56 ui::Point thisPoint = *(value.pt); in operator StringType() local
/dports/x11/konsole/konsole-21.12.3/src/widgets/
H A DViewSplitter.cpp470 … QPoint thisPoint = orientation() == Qt::Horizontal ? QPoint(delta, 0) : QPoint(0, delta); in mousePressEvent() local
482 QPoint thisPoint = parentSplitter->mapToTopLevel(mapToParent(ev->pos())); in mousePressEvent() local
509 QPoint thisPoint = parentSplitter->mapToTopLevel(mapToParent(ev->pos())); in mouseMoveEvent() local

123