Home
last modified time | relevance | path

Searched refs:anchorx (Results 1 – 25 of 140) sorted by relevance

123456

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/
H A DGraphicsUtil.java33 …public static void drawStringAlign(Graphics2D g2d, String s, int x, int y, float anchorx, float an… in drawStringAlign() argument
36 g2d.drawString(s, x - anchorx*width, y + anchory*height); in drawStringAlign()
49 …public static void drawStringAlign(Graphics2D g2d, String s, int x, int y, float anchorx, float an… in drawStringAlign() argument
54 if (anchorx <= 0) dirx = 1; in drawStringAlign()
55 if (anchorx >= 1) dirx = -1; in drawStringAlign()
62 g2d.drawString(s, x - anchorx*width + dirx*offset, y + anchory*height + diry*offset); in drawStringAlign()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dshape_util.c224 double controlx, controly, anchorx, anchory, x, y; in SWFMovieClip_remove()
258 anchorx = (r*sin(angle)); in SWFMovieClip_remove()
262 anchorx-controlx, anchory-controly); in SWFMovieClip_remove()
264 x = anchorx; in SWFMovieClip_remove()
319 double anchorx, double anchory)
324 (int)rint(anchorx*Ming_scale),
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dshape_util.c224 double controlx, controly, anchorx, anchory, x, y; in SWFShape_drawArc() local
258 anchorx = (r*sin(angle)); in SWFShape_drawArc()
262 anchorx-controlx, anchory-controly); in SWFShape_drawArc()
264 x = anchorx; in SWFShape_drawArc()
319 double anchorx, double anchory) in SWFShape_drawCurveTo() argument
324 (int)rint(anchorx*Ming_scale), in SWFShape_drawCurveTo()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dshape_util.c224 double controlx, controly, anchorx, anchory, x, y; in SWFShape_drawArc() local
258 anchorx = (r*sin(angle)); in SWFShape_drawArc()
262 anchorx-controlx, anchory-controly); in SWFShape_drawArc()
264 x = anchorx; in SWFShape_drawArc()
319 double anchorx, double anchory) in SWFShape_drawCurveTo() argument
324 (int)rint(anchorx*Ming_scale), in SWFShape_drawCurveTo()
/dports/graphics/py-ming/libming-ming-0_4_8/src/
H A Dshape_util.c224 double controlx, controly, anchorx, anchory, x, y; in SWFShape_drawArc() local
258 anchorx = (r*sin(angle)); in SWFShape_drawArc()
262 anchorx-controlx, anchory-controly); in SWFShape_drawArc()
264 x = anchorx; in SWFShape_drawArc()
319 double anchorx, double anchory) in SWFShape_drawCurveTo() argument
324 (int)rint(anchorx*Ming_scale), in SWFShape_drawCurveTo()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DWidget_geometry.c785 switch ( p-> anchorx) { in Widget_packInfo()
862 var-> geomInfo. anchorx = EAST; in Widget_packInfo()
865 var-> geomInfo. anchorx = EAST; in Widget_packInfo()
868 var-> geomInfo. anchorx = EAST; in Widget_packInfo()
874 var-> geomInfo. anchorx = WEST; in Widget_packInfo()
877 var-> geomInfo. anchorx = WEST; in Widget_packInfo()
880 var-> geomInfo. anchorx = WEST; in Widget_packInfo()
1113 switch (slavePtr-> anchorx) { in Widget_place_slaves()
1155 switch ( p-> anchorx) { in Widget_placeInfo()
1204 var-> geomInfo. anchorx = EAST; in Widget_placeInfo()
[all …]
/dports/graphics/py-visvis/visvis-1.13.0/text/
H A Dtext_base.py185 if textObject.halign < 0: anchorx = x1
186 elif textObject.halign > 0: anchorx = x2
187 else: anchorx = x1 + (x2-x1)/2.0
197 vertices[:,0] = vertices[:,0] - anchorx
202 vertices[:,0] = vertices[:,0] - anchorx
229 if halign < 0: anchorx = 0
230 elif halign > 0: anchorx = w
231 else: anchorx = w/2.0
233 vertices[:,0] = vertices[:,0] + anchorx
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1464 translate(anchorx, anchory); in rotate()
1466 translate(-anchorx, -anchory); in rotate()
1543 translate(anchorx, anchory); in rotate()
1545 translate(-anchorx, -anchory); in rotate()
1878 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2065 m02 = anchorx + anchory; in setToQuadrantRotation()
2066 m12 = anchory - anchorx; in setToQuadrantRotation()
2080 m02 = anchorx + anchorx; in setToQuadrantRotation()
2095 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java686 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1481 translate(anchorx, anchory); in rotate()
1483 translate(-anchorx, -anchory); in rotate()
1560 translate(anchorx, anchory); in rotate()
1562 translate(-anchorx, -anchory); in rotate()
1895 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2082 m02 = anchorx + anchory; in setToQuadrantRotation()
2083 m12 = anchory - anchorx; in setToQuadrantRotation()
2097 m02 = anchorx + anchorx; in setToQuadrantRotation()
2112 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java687 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1482 translate(anchorx, anchory); in rotate()
1484 translate(-anchorx, -anchory); in rotate()
1561 translate(anchorx, anchory); in rotate()
1563 translate(-anchorx, -anchory); in rotate()
1896 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2083 m02 = anchorx + anchory; in setToQuadrantRotation()
2084 m12 = anchory - anchorx; in setToQuadrantRotation()
2098 m02 = anchorx + anchorx; in setToQuadrantRotation()
2113 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1480 translate(anchorx, anchory); in rotate()
1482 translate(-anchorx, -anchory); in rotate()
1559 translate(anchorx, anchory); in rotate()
1561 translate(-anchorx, -anchory); in rotate()
1894 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2081 m02 = anchorx + anchory; in setToQuadrantRotation()
2082 m12 = anchory - anchorx; in setToQuadrantRotation()
2096 m02 = anchorx + anchorx; in setToQuadrantRotation()
2111 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java685 Tx.setToRotation(theta, anchorx, anchory); in getRotateInstance()
1464 translate(anchorx, anchory); in rotate()
1466 translate(-anchorx, -anchory); in rotate()
1543 translate(anchorx, anchory); in rotate()
1545 translate(-anchorx, -anchory); in rotate()
1878 m02 = anchorx * oneMinusCos + anchory * sin; in setToRotation()
2065 m02 = anchorx + anchory; in setToQuadrantRotation()
2066 m12 = anchory - anchorx; in setToQuadrantRotation()
2080 m02 = anchorx + anchorx; in setToQuadrantRotation()
2095 m02 = anchorx - anchory; in setToQuadrantRotation()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dsnow_particle_system.hpp49 float anchorx; member in SnowParticleSystem::SnowParticle
61 anchorx(), in SnowParticle()
H A Dsnow_particle_system.cpp80 particle->anchorx = particle->pos.x + (graphicsRandom.randf(-0.5, 0.5) * 16); in init()
151 particle->anchorx += particle->drift_speed * dt_sec; in update()
154 anchor_delta = (particle->anchorx - particle->pos.x); in update()
/dports/games/ksirk/ksirk-21.12.3/ksirkskineditor/
H A Dksirkcountrydefinition.cpp35 anchorx->setValue(country->anchorPoint().x()); in initWith()
50 anchorx->setValue(country->anchorPoint().x()); in initWith()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DScaleBar.py65 anchorx = 1 if offset[0] <= 0 else 0
67 anchor = (anchorx, anchory)
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dshape.c59 int anchorx; member
498 curveTo->anchorx *= scale; in addShapeRecord()
507 *vx += curveTo->anchorx; in addShapeRecord()
665 int anchorx = record.record.curveTo->anchorx; in SWFShape_writeShapeRecord() local
670 max(SWFOutput_numSBits(anchorx), in SWFShape_writeShapeRecord()
682 SWFOutput_writeSBits(out, anchorx, nBits); in SWFShape_writeShapeRecord()
733 int anchorx, int anchory) in SWFShape_drawScaledCurveTo() argument
736 anchorx-controlx, anchory-controly); in SWFShape_drawScaledCurveTo()
759 record.record.curveTo->anchorx = anchordx; in SWFShape_drawScaledCurve()
1393 int anchorX = record->record.curveTo->anchorx; in SWFShape_dumpOutline()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dshape.c59 int anchorx; member
498 curveTo->anchorx *= scale; in addShapeRecord()
507 *vx += curveTo->anchorx; in addShapeRecord()
665 int anchorx = record.record.curveTo->anchorx; in SWFShape_writeShapeRecord() local
670 max(SWFOutput_numSBits(anchorx), in SWFShape_writeShapeRecord()
682 SWFOutput_writeSBits(out, anchorx, nBits); in SWFShape_writeShapeRecord()
733 int anchorx, int anchory) in SWFShape_drawScaledCurveTo() argument
736 anchorx-controlx, anchory-controly); in SWFShape_drawScaledCurveTo()
759 record.record.curveTo->anchorx = anchordx; in SWFShape_drawScaledCurve()
1393 int anchorX = record->record.curveTo->anchorx; in SWFShape_dumpOutline()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dshape.c59 int anchorx;
498 curveTo->anchorx *= scale;
507 *vx += curveTo->anchorx;
665 int anchorx = record.record.curveTo->anchorx;
670 max(SWFOutput_numSBits(anchorx),
682 SWFOutput_writeSBits(out, anchorx, nBits);
733 int anchorx, int anchory)
736 anchorx-controlx, anchory-controly);
759 record.record.curveTo->anchorx = anchordx;
1393 int anchorX = record->record.curveTo->anchorx;
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dshape.c59 int anchorx; member
498 curveTo->anchorx *= scale; in addShapeRecord()
507 *vx += curveTo->anchorx; in addShapeRecord()
665 int anchorx = record.record.curveTo->anchorx; in SWFShape_writeShapeRecord() local
670 max(SWFOutput_numSBits(anchorx), in SWFShape_writeShapeRecord()
682 SWFOutput_writeSBits(out, anchorx, nBits); in SWFShape_writeShapeRecord()
733 int anchorx, int anchory) in SWFShape_drawScaledCurveTo() argument
736 anchorx-controlx, anchory-controly); in SWFShape_drawScaledCurveTo()
759 record.record.curveTo->anchorx = anchordx; in SWFShape_drawScaledCurve()
1393 int anchorX = record->record.curveTo->anchorx; in SWFShape_dumpOutline()

123456