Home
last modified time | relevance | path

Searched refs:nbPlanes (Results 1 – 4 of 4) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/Chart/scripts/
H A DhorizontalFlapData.C134 int nbPlanes = 2*8 + 4*4; in writeAll() local
136 for (int i=0; i<nbPlanes; i++) { in writeAll()
139 if (i == nbPlanes - 1 && j == 1) in writeAll()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dvout_helper.c1253 static int BuildSphere(unsigned nbPlanes, in BuildSphere() argument
1268 *textureCoord = vlc_alloc(nbPlanes * *nbVertices * 2, sizeof(GLfloat)); in BuildSphere()
1303 for (unsigned p = 0; p < nbPlanes; ++p) in BuildSphere()
1338 static int BuildCube(unsigned nbPlanes, in BuildCube() argument
1351 *textureCoord = vlc_alloc(nbPlanes * *nbVertices * 2, sizeof(GLfloat)); in BuildCube()
1399 for (unsigned p = 0; p < nbPlanes; ++p) in BuildCube()
1463 static int BuildRectangle(unsigned nbPlanes, in BuildRectangle() argument
1475 *textureCoord = vlc_alloc(nbPlanes * *nbVertices * 2, sizeof(GLfloat)); in BuildRectangle()
1498 for (unsigned p = 0; p < nbPlanes; ++p) in BuildRectangle()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DIo_image_plugin.cpp793 static int nbPlanes =0; in update_msgBox() local
794 nbPlanes ++; in update_msgBox()
795 msgBox.setText(QString("Planes created : %1/3").arg(nbPlanes)); in update_msgBox()
796 if(nbPlanes == 3) in update_msgBox()
807 nbPlanes = 0; in update_msgBox()
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_20.cxx2230 Standard_Integer nbPlanes = Draw::Atoi(argv[5]); in OCC28389() local
2241 if (aSequence.Length() != nbPlanes) in OCC28389()