Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1366 int Col; in DitherOneRow() local
1376 Col = 0; in DitherOneRow()
1381 Col = Width - 1; in DitherOneRow()
1390 OutPixel.Red += mpThisRedErr[Col + 1] / FS_SCALE ; in DitherOneRow()
1391 OutPixel.Green += mpThisGreenErr[Col + 1] / FS_SCALE; in DitherOneRow()
1392 OutPixel.Blue += mpThisBlueErr[Col + 1] / FS_SCALE; in DitherOneRow()
1440 mpThisRedErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()
1441 mpNextRedErr[Col ] += ( err * 3 ) / 16; in DitherOneRow()
1442 mpNextRedErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1443 mpNextRedErr[Col + 2] += ( err ) / 16; in DitherOneRow()
[all …]