Lines Matching defs:cellSize
816 const int cellSize = 8;838 for (int y = 0; y < height; y += cellSize)840 for (int x = 0; x < width; x += cellSize)842 const int clearW = de::min(cellSize, width-x);843 const int clearH = de::min(cellSize, height-y);