Searched refs:nEndCell (Results 1 – 1 of 1) sorted by relevance
1494 sal_uInt8 nEndCell = *pParams++; in ProcessDirection() local1497 ASSERT(nStartCell < nEndCell, "not as I thought"); in ProcessDirection()1498 ASSERT(nEndCell < MAX_COL + 1, "not as I thought"); in ProcessDirection()1501 if (nEndCell > MAX_COL + 1) in ProcessDirection()1502 nEndCell = MAX_COL + 1; in ProcessDirection()1504 for (;nStartCell < nEndCell; ++nStartCell) in ProcessDirection()
Completed in 21 milliseconds