Searched refs:cells (Results 1 – 11 of 11) sorted by relevance
15 public final boolean[][] cells; field in GridOccupancy20 cells = new boolean[countX][countY]; in GridOccupancy()35 boolean available = !cells[x][y]; in findVacantCell()39 available = available && !cells[i][j]; in findVacantCell()56 dest.cells[i][j] = cells[i][j]; in copyTo()69 if (cells[i][j]) { in isRegionVacant()81 cells[x][y] = value; in markCells()
83 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { in copyFrom() argument85 memcpy(mCells, cells, sizeof(VTermScreenCell) * n); in copyFrom()89 inline dimen_t copyTo(dimen_t cols, VTermScreenCell* cells) { in copyTo() argument91 memcpy(cells, mCells, sizeof(VTermScreenCell) * n); in copyTo()123 status_t onPushline(dimen_t cols, const VTermScreenCell* cells);124 status_t onPopline(dimen_t cols, VTermScreenCell* cells);228 static int term_sb_pushline(int cols, const VTermScreenCell *cells, void *user) { in term_sb_pushline() argument234 return term->onPushline(cols, cells); in term_sb_pushline()237 static int term_sb_popline(int cols, VTermScreenCell *cells, void *user) { in term_sb_popline() argument243 return term->onPopline(cols, cells); in term_sb_popline()[all …]
55 private GridOccupancy initGrid(int rows, int... cells) { in initGrid() argument56 int cols = cells.length / rows; in initGrid()61 grid.cells[x][y] = cells[i] != 0; in initGrid()
408 if (hotseatOccupancy.cells[(int) item.screenId][0]) { in checkItemPlacement()414 hotseatOccupancy.cells[item.screenId][0] = true; in checkItemPlacement()419 occupancy.cells[item.screenId][0] = true; in checkItemPlacement()
551 if (!occupied.cells[x][y]) {
458 if (mOccupied.cells[i][j]) { in onDraw()1128 if (mOccupied.cells[x + i][y + j]) { in findNearestArea()1145 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()1155 if (y + ySize > countY - 1 || mOccupied.cells[x + i][y + ySize]) { in findNearestArea()1288 mTmpOccupied.cells, null, mTempLocation); in addViewToTempLocation()1608 mTmpOccupied.cells, blockOccupied.cells, mTempLocation); in addViewsToTempLocation()2565 return mOccupied.cells[x][y]; in isOccupied()
149 if (!occupancy.cells[x][y]) { in setupWorkspaceWithHoles()
1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...