Home
last modified time | relevance | path

Searched refs:anchorX (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfloatingwidget.cpp148 int anchorX = anchorWidgetOrigin.x(); in onAnchorPointChanged() local
156 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
159 anchorX = anchorX - width(); in onAnchorPointChanged()
166 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
169 anchorX = anchorX - width(); in onAnchorPointChanged()
176 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
180 anchorX = anchorX - width(); in onAnchorPointChanged()
186 anchorX = qBound( 0, anchorX, parentWidget()->width() - width() ); in onAnchorPointChanged()
188 move( anchorX, anchorY ); in onAnchorPointChanged()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfloatingwidget.cpp152 int anchorX = anchorWidgetOrigin.x(); in onAnchorPointChanged() local
160 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
163 anchorX = anchorX - width(); in onAnchorPointChanged()
170 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
173 anchorX = anchorX - width(); in onAnchorPointChanged()
180 anchorX = anchorX - width() / 2; in onAnchorPointChanged()
184 anchorX = anchorX - width(); in onAnchorPointChanged()
190 anchorX = std::clamp( anchorX, 0, parentWidget()->width() - width() ); in onAnchorPointChanged()
192 move( anchorX, anchorY ); in onAnchorPointChanged()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafilters/src/cuda/
H A Dfilter2d.cu55 const int anchorX, const int anchorY) in filter2D() argument
71 res = res + src(y - anchorY + i, x - anchorX + j) * kernel[kInd++]; in filter2D()
96 …int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream) \
104 … filter2D<<<grid, block, 0, stream>>>(brdSrc, dst, kernel, kWidth, kHeight, anchorX, anchorY); \
124 int kWidth, int kHeight, int anchorX, int anchorY, in filter2D() argument
128 … int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream); in filter2D()
139 kWidth, kHeight, anchorX, anchorY, borderValue, stream); in filter2D()
142 … ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int…
143 … ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int…
144 … ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int…
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DRectangleAnchor.java207 final double anchorX, in createRectangle() argument
215 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
220 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
225 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
230 anchorX, anchorY - h / 2.0, w, h in createRectangle()
235 anchorX - w, anchorY - h / 2.0, w, h in createRectangle()
240 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
245 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
250 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
255 anchorX - w / 2.0, anchorY - h / 2.0, w, h in createRectangle()
/dports/science/devisor/devisor2.1/devisor2/grid/backend/
H A DGridTransformation.java34 private int anchorX; field in GridTransformation
40 …uble angle, double scaleX, double scaleY, int translateX, int translateY, int anchorX, int anchorY) in GridTransformation() argument
48 this.anchorX = anchorX; in GridTransformation()
84 return anchorX; in getAnchorX()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleShip.cpp61 SkScalar anchorX = fAtlas->width()*0.5f; in DrawShipView() local
73 xPos, yPos, anchorX, anchorY); in DrawShipView()
81 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY); in DrawShipView()
102 SkScalar anchorX = fAtlas->width()*0.5f; in onDrawContent() local
108 SkScalar dx = c*anchorX - s*anchorY; in onDrawContent()
109 SkScalar dy = s*anchorX + c*anchorY; in onDrawContent()
114 dx -= fXform[i].fSCos*anchorX - fXform[i].fSSin*anchorY; in onDrawContent()
115 dy -= fXform[i].fSSin*anchorX + fXform[i].fSCos*anchorY; in onDrawContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleShip.cpp61 SkScalar anchorX = fAtlas->width()*0.5f; in DrawShipView() local
73 xPos, yPos, anchorX, anchorY); in DrawShipView()
81 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY); in DrawShipView()
102 SkScalar anchorX = fAtlas->width()*0.5f; in onDrawContent() local
108 SkScalar dx = c*anchorX - s*anchorY; in onDrawContent()
109 SkScalar dy = s*anchorX + c*anchorY; in onDrawContent()
114 dx -= fXform[i].fSCos*anchorX - fXform[i].fSSin*anchorY; in onDrawContent()
115 dy -= fXform[i].fSSin*anchorX + fXform[i].fSCos*anchorY; in onDrawContent()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DCrosshairState.java70 private double anchorX; field in CrosshairState
212 d = (x - this.anchorX) * (x - this.anchorX) in updateCrosshairPoint()
268 double d = Math.abs(candidateX - this.anchorX); in updateCrosshairX()
353 return this.anchorX; in getAnchorX()
366 this.anchorX = x; in setAnchorX()
H A DCategoryCrosshairState.java166 double anchorX = anchor.getX(); in updateCrosshairX() local
168 anchorX = anchor.getY(); in updateCrosshairX()
170 double d = Math.abs(transX - anchorX); in updateCrosshairX()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/standard/
H A DBoxHandleKit.java82 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
96 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
109 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
123 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
137 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
151 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
165 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
179 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
H A DAbstractHandle.java79 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
80 invokeStep(x-anchorX, y-anchorY, view.drawing()); in invokeStep()
90 public void invokeEnd(int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeEnd() argument
91 invokeEnd(x-anchorX, y-anchorY, view.drawing()); in invokeEnd()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DAnnotationBase.cs2170 double anchorX = double.NaN; in PaintSelectionHandles()
2181 anchorX = horizAxis.ValueToPosition(anchorX); in PaintSelectionHandles()
2346 anchorX = this.AnchorX; in GetAnchorLocation()
2364 if( double.IsNaN(anchorX) ) in GetAnchorLocation()
2443 double anchorX = this.AnchorX; in GetRelativePosition()
2677 anchorX = horizAxis.ValueToPosition(anchorX); in GetRelativePosition()
2744 anchorX = annot3DPoints[2].X; in GetRelativePosition()
3477 double anchorX = double.NaN; in AddSmartLabelMarkerPositions()
3488 anchorX = horizAxis.ValueToPosition(anchorX); in AddSmartLabelMarkerPositions()
4032 double anchorX = this.AnchorX; in IsAnchorVisible()
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Dmeridians.ts25 anchorX: number; property
146 anchorX: 0,
216 curveData.anchorX,
229 anchorX: 0,
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Dmeridians.ts25 anchorX: number; property
146 anchorX: 0,
216 curveData.anchorX,
229 anchorX: 0,
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Dmeridians.ts25 anchorX: number; property
146 anchorX: 0,
216 curveData.anchorX,
229 anchorX: 0,
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Dmeridians.ts25 anchorX: number; property
146 anchorX: 0,
216 curveData.anchorX,
229 anchorX: 0,
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Dmeridians.ts25 anchorX: number; property
146 anchorX: 0,
216 curveData.anchorX,
229 anchorX: 0,
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/annotations/
H A DCategoryTextAnnotation.java197 float anchorX = 0.0f; in draw() local
209 anchorX = (float) rangeAxis.valueToJava2D(this.value, dataArea, in draw()
213 anchorX = (float) domainAxis.getCategoryJava2DCoordinate( in draw()
221 TextUtilities.drawRotatedString(getText(), g2, anchorX, anchorY, in draw() local
H A DXYTextAnnotation.java526 float anchorX = (float) domainAxis.valueToJava2D( in draw() local
532 float tempAnchor = anchorX; in draw()
533 anchorX = anchorY; in draw()
539 getText(), g2, anchorX, anchorY, getTextAnchor(), in draw()
546 TextUtilities.drawRotatedString(getText(), g2, anchorX, anchorY, in draw() local
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/text/
H A DTextBlock.java192 final float anchorX, final float anchorY, in calculateBounds() argument
202 anchorX + offsets[0], anchorY + offsets[1], in calculateBounds()
239 final float anchorX, final float anchorY, in draw() argument
261 g2, anchorX + offsets[0] + lineOffset, anchorY + offsets[1] + yCursor, in draw()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/tools/
H A DhdAbstractTool.cpp22 anchorX = 0; in hdAbstractTool()
59 anchorX = x; in setAnchorCoords()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/framework/
H A DHandle.java70 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view); in invokeStep() argument
79 public void invokeEnd(int x, int y, int anchorX, int anchorY, DrawingView view); in invokeEnd() argument
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/contrib/
H A DPolygonHandle.java36 public void invokeStep (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeStep() argument
40 public void invokeEnd (int x, int y, int anchorX, int anchorY, DrawingView view) { in invokeEnd() argument
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.cc504 anchorX = 0; in draw()
508 anchorX = 0; in draw()
511 anchorX = 0.5; in draw()
514 anchorX = 1; in draw()
517 anchorX = 0; in draw()
520 anchorX = 0.5; in draw()
523 anchorX = 1; in draw()
526 anchorX = 0; in draw()
529 anchorX = 0.5; in draw()
532 anchorX = 1; in draw()
[all …]
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DXFAForm.cc504 anchorX = 0; in draw()
508 anchorX = 0; in draw()
511 anchorX = 0.5; in draw()
514 anchorX = 1; in draw()
517 anchorX = 0; in draw()
520 anchorX = 0.5; in draw()
523 anchorX = 1; in draw()
526 anchorX = 0; in draw()
529 anchorX = 0.5; in draw()
532 anchorX = 1; in draw()
[all …]

12345678