Searched defs:cellCount (Results 1 – 4 of 4) sorted by relevance
38 public int cellCount; field in SpreadsheetDataProcessor.TooManyCellsError40 public TooManyCellsError(int cellCount) { in TooManyCellsError()
634 int cellCount = 0; in flatten() local
530 const uint32_t cellCount = kWidth * kHeight; in initPrograms() local1017 const uint32_t cellCount = kWidth * kHeight; in iterate() local
339 …erGrid::getRandomOffset(uint32_t seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset()