Home
last modified time | relevance | path

Searched refs:m_cells (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshcolumn.cpp184 m_cells.insert(m_cells.begin(), in setCell()
212 while (!m_cells.empty() && m_cells.back().isEmpty()) m_cells.pop_back(); in setCell()
216 m_cells.erase(m_cells.begin()); in setCell()
250 m_cells.insert(m_cells.begin(), delta, TXshCell()); in setCells()
262 while (!m_cells.empty() && m_cells.back().isEmpty()) { in setCells()
267 while (!m_cells.empty() && m_cells.front().isEmpty()) { in setCells()
268 m_cells.erase(m_cells.begin()); in setCells()
338 while (!m_cells.empty() && m_cells.back().isEmpty()) { in clearCells()
347 m_cells.erase(m_cells.begin()); in clearCells()
389 while (!m_cells.empty() && m_cells.front().isEmpty()) { in removeCells()
[all …]
H A Dtxshlevelcolumn.cpp92 column->m_cells = m_cells; in clone()
217 if (m_cells.empty()) return false; in setNumbers()
246 TXshCell tmpCell = m_cells[tmpIndex]; in setNumbers()
274 m_cells.resize(newCellCount); in setNumbers()
277 m_cells.insert(m_cells.begin(), delta, TXshCell()); in setNumbers()
290 m_cells[dstIndex] = TXshCell(); in setNumbers()
298 while (!m_cells.empty() && m_cells.back().isEmpty()) { in setNumbers()
299 m_cells.pop_back(); in setNumbers()
301 while (!m_cells.empty() && m_cells.front().isEmpty()) { in setNumbers()
302 m_cells.erase(m_cells.begin()); in setNumbers()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/seissol/
H A Dproxy_seissol_integrators.hpp33 m_cells->dofs[l_cell], in computeAderIntegration()
35 m_cells->buffers[l_cell], in computeAderIntegration()
59 m_cells->buffers[l_cell], in computeVolumeIntegration()
61 m_cells->dofs[l_cell] ); in computeVolumeIntegration()
85 m_cells->buffers[l_cell], in computeLocalBoundaryIntegration()
88 m_cells->dofs[l_cell], in computeLocalBoundaryIntegration()
92 m_cells->dofs[l_cell] ); in computeLocalBoundaryIntegration()
117 m_cells->dofs[l_cell], in computeLocalIntegration()
125 m_cells->dofs[l_cell] ); in computeLocalIntegration()
132 m_cells->dofs[l_cell], in computeLocalIntegration()
[all …]
/dports/math/py-kiwisolver/kiwisolver-1.1.0/kiwi/
H A Drow.h32 m_cells( other.m_cells ), m_constant( other.m_constant ) {} in Row()
38 return m_cells; in cells()
66 m_cells.erase( symbol );
95 if( it != m_cells.end() ) in remove()
96 m_cells.erase( it ); in remove()
106 iter_t end = m_cells.end(); in reverseSign()
126 m_cells.erase( symbol ); in solveFor()
158 if( it == m_cells.end() ) in coefficientFor()
176 if( it != m_cells.end() ) in substitute()
179 m_cells.erase( it ); in substitute()
[all …]
/dports/games/kapman/kapman-21.12.3/src/
H A Dmaze.cpp21 delete[] m_cells[i]; in ~Maze()
23 delete[] m_cells; in ~Maze()
30 m_cells = new Cell*[m_nbRows]; in init()
32 m_cells[i] = new Cell[m_nbColumns]; in init()
41 m_cells[p_row][p_column].setType(p_type); in setCellType()
116m_cells[tmpCell.y()][tmpCell.x()].setParent(&m_cells[currentCell.y()][currentCell.x()]); in getPathToGhostCamp()
130m_cells[tmpCell.y()][tmpCell.x()].setParent(&m_cells[currentCell.y()][currentCell.x()]); in getPathToGhostCamp()
144m_cells[tmpCell.y()][tmpCell.x()].setParent(&m_cells[currentCell.y()][currentCell.x()]); in getPathToGhostCamp()
158m_cells[tmpCell.y()][tmpCell.x()].setParent(&m_cells[currentCell.y()][currentCell.x()]); in getPathToGhostCamp()
183 return m_cells[p_row][p_column]; in getCell()
[all …]
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dabstractgrid.cpp134 qDeleteAll(m_cells); in ~AbstractGrid()
140 qDeleteAll(m_cells); in initializeGrid()
141 m_cells.clear(); in initializeGrid()
144 m_cells.append(newCell(index)); in initializeGrid()
243 m_cells[i]->makeEmpty(); in createGrid()
309 m_cells[cell]->setCables(newCables); in addRandomCable()
377 foreach (AbstractCell *cell, m_cells) { in solutionCount()
422 m_cells[index]->emptyMove(); in solutionCount()
431 m_cells[index]->invert(); in solutionCount()
447 foreach (AbstractCell *cell, m_cells) { in movesDoneArePossible()
[all …]
/dports/games/simsu/simsu-1.4.0/src/
H A Dsolver_logic.cpp53 for (CellValue& cell : m_cells) { in loadPuzzle()
508 if ((m_cells[p.cell1].countPossibles() + m_cells[p.cell2].countPossibles()) < 5) { in removeRowHiddenPair()
531 CellValue& cell1 = m_cells[p1.cell1]; in removeRowHiddenPair()
532 CellValue& cell2 = m_cells[p1.cell2]; in removeRowHiddenPair()
568 if ((m_cells[p.cell1].countPossibles() + m_cells[p.cell2].countPossibles()) < 5) { in removeColumnHiddenPair()
591 CellValue& cell1 = m_cells[p1.cell1]; in removeColumnHiddenPair()
592 CellValue& cell2 = m_cells[p1.cell2]; in removeColumnHiddenPair()
627 if ((m_cells[p.cell1].countPossibles() + m_cells[p.cell2].countPossibles()) < 5) { in removeBoxHiddenPair()
650 CellValue& cell1 = m_cells[p1.cell1]; in removeBoxHiddenPair()
674 m_cells[c + y].setValue(value); in setValue()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_level_gct.cxx9 m_num_nodes(0), m_num_graph_points(0), m_cells(0) in xr_level_gct()
21 if (that.m_cells) { in xr_level_gct()
22 m_cells = new gct_cell[m_num_nodes = that.m_num_nodes]; in xr_level_gct()
24 stdext::unchecked_uninitialized_copy(that.m_cells, that.m_cells + that.m_num_nodes, m_cells); in xr_level_gct()
26 std::uninitialized_copy(that.m_cells, that.m_cells + that.m_num_nodes, m_cells); in xr_level_gct()
30 m_cells = 0; in xr_level_gct()
36 delete[] m_cells; in ~xr_level_gct()
54 r.r_cseq(m_num_nodes, m_cells = new gct_cell[m_num_nodes], gct_cell_io()); in load()
69 w.w_cseq(m_num_nodes, m_cells, gct_cell_io()); in save()
/dports/science/axom/axom-0.6.1/src/axom/quest/detail/inout/
H A DBlockData.hpp291 , m_cells(other.m_cells) in DynamicGrayBlockData()
302 this->m_cells.reserve(other.m_cells.size()); in operator =()
303 std::copy(other.m_cells.begin(), in operator =()
304 other.m_cells.end(), in operator =()
305 std::back_inserter(this->m_cells)); in operator =()
332 (lhs.m_cells.size() == rhs.m_cells.size()) && lhs.m_isLeaf == rhs.m_isLeaf; in operator ==()
362 bool hasCells() const { return !m_cells.empty(); } in hasCells()
368 void reserveCells(int count) { m_cells.reserve(count); } in reserveCells()
378 const CellList& cells() const { return m_cells; } in cells()
382 CellList& cells() { return m_cells; } in cells()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarmclient/
H A Dtgrid.cpp13 vector<TGridCell> m_cells; member in TGridColumn::Imp
23 m_cells = src.m_cells; in operator =()
45 return m_imp->m_cells[row]; in getCell()
59 m_imp->m_cells.push_back(cell); in setCell()
74 m_imp->m_cells.insert(m_imp->m_cells.begin(), delta - 1, in setCell()
76 m_imp->m_cells.insert(m_imp->m_cells.begin(), in setCell()
88 m_imp->m_cells.push_back(cell); in setCell()
95 m_imp->m_cells[index] = cell; in setCell()
130 if (m_imp->m_cells.empty()) in insertEmptyCells()
183 m_imp->m_cells.erase(m_imp->m_cells.begin()); in removeCells()
[all …]
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DMenuCellsDlg.cpp29 return m_cells.size(); in GetNumberRows()
41 Cell* cell = m_cells[row]; in GetValue()
60 Cell* cell = m_cells[row]; in SetValue()
86 m_cells.push_back(new Cell(0, false)); in AppendRows()
95 m_cells.erase(m_cells.begin() + pos); in DeleteRows()
113 vector<Cell*>& m_cells; member in CellsTable
131 VECTOR_COPY(cells, m_cells, Cell) in BEGIN_EVENT_TABLE()
191 VECTOR_CLEAR(m_cells, Cell) in ~MenuCellsDlg()
233 std::sort(m_cells.begin(), m_cells.end(), cellCompare); in OnOkBt()
240 } else if (m_cells[i]->GetEnd() >= 0 && i + 1 < m_cells.size() in OnOkBt()
[all …]
H A DChaptersDlg.cpp234 for (vector<Cell*>::const_iterator it = m_cells.begin(); it != m_cells.end(); it++) { in BEGIN_EVENT_TABLE()
238 m_addCellAtBegin->SetValue(m_cells.size() == 0 || m_cells.front()->GetStart() == 0); in BEGIN_EVENT_TABLE()
276 m_cells.push_back(cell); in OnAddBt()
286 m_cells.erase(m_cells.begin() + m_thumbnails->GetSelected()); in OnDelBt()
361 Cell* cell = m_cells[idx]; in SeekVideo()
366 while (idx2 < (int) m_cells.size() - 1 && cell->GetStart() > m_cells[idx2+1]->GetStart()) in SeekVideo()
369 m_cells.erase(m_cells.begin() + idx); in SeekVideo()
370 m_cells.insert(m_cells.begin() + idx2, cell); in SeekVideo()
401 Cell* nextCell = idx >= 0 && idx + 1 < (int) m_cells.size() ? m_cells[idx + 1] : NULL; in OnEndChoice()
481 else if (m_cells.size() && m_cells.front()->GetStart() != 0 && m_addCellAtBegin->GetValue()) in OnOkBt()
[all …]
/dports/games/ksudoku/ksudoku-21.12.3/src/gui/views/
H A Dview2d.cpp185 QVector<QPoint> m_cells; member in ksudoku::GroupGraphicsItem
193 m_cells = cells; in GroupGraphicsItem()
226 int x = m_cells[0].x(); in detectType()
227 int y = m_cells[0].y(); in detectType()
229 if(x != m_cells[i].x()) x = -1; in detectType()
247 int x = m_cells[i].x(); in createContour()
248 int y = m_cells[i].y(); in createContour()
404 for(cell = m_cells.begin(); cell != m_cells.end(); ++cell) { in ~View2DScene()
433 m_cells.resize(m_game.size()); in init()
438 m_cells[i] = nullptr; in init()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dtexttablemodel.cpp64 rowNr < 0 || rowNr >= m_cells.size() || index.column() < 0) in data()
66 const QStringList& row = m_cells.at(rowNr); in data()
86 if (orientation == Qt::Horizontal && m_hasHeaderLine && !m_cells.isEmpty() && in headerData()
87 section < m_cells.first().size()) { in headerData()
88 return m_cells.first().at(section); in headerData()
101 int numRows = m_cells.size(); in rowCount()
115 return parent.isValid() ? 0 : m_cells.isEmpty() ? 0 : m_cells.first().size(); in columnCount()
128 m_cells.clear(); in setText()
139 m_cells.append(line.split(QLatin1Char('\t'))); in setText()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dtexttablemodel.cpp64 rowNr < 0 || rowNr >= m_cells.size() || index.column() < 0) in data()
66 const QStringList& row = m_cells.at(rowNr); in data()
86 if (orientation == Qt::Horizontal && m_hasHeaderLine && !m_cells.isEmpty() && in headerData()
87 section < m_cells.first().size()) { in headerData()
88 return m_cells.first().at(section); in headerData()
101 int numRows = m_cells.size(); in rowCount()
115 return parent.isValid() ? 0 : m_cells.isEmpty() ? 0 : m_cells.first().size(); in columnCount()
128 m_cells.clear(); in setText()
139 m_cells.append(line.split(QLatin1Char('\t'))); in setText()
/dports/graphics/qgis/qgis-3.22.3/external/untwine/epf/
H A DCell.cpp66 auto it = m_cells.find(key); in get()
67 if (it == m_cells.end()) in get()
74 it = m_cells.insert( {key, std::move(cell)} ).first; in get()
84 CellMap::iterator it = m_cells.end(); in flush()
86 it = m_cells.find(exclude->key()); in flush()
90 if (it == m_cells.end()) in flush()
91 m_cells.clear(); in flush()
95 m_cells.clear(); in flush()
96 m_cells.insert({c->key(), std::move(c)}); in flush()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcelldata.cpp22 : m_cells(src->m_cells) in TCellData()
35 return m_cells[row + col * m_rowCount]; in getCell()
47 m_cells.clear(); in setCells()
49 m_cells.resize(m_rowCount * m_colCount); in setCells()
75 std::vector<TXshCell> cells = m_cells; in getCells()
84 m_cells[cellIndex].isEmpty()) in getCells()
88 if ((int)m_cells.size() <= cellIndex) // Celle vuote. in getCells()
121 std::vector<TXshCell> cells = m_cells; in getNumbers()
167 if (!cellColumn->canSetCell(m_cells[i])) return false; in canChange()
176 m_cells[firstNotEmptyIndex].isEmpty()) in cloneZeraryFx()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DMatrCell.cpp58 if(i < cell.m_cells.size()) in MatrCell()
59 (m_cells).push_back(std::shared_ptr<Cell>(cell.m_cells[i]->CopyList())); in MatrCell()
70 for (unsigned int i = 0; i < m_cells.size(); i++) in GetInnerCells()
71 if(m_cells[i]) in GetInnerCells()
72 innerCells.push_back(m_cells[i]); in GetInnerCells()
83 for (unsigned int i = 0; i < m_cells.size(); i++) in RecalculateWidths()
93 if((m_matWidth * j + i)<m_cells.size()) in RecalculateWidths()
112 for (unsigned int i = 0; i < m_cells.size(); i++) in RecalculateHeight()
123 if(m_matWidth * i + j < m_cells.size()) in RecalculateHeight()
155 if((j * m_matWidth + i) < m_cells.size()) in Draw()
[all …]
/dports/games/granatier/granatier-21.12.3/src/
H A Darena.cpp24 delete[] m_cells[i]; in ~Arena()
26 delete[] m_cells; in ~Arena()
33 m_cells = new Cell*[m_nbRows]; in init()
36 m_cells[i] = new Cell[m_nbColumns]; in init()
58 m_cells[p_row][p_column].setType(p_type); in setCellType()
67 m_cells[p_row][p_column].setElement(p_element); in setCellElement()
76 m_cells[p_row][p_column].removeElement(p_element); in removeCellElement()
106 return m_cells[p_row][p_column]; in getCell()
115 if (&m_cells[i][j] == p_cell) in getCoords()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DQuattroFormula.h47 : m_cells() in CellReference()
53 if (!m_cells.empty() && instr.m_type!=instr.F_Operator && m_cells.back().m_type!=instr.F_Operator) in addInstruction()
58 m_cells.push_back(sep); in addInstruction()
60 m_cells.push_back(instr); in addInstruction()
65 return m_cells.empty(); in empty()
70 std::vector<WKSContentListener::FormulaInstruction> m_cells; variable
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/debugger/
H A DctlVarWindow.cpp30 m_cells(NULL), in IMPLEMENT_CLASS()
78 if (m_cells == NULL) in AddVar()
83 m_cells = new wsCellHash; in AddVar()
89 wsCellHash::iterator cell = m_cells->find(key); in AddVar()
91 if (cell == m_cells->end()) in AddVar()
97 newCell.m_row = m_cells->size(); in AddVar()
115 (*m_cells)[key] = newCell; in AddVar()
153 delete m_cells; in DelVar()
154 m_cells = NULL; in DelVar()
/dports/games/kreversi/kreversi-21.12.3/src/
H A Dkreversigame.cpp22 m_cells[r][c] = NoColor; in KReversiGame()
24 m_cells[3][3] = m_cells[4][4] = White; in KReversiGame()
25 m_cells[3][4] = m_cells[4][3] = Black; in KReversiGame()
174 if (m_cells[r][c] == move.color) in turnChips()
188 if (m_cells[move.row][move.col] != NoColor || move.color == NoColor) in isMovePossible()
216 ChipColor color = m_cells[r][c]; in hasChunk()
245 if (m_cells[r][c] == NoColor) { in isAnyPlayerMovePossible()
357 if (m_cells[move.row][move.col] != NoColor) in setChipColor()
358 m_score[m_cells[move.row][move.col]]--; in setChipColor()
361 m_cells[move.row][move.col] = move.color; in setChipColor()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53-recovery-readiness/include/aws/route53-recovery-readiness/model/
H A DUpdateCellRequest.h83 inline const Aws::Vector<Aws::String>& GetCells() const{ return m_cells; } in GetCells()
93 …inline void SetCells(const Aws::Vector<Aws::String>& value) { m_cellsHasBeenSet = true; m_cells = … in SetCells()
98 …inline void SetCells(Aws::Vector<Aws::String>&& value) { m_cellsHasBeenSet = true; m_cells = std::… in SetCells()
113 …lRequest& AddCells(const Aws::String& value) { m_cellsHasBeenSet = true; m_cells.push_back(value);… in AddCells()
118 …inline UpdateCellRequest& AddCells(Aws::String&& value) { m_cellsHasBeenSet = true; m_cells.push_b… in AddCells()
123 …inline UpdateCellRequest& AddCells(const char* value) { m_cellsHasBeenSet = true; m_cells.push_bac… in AddCells()
130 Aws::Vector<Aws::String> m_cells; variable
H A DUpdateRecoveryGroupRequest.h42 inline const Aws::Vector<Aws::String>& GetCells() const{ return m_cells; } in GetCells()
52 …inline void SetCells(const Aws::Vector<Aws::String>& value) { m_cellsHasBeenSet = true; m_cells = … in SetCells()
57 …inline void SetCells(Aws::Vector<Aws::String>&& value) { m_cellsHasBeenSet = true; m_cells = std::… in SetCells()
72 …pRequest& AddCells(const Aws::String& value) { m_cellsHasBeenSet = true; m_cells.push_back(value);… in AddCells()
77 …yGroupRequest& AddCells(Aws::String&& value) { m_cellsHasBeenSet = true; m_cells.push_back(std::mo… in AddCells()
82 …eryGroupRequest& AddCells(const char* value) { m_cellsHasBeenSet = true; m_cells.push_back(value);… in AddCells()
127 Aws::Vector<Aws::String> m_cells;
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGIntHash.hh35 CELL* m_cells; member in GHashT
46 ~GHashT() { delete[] m_cells; } in ~GHashT()
53 delete[] m_cells; in Clear()
254 #define GIHASH_CIRCULAR_NEXT(c) ((c) + 1 != m_cells + m_arraySize ? (c) + 1 : m_cells)
265 m_cells = new CELL[m_arraySize]; in init()
266 memset(m_cells, 0, sizeof(CELL) * m_arraySize); in init()
345 GASSERT(cell >= m_cells && cell - m_cells < m_arraySize); in Delete()
385 CELL* oldCells = m_cells; in Resize()
386 CELL* end = m_cells + m_arraySize; in Resize()
389 m_cells = new CELL[m_arraySize]; in Resize()
[all …]

12345678910>>...15