Home
last modified time | relevance | path

Searched refs:drawVertex (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_surfaceplot.cpp210 void SurfacePlot::drawVertex(Triple& vertex, double shift, unsigned int comp) in drawVertex() function in SurfacePlot
234 drawVertex(intersection[dd], shift, comp); in drawIntersections()
240 drawVertex(intersection[0], shift, comp); in drawIntersections()
245 drawVertex(intersection[0], shift, comp); in drawIntersections()
246 drawVertex(intersection[1], shift, comp); in drawIntersections()
249 drawVertex(intersection[1], shift, comp); in drawIntersections()
250 drawVertex(intersection[0], shift, comp); in drawIntersections()
255 drawVertex(intersection[0], shift, comp); in drawIntersections()
256 drawVertex(intersection[1], shift, comp); in drawIntersections()
H A Dqwt3d_curve.cpp359 void Curve::drawVertex(Triple& vertex, double shift, unsigned int comp) in drawVertex() function in Curve
383 drawVertex(intersection[dd], shift, comp); in drawIntersections()
389 drawVertex(intersection[0], shift, comp); in drawIntersections()
394 drawVertex(intersection[0], shift, comp); in drawIntersections()
395 drawVertex(intersection[1], shift, comp); in drawIntersections()
398 drawVertex(intersection[1], shift, comp); in drawIntersections()
399 drawVertex(intersection[0], shift, comp); in drawIntersections()
404 drawVertex(intersection[0], shift, comp); in drawIntersections()
405 drawVertex(intersection[1], shift, comp); in drawIntersections()
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/
H A DCustomCanvas.java48 .drawVertex(state, label); in CustomCanvas()
54 ((SwingCanvas) canvas).drawVertex(state, label); in CustomCanvas()
119 public void drawVertex(mxCellState state, String label) in drawVertex() method in CustomCanvas.SwingCanvas
/dports/games/openbor4432/openbor-ba1eb4f/engine/psp/
H A Dgraphics.c195 static inline void drawVertex(tVertexTexture t) in drawVertex() function
273 drawVertex(texture); in blitImageToScreen()
292 drawVertex(texture); in blitAlphaImageToScreen()
314 drawVertex(texture); in blitScreenToScreenRaw()
331 drawVertex(texture); in blitScreenToScreenPal()
/dports/games/openbor3979/openbor-2bcf25b/engine/psp/
H A Dgraphics.c195 static inline void drawVertex(tVertexTexture t) in drawVertex() function
273 drawVertex(texture); in blitImageToScreen()
292 drawVertex(texture); in blitAlphaImageToScreen()
314 drawVertex(texture); in blitScreenToScreenRaw()
331 drawVertex(texture); in blitScreenToScreenPal()
/dports/games/openbor3482/openbor-2c1ecd7/engine/psp/
H A Dgraphics.c195 static inline void drawVertex(tVertexTexture t) in drawVertex() function
273 drawVertex(texture); in blitImageToScreen()
292 drawVertex(texture); in blitAlphaImageToScreen()
314 drawVertex(texture); in blitScreenToScreenRaw()
331 drawVertex(texture); in blitScreenToScreenPal()
/dports/games/openbor3711/openbor-6ec17fa/engine/psp/
H A Dgraphics.c195 static inline void drawVertex(tVertexTexture t) in drawVertex() function
273 drawVertex(texture); in blitImageToScreen()
292 drawVertex(texture); in blitAlphaImageToScreen()
314 drawVertex(texture); in blitScreenToScreenRaw()
331 drawVertex(texture); in blitScreenToScreenPal()
/dports/games/openbor/openbor-3caaddd5/engine/psp/
H A Dgraphics.c196 static inline void drawVertex(tVertexTexture t) in drawVertex() function
274 drawVertex(texture); in blitImageToScreen()
293 drawVertex(texture); in blitAlphaImageToScreen()
315 drawVertex(texture); in blitScreenToScreenRaw()
332 drawVertex(texture); in blitScreenToScreenPal()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/doc/
H A Deetomumu.asy34 drawVertex(zl);
35 drawVertex(zr);
/dports/math/asymptote/asymptote-2.67/doc/
H A Deetomumu.asy34 drawVertex(zl);
35 drawVertex(zr);
/dports/graphics/wdune/wdune-1.926/src/
H A DMyMesh.cpp32 void MyMesh::drawVertex(float *v) in drawVertex() function in MyMesh
37 void MyMeshDouble::drawVertex(double *v) in drawVertex() function in MyMeshDouble
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/velec/
H A Duzvvisualgraph.pas147 procedure drawVertex(pt:GDBVertex;color:integer;height:double); procedure
300 drawVertex(pt1,3,height);
330 drawVertex(pt1,3,height);
394 drawVertex(pt1,3,height);
423 drawVertex(pt1,3,height);
475 drawVertex(TVertexTree(G.Vertices[i].AsPointer[vpTVertexTree]^).vertex,3,1);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsgeometryrubberband.cpp69 drawVertex( painter, vertex.x(), vertex.y() ); in paint()
83 void QgsGeometryRubberBand::drawVertex( QPainter *p, double x, double y ) in drawVertex() function in QgsGeometryRubberBand
H A Dqgsgeometryrubberband.h137 void drawVertex( QPainter *p, double x, double y );
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsgeometryrubberband.cpp70 drawVertex( painter, vertex.x(), vertex.y() ); in paint()
84 void QgsGeometryRubberBand::drawVertex( QPainter *p, double x, double y ) in drawVertex() function in QgsGeometryRubberBand
H A Dqgsgeometryrubberband.h137 void drawVertex( QPainter *p, double x, double y );
/dports/graphics/scantailor/scantailor-advanced-1.0.16/zones/
H A DZoneDefaultInteraction.cpp101 m_visualizer.drawVertex(painter, screen_vertex, m_visualizer.highlightBrightColor()); in onPaint()
110 m_visualizer.drawVertex(painter, m_screenPointOnSegment, m_visualizer.highlightBrightColor()); in onPaint()
112 m_visualizer.drawVertex(painter, m_screenMousePos, m_visualizer.solidColor()); in onPaint()
H A DZoneCreationInteraction.cpp100 …m_visualizer.drawVertex(painter, to_screen.map(m_nextVertexImagePos_mid1), m_visualizer.highlightB… in onPaint()
101 …m_visualizer.drawVertex(painter, to_screen.map(m_nextVertexImagePos_mid2), m_visualizer.highlightB… in onPaint()
156 …m_visualizer.drawVertex(painter, to_screen.map(m_nextVertexImagePos), m_visualizer.highlightBright… in onPaint()
H A DBasicSplineVisualizer.h40 void drawVertex(QPainter& painter, const QPointF& pt, const QColor& color);
H A DBasicSplineVisualizer.cpp42 void BasicSplineVisualizer::drawVertex(QPainter& painter, const QPointF& pt, const QColor& color) { in drawVertex() function in BasicSplineVisualizer
/dports/devel/vcglib/vcglib-2020.09/apps/QT/trimesh_pos_demo/
H A Dglwidget.cpp144 void drawVertex(VertexType & v){ in drawVertex() function
183 …ick<MyStraightMesh::VertContainer>(pic_x,ScreenH-pic_y+1,mesh.vert,res,drawVertex<MyStraightMesh::… in paintGL()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletSoftBody/
H A DbtSoftBodyHelpers.cpp24 static void drawVertex( btIDebugDraw* idraw, in drawVertex() function
227 drawVertex(idraw,a.m_node->m_x,0.25,btVector3(1,0,0)); in Draw()
228 drawVertex(idraw,q,0.25,btVector3(0,1,0)); in Draw()
237 drawVertex(idraw,n.m_x,0.25,btVector3(1,0,0)); in Draw()
368 drawVertex(idraw,a0,0.25,btVector3(1,1,0)); in Draw()
369 drawVertex(idraw,a1,0.25,btVector3(0,1,1)); in Draw()
466 drawVertex(idraw,x,nscl,btVector3(1,0,1)); in DrawFrame()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletSoftBody/
H A DbtSoftBodyHelpers.cpp26 static void drawVertex( btIDebugDraw* idraw, in drawVertex() function
353 drawVertex(idraw,a.m_node->m_x,0.25,btVector3(1,0,0)); in Draw()
354 drawVertex(idraw,q,0.25,btVector3(0,1,0)); in Draw()
363 drawVertex(idraw,n.m_x,0.25,btVector3(1,0,0)); in Draw()
404 drawVertex(idraw,a0,0.25,btVector3(1,1,0)); in Draw()
405 drawVertex(idraw,a1,0.25,btVector3(0,1,1)); in Draw()
502 drawVertex(idraw,x,nscl,btVector3(1,0,1)); in DrawFrame()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletSoftBody/
H A DbtSoftBodyHelpers.cpp26 static void drawVertex( btIDebugDraw* idraw, in drawVertex() function
355 drawVertex(idraw,a.m_node->m_x,0.25,btVector3(1,0,0)); in Draw()
356 drawVertex(idraw,q,0.25,btVector3(0,1,0)); in Draw()
365 drawVertex(idraw,n.m_x,0.25,btVector3(1,0,0)); in Draw()
406 drawVertex(idraw,a0,0.25,btVector3(1,1,0)); in Draw()
407 drawVertex(idraw,a1,0.25,btVector3(0,1,1)); in Draw()
666 drawVertex(idraw,x,nscl,btVector3(1,0,1)); in DrawFrame()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletSoftBody/
H A DbtSoftBodyHelpers.cpp26 static void drawVertex( btIDebugDraw* idraw, in drawVertex() function
353 drawVertex(idraw,a.m_node->m_x,0.25,btVector3(1,0,0)); in Draw()
354 drawVertex(idraw,q,0.25,btVector3(0,1,0)); in Draw()
363 drawVertex(idraw,n.m_x,0.25,btVector3(1,0,0)); in Draw()
404 drawVertex(idraw,a0,0.25,btVector3(1,1,0)); in Draw()
405 drawVertex(idraw,a1,0.25,btVector3(0,1,1)); in Draw()
664 drawVertex(idraw,x,nscl,btVector3(1,0,1)); in DrawFrame()

123