Home
last modified time | relevance | path

Searched refs:next_scan (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1366 uint8_t* next_scan = m_pBuffer + (row + 1) * m_Pitch; local
1384 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 …]