Searched refs:next_scan (Results 1 – 1 of 1) sorted by relevance
1366 uint8_t* next_scan = m_pBuffer + (row + 1) * m_Pitch; local1384 int src = next_scan[col + 1];1387 next_scan[col + 1] = 255;1389 next_scan[col + 1] = 0;1391 next_scan[col + 1] = src;1395 int src = next_scan[col];1398 next_scan[col] = 255;1400 next_scan[col] = 0;1402 next_scan[col] = src;1406 int src = next_scan[col - 1];[all …]