Home
last modified time | relevance | path

Searched refs:lineY2 (Results 1 – 7 of 7) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dbspslicer.cpp146 float lineX1, lineY1, lineX2, lineY2; in SL_SliceTheWorld() local
162 lineX1 = lineY1 = lineX2 = lineY2 = 0.0f; in SL_SliceTheWorld()
255 lineY2 = intersectPoint[1]; in SL_SliceTheWorld()
270 lineY2 -= minY; in SL_SliceTheWorld()
275 lineY2 = lineY2 / scale; in SL_SliceTheWorld()
279 && lineX2 >= 0 && lineX2 < width && lineY2 >= 0 && lineY2 < height) { in SL_SliceTheWorld()
283 const int y2 = (int) lineY2; in SL_SliceTheWorld()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/annotations/
H A DCategoryLineAnnotation.java299 double lineY2 = 0.0f; in draw() local
311 lineY2 = domainAxis.getCategoryJava2DCoordinate( in draw()
324 lineY2 = rangeAxis.valueToJava2D(this.value2, dataArea, rangeEdge); in draw()
328 g2.drawLine((int) lineX1, (int) lineY1, (int) lineX2, (int) lineY2); in draw()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx936 double lineY2 = 0.0; in UpdateCursorIcon() local
953 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
969 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
985 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
992 double yDist2 = fabs(y - lineY2); in UpdateCursorIcon()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx942 double lineY2 = 0.0; in UpdateCursorIcon() local
963 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
983 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
1003 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
1010 double yDist2 = fabs(y - lineY2); in UpdateCursorIcon()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx942 double lineY2 = 0.0; in UpdateCursorIcon() local
963 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
983 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
1003 lineY2 = this->CurrentRenderer->GetDisplayPoint()[1]; in UpdateCursorIcon()
1010 double yDist2 = fabs(y - lineY2); in UpdateCursorIcon()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/visualizer/model/
H A Dpyviz.h215 …double boundsY2, double &lineX1, double &lineY1, double &lineX2, double &lineY2); ///< don't break…
H A Dpyviz.cc1476 double &lineX1, double &lineY1, double &lineX2, double &lineY2) in LineClipping() argument
1479 …FastClipping::Line line = { { lineX1, lineY1 }, { lineX2, lineY2 }, (lineX2-lineX1), (lineY2-lineY… in LineClipping()
1486 lineY2 = line.end.y; in LineClipping()