Home
last modified time | relevance | path

Searched refs:drawIntersections (Results 1 – 10 of 10) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_surfaceplot.h112 virtual void drawIntersections(std::vector<Triple>& intersection, double shift, unsigned int comp,
H A Dqwt3d_curve.h182 …virtual void drawIntersections(std::vector<Qwt3D::Triple>& intersection, double shift, unsigned in…
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/segment/compositionview/
H A DCompositionView.h489 void drawIntersections(QPainter *painter, const QRect &clipRect, in setNoteDotShifted()
H A DCompositionView.cpp647 drawIntersections(&segmentsLayerPainter, clipRect, segmentRects); in drawSegments()
1098 void CompositionView::drawIntersections( in drawIntersections() function in Rosegarden::CompositionView
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_surfaceplot.cpp224 void SurfacePlot::drawIntersections(vector<Triple>& intersection, double shift, unsigned int comp, in drawIntersections() function in SurfacePlot
H A Dqwt3d_gridplot.cpp585 drawIntersections(intersection, shift, comp, projected); in IsolinesG()
635 drawIntersections(projection, shift, comp, projected, &col); in DataPointsG()
H A Dqwt3d_meshplot.cpp245 drawIntersections(intersection, shift, comp, projected);
H A Dqwt3d_curve.cpp373 void Curve::drawIntersections(vector<Triple>& intersection, double shift, unsigned int comp, in drawIntersections() function in Curve
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jesseduffield/gocui/
H A Dgui.go402 if err := g.drawIntersections(); err != nil {
527 func (g *Gui) drawIntersections() error { func
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dinteraggregate.c694 static void drawIntersections(Display *dpy, Window window, GC fgc, struct field *f) in drawIntersections() function
910 drawIntersections(st->dpy, st->window, st->fgc, st->f); in interaggregate_draw()