Home
last modified time | relevance | path

Searched refs:getGridValues (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sky/
H A Dgrid.cpp162 bool Grid::getGridValues(Compact *cpt, uint8 *resGrid, uint32 *resBitNum, uint32 *resWidth) { in getGridValues() function in Sky::Grid
164 return getGridValues(cpt->xcood, cpt->ycood, width, cpt, resGrid, resBitNum, resWidth); in getGridValues()
167 bool Grid::getGridValues(uint32 x, uint32 y, uint32 width, Compact *cpt, uint8 *resGrid, uint32 *re… in getGridValues() function in Sky::Grid
209 if (getGridValues(cpt, &gridIdx, &bitNum, &width)) in removeObjectFromWalk()
226 if (getGridValues(cpt, &gridIdx, &bitNum, &width)) in objectToWalk()
243 if (getGridValues(x, y, width-1, cpt, &resGridIdx, &resBitPos, &resWidth)) in plotGrid()
250 if (getGridValues(x, y, width, cpt, &resGridIdx, &resBitPos, &resWidth)) in removeGrid()
H A Dgrid.h57 bool getGridValues(Compact *cpt, uint8 *resGrid, uint32 *resBitNum, uint32 *resWidth);
58 …bool getGridValues(uint32 x, uint32 y, uint32 width, Compact *cpt, uint8 *resGrid, uint32 *resBitN…
/dports/games/scummvm/scummvm-2.5.1/engines/sky/
H A Dgrid.cpp162 bool Grid::getGridValues(Compact *cpt, uint8 *resGrid, uint32 *resBitNum, uint32 *resWidth) { in getGridValues() function in Sky::Grid
164 return getGridValues(cpt->xcood, cpt->ycood, width, cpt, resGrid, resBitNum, resWidth); in getGridValues()
167 bool Grid::getGridValues(uint32 x, uint32 y, uint32 width, Compact *cpt, uint8 *resGrid, uint32 *re… in getGridValues() function in Sky::Grid
209 if (getGridValues(cpt, &gridIdx, &bitNum, &width)) in removeObjectFromWalk()
226 if (getGridValues(cpt, &gridIdx, &bitNum, &width)) in objectToWalk()
243 if (getGridValues(x, y, width-1, cpt, &resGridIdx, &resBitPos, &resWidth)) in plotGrid()
250 if (getGridValues(x, y, width, cpt, &resGridIdx, &resBitPos, &resWidth)) in removeGrid()
H A Dgrid.h57 bool getGridValues(Compact *cpt, uint8 *resGrid, uint32 *resBitNum, uint32 *resWidth);
58 …bool getGridValues(uint32 x, uint32 y, uint32 width, Compact *cpt, uint8 *resGrid, uint32 *resBitN…
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dgrid.h48 Eigen::VectorXd &getGridValues() { return gridvalues_; } in getGridValues() function
49 const Eigen::VectorXd &getGridValues() const { return gridvalues_; } in getGridValues() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dgrid.h48 Eigen::VectorXd &getGridValues() { return gridvalues_; }
49 const Eigen::VectorXd &getGridValues() const { return gridvalues_; }
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A DLayouter.cpp64 widget->getGridValues(&gX, &gY, &gW, &gH); in calcLayout()
107 widget->getGridValues(&gX, &gY, &gW, &gH); in calcLayout()
127 widget->getGridValues(&gX, &gY, &gW, &gH); in calcLayout()
160 widget->getGridValues(&gX, &gY, &gW, &gH); in calcLayout()
180 widget->getGridValues(&gX, &gY, &gW, &gH); in calcLayout()
291 widget->getGridValues(&gx, &gy, &gw, &gh); in resize()
H A DLayouter.h109 void getGridValues(unsigned int *x, unsigned int *y, unsigned int *w, unsigned int *h) const { in getGridValues() function
H A Dmainwindow.cpp2936 pieceEdit->getGridValues(&x1, &y1, &w1, &h1); in Toggle3DView()
2937 View3D->getGridValues (&x2, &y2, &w2, &h2); in Toggle3DView()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Despfit.cc83 grid.getGridValues()(i) = in Fit2Density()
108 Eigen::VectorXd& gridvalues = grid.getGridValues(); in EvalNuclearPotential()
135 const Eigen::VectorXd& potential = grid.getGridValues(); in FitPartialCharges()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Despfit.cc83 grid.getGridValues()(i) =
108 Eigen::VectorXd& gridvalues = grid.getGridValues();
135 const Eigen::VectorXd& potential = grid.getGridValues();