Home
last modified time | relevance | path

Searched refs:fixPoint (Results 1 – 19 of 19) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/game/
H A Dgame_mines.c19 static fixPoint minesPosition[4];
39 fixPoint *point; in mines_update()
121 fixPoint *minePos; in mines_collideBullet()
169 fixPoint *point; in mines_collideShip()
221 fixPoint *point; in mines_launch()
H A Dgame_enemies.c62 fixPoint position;
67 static fixPoint bombs[MAX_BOMBS];
196 static fixPoint *getBombSlot() in getBombSlot()
199 fixPoint *bomb = &bombs[0]; in getBombSlot()
222 static void killBomb(fixPoint *bomb) __z88dk_fastcall in killBomb()
229 fixPoint *bomb = getBombSlot(); in launchBomb()
380 fixPoint *bomb; in enemies_update()
560 fixPoint *bomb = &bombs[i]; in enemies_reset()
593 fixPoint bomb; in enemies_areDead()
616 fixPoint *bomb = &bombs[i]; in enemies_bombVSBullet()
[all …]
H A Dgame_bonus.c13 static fixPoint bonusPosition;
65 void bonus_pop(fixPoint *enemyPosition) __z88dk_fastcall in bonus_pop()
H A Dgame_bonus.h14 void bonus_pop(fixPoint *enemyPosition) __z88dk_fastcall;
H A Dgame_bullet.h6 extern fixPoint bulletPosition;
H A Dgame_player.c47 fixPoint shipPosition;
48 static fixPoint shipVelocity;
H A Dgame_data.h38 }fixPoint; typedef
H A Dgame_player.h7 extern fixPoint shipPosition;
H A Dgame_bullet.c18 fixPoint bulletPosition;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/
H A DCoolItem.java182 size = parent.fixPoint(size.x, size.y); in calculateChevronTrim()
252 Point point = parent.fixPoint(width, height); in createArrowImage()
336 return parent.fixPoint(minimumWidth, minimumHeight); in getMinimumSize()
366 return parent.fixPoint(preferredWidth, preferredHeight); in getPreferredSize()
383 return parent.fixPoint(itemBounds.width, itemBounds.height); in getSize()
499 Point point = parent.fixPoint(width, height); in setMinimumSize()
538 Point point = parent.fixPoint(width, height); in setPreferredSize()
578 Point point = parent.fixPoint(width, height); in setSize()
592 control.setSize(parent.fixPoint(controlWidth, height)); in setSize()
H A DCoolBar.java160 Point size = fixPoint(width, height); in computeSize()
271 Point fixPoint (int x, int y) { in fixPoint() method in CoolBar
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DCoolItem.java182 size = parent.fixPoint(size.x, size.y); in calculateChevronTrim()
252 Point point = parent.fixPoint(width, height); in createArrowImage()
336 return parent.fixPoint(minimumWidth, minimumHeight); in getMinimumSize()
366 return parent.fixPoint(preferredWidth, preferredHeight); in getPreferredSize()
383 return parent.fixPoint(itemBounds.width, itemBounds.height); in getSize()
499 Point point = parent.fixPoint(width, height); in setMinimumSize()
538 Point point = parent.fixPoint(width, height); in setPreferredSize()
578 Point point = parent.fixPoint(width, height); in setSize()
592 control.setSize(parent.fixPoint(controlWidth, height)); in setSize()
H A DCoolBar.java160 Point size = fixPoint(width, height); in computeSize()
271 Point fixPoint (int x, int y) { in fixPoint() method in CoolBar
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_curve.cpp1410 ON_3dPoint fixPoint[2]; in ON_MatchCurveEnds() local
1539 else if ( fixPoint[0].x != ON_UNSET_VALUE && fixPoint[1].x == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1540 P.x = fixPoint[0].x; in ON_MatchCurveEnds()
1541 else if ( fixPoint[0].x == ON_UNSET_VALUE && fixPoint[1].x != ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1542 P.x = fixPoint[1].x; in ON_MatchCurveEnds()
1545 else if ( fixPoint[0].y != ON_UNSET_VALUE && fixPoint[1].y == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1546 P.y = fixPoint[0].y; in ON_MatchCurveEnds()
1547 else if ( fixPoint[0].y == ON_UNSET_VALUE && fixPoint[1].y != ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1548 P.y = fixPoint[1].y; in ON_MatchCurveEnds()
1551 else if ( fixPoint[0].z != ON_UNSET_VALUE && fixPoint[1].z == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_curve.cpp1411 ON_3dPoint fixPoint[2]; in ON_MatchCurveEnds() local
1541 else if ( fixPoint[0].x != ON_UNSET_VALUE && fixPoint[1].x == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1542 P.x = fixPoint[0].x; in ON_MatchCurveEnds()
1543 else if ( fixPoint[0].x == ON_UNSET_VALUE && fixPoint[1].x != ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1544 P.x = fixPoint[1].x; in ON_MatchCurveEnds()
1547 else if ( fixPoint[0].y != ON_UNSET_VALUE && fixPoint[1].y == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1548 P.y = fixPoint[0].y; in ON_MatchCurveEnds()
1549 else if ( fixPoint[0].y == ON_UNSET_VALUE && fixPoint[1].y != ON_UNSET_VALUE ) in ON_MatchCurveEnds()
1550 P.y = fixPoint[1].y; in ON_MatchCurveEnds()
1553 else if ( fixPoint[0].z != ON_UNSET_VALUE && fixPoint[1].z == ON_UNSET_VALUE ) in ON_MatchCurveEnds()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/labeling/
H A Dqgsmaptoollabel.cpp184 QgsPointXY fixPoint; in createRubberBands() local
185 if ( currentLabelRotationPoint( fixPoint, false, false ) ) in createRubberBands()
190 fixPoint = s.mapToLayerCoordinates( vlayer, fixPoint ); in createRubberBands()
193 QgsGeometry pointGeom = QgsGeometry::fromPointXY( fixPoint ); in createRubberBands()
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgsmaptoollabel.cpp258 QgsPointXY fixPoint; in createRubberBands() local
259 if ( currentLabelRotationPoint( fixPoint, false ) ) in createRubberBands()
264 fixPoint = s.mapToLayerCoordinates( vlayer, fixPoint ); in createRubberBands()
267 QgsGeometry pointGeom = QgsGeometry::fromPointXY( fixPoint ); in createRubberBands()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/smarter/
H A DAtomSetCollection.java780 pt.x = fixPoint(pt.x, pt0.x); in fixPeriodic()
781 pt.y = fixPoint(pt.y, pt0.y); in fixPeriodic()
782 pt.z = fixPoint(pt.z, pt0.z); in fixPeriodic()
786 private static float fixPoint(float x, float x0) { in fixPoint() method in AtomSetCollection
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/audio/base/
H A Daudiosystem.cpp2878 coord_t const *fixPoint = (origin ? origin->origin : point); in S_LocalSoundAtVolumeFrom() local
2880 if (Mobj_ApproxPointDistance(S_GetListenerMobj(), fixPoint) > soundMaxDist) in S_LocalSoundAtVolumeFrom()