Home
last modified time | relevance | path

Searched refs:dispVertIndex (Results 1 – 8 of 8) sorted by relevance

/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dseqwidget.cpp140 dispVertIndex = 0;
235 dispVertIndex));
496 dispVertIndex = mode;
512 parStore->temp.dispVertIndex = dispVertIndex;
544 setDispVert(parStore->list.at(ix).dispVertIndex);
556 setDispVert(fromWidget->dispVertIndex);
H A Dmidiseq_lv2.cpp45 dispVertIndex = 0;
292 if (dispVertIndex != (int)*val[DISPLAY_ZOOM]) {
294 dispVertIndex = (int)*val[DISPLAY_ZOOM];
295 updateDispVert(dispVertIndex);
H A Dseqwidget.h90 int dispVertIndex; variable
H A Dmidiseq_lv2.h104 int dispVertIndex;
H A Dparstore.h99 int dispVertIndex; member
H A Dparstore.cpp58 temp.dispVertIndex = 0;
207 xml.writeTextElement("dispVertical", QString::number(list.at(ix).dispVertIndex));
296 temp.dispVertIndex = xml.readElementText().toInt();
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/
H A DVBSPGeometry.cpp272 unsigned int dispVertIndex; in createDispSurface() local
398 dispVertIndex = dispInfo.disp_vert_start; in createDispSurface()
399 dispVertIndex += i * numEdgeVertices + j; in createDispSurface()
400 dispVertInfo = bsp_data->getDispVertex(dispVertIndex); in createDispSurface()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/
H A DVBSPGeometry.cpp272 unsigned int dispVertIndex; in createDispSurface() local
398 dispVertIndex = dispInfo.disp_vert_start; in createDispSurface()
399 dispVertIndex += i * numEdgeVertices + j; in createDispSurface()
400 dispVertInfo = bsp_data->getDispVertex(dispVertIndex); in createDispSurface()