Home
last modified time | relevance | path

Searched refs:idGlobal (Results 1 – 3 of 3) sorted by relevance

/dports/audio/polyphone/polyphone-75a5e88/sources/editor/graphics/
H A Dgraphicsrectangleitem.cpp69 EltID idGlobal = id; in initialize() local
71 idGlobal.typeElement = elementInst; in initialize()
73 idGlobal.typeElement = elementPrst; in initialize()
83 else if (sm->isSet(idGlobal, champ_keyRange)) in initialize()
85 RangesType range = sm->get(idGlobal, champ_keyRange).rValue; in initialize()
97 else if (sm->isSet(idGlobal, champ_velRange)) in initialize()
99 RangesType range = sm->get(idGlobal, champ_velRange).rValue; in initialize()
326 EltID idGlobal = _id; in saveChanges() local
328 idGlobal.typeElement = elementInst; in saveChanges()
330 idGlobal.typeElement = elementPrst; in saveChanges()
[all …]
H A Dgraphicslegenditem.cpp78 EltID idGlobal = id;
79 if (idGlobal.typeElement == elementInstSmpl)
80 idGlobal.typeElement = elementInst;
82 idGlobal.typeElement = elementPrst;
111 else if (sm->isSet(idGlobal, champ_keyRange))
113 RangesType range = sm->get(idGlobal, champ_keyRange).rValue;
130 else if (sm->isSet(idGlobal, champ_velRange))
132 RangesType range = sm->get(idGlobal, champ_velRange).rValue;
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DOperation_Optimizer.cpp232 Vec &vv, int idGlobal=0) in UpdateVecFromInput() argument
241 UpdateVector(it->second[0], idGlobal+ii, vv); in UpdateVecFromInput()
256 UpdateVector(its->second[i], idGlobal+i, vv); in UpdateVecFromInput()
266 Mat &vv, int idGlobal=0) in UpdateMatFromInput() argument
285 UpdateMatrixRowFromVector(myvecvals, itv->second.size(), idGlobal, vv); in UpdateMatFromInput()
298 UpdateMatrixRowFromVector(myvecvals, its->second.size(), idGlobal, vv); in UpdateMatFromInput()