Home
last modified time | relevance | path

Searched refs:make_quad (Results 1 – 12 of 12) sorted by relevance

/dports/math/cgal/CGAL-5.3/examples/BGL_surface_mesh/
H A Dwrite_inp.cpp20 CGAL::make_quad(Point(0,0,0), Point(1,0,0),Point(1,1,0),Point(0,1,0), sm); in main()
21 CGAL::make_quad(Point(0,0,1), Point(1,0,1),Point(1,1,1),Point(0,1,1), sm); in main()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/glsl/
H A Dglsl_sprite.c172 make_quad (mspriteframe_t *frame, const vec3_t vpn, const vec3_t vright, in make_quad() function
301 make_quad (frame1, svpn, svright, svup, vertsa); in R_DrawSprite()
302 make_quad (frame2, svpn, svright, svup, vertsb); in R_DrawSprite()
H A Dglsl_draw.c186 make_quad (qpic_t *pic, float x, float y, int w, int h, in make_quad() function
251 make_quad (pic, x, y, w, h, srcx, srcy, srcw, srch, verts, color); in draw_pic()
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dsvr_trainer.h217 const matrix_op<op_quad<EXP> > make_quad ( in make_quad() function
263 … solver(symmetric_matrix_cache<float>(make_quad(kernel_matrix(kernel_function,x)), cache_size), in do_train()
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dsvr_trainer.h217 const matrix_op<op_quad<EXP> > make_quad ( in make_quad() function
263 … solver(symmetric_matrix_cache<float>(make_quad(kernel_matrix(kernel_function,x)), cache_size), in do_train()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dgenerators.h188 make_quad(typename boost::graph_traits<Graph>::vertex_descriptor v0, in make_quad() function
259 make_quad(const P& p0, const P& p1, const P& p2, const P& p3, Graph& g) in make_quad() function
277 return internal::make_quad(v0, v1, v2, v3, g); in make_quad()
318 halfedge_descriptor ht = internal::make_quad(v4, v5, v6, v7, g); in make_hexahedron()
319 halfedge_descriptor hb = prev(internal::make_quad(v0, v3, v2, v1, g), g); in make_hexahedron()
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Dutilities.py83 def make_quad(points, size_u, size_v): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DDashBench.cpp157 static void make_quad(SkPath* path) { in make_quad() function
449 DEF_BENCH( return new MakeDashBench(make_quad, "quad"); )
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DDashBench.cpp158 static void make_quad(SkPath* path) { in make_quad() function
450 DEF_BENCH( return new MakeDashBench(make_quad, "quad"); )
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgstessellator.cpp49 static void make_quad( float x0, float y0, float z0, float x1, float y1, float z1, float height, QV… in make_quad() function
240make_quad( x0, y0, z0, x1, y1, z1, extrusionHeight, data, addNormals, addTextureCoords, textureRot… in _makeWalls()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgstessellator.cpp49 static void make_quad( float x0, float y0, float z0, float x1, float y1, float z1, float height, QV… in make_quad() function
240make_quad( x0, y0, z0, x1, y1, z1, extrusionHeight, data, addNormals, addTextureCoords, textureRot… in _makeWalls()
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog10575 investigate where the bug is (vrect, make_quad, etc).