Lines Matching refs:Col

1366     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()
1447 mpThisRedErr[Col + 2] = 0; in DitherOneRow()
1448 mpNextRedErr[Col ] = 0; in DitherOneRow()
1449 mpNextRedErr[Col + 1] = 0; in DitherOneRow()
1450 mpNextRedErr[Col + 2] = 0; in DitherOneRow()
1457 mpThisGreenErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()
1458 mpNextGreenErr[Col ] += ( err * 3 ) / 16; in DitherOneRow()
1459 mpNextGreenErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1460 mpNextGreenErr[Col + 2] += ( err ) / 16; in DitherOneRow()
1464 mpThisGreenErr[Col + 2] = 0; in DitherOneRow()
1465 mpNextGreenErr[Col ] = 0; in DitherOneRow()
1466 mpNextGreenErr[Col + 1] = 0; in DitherOneRow()
1467 mpNextGreenErr[Col + 2] = 0; in DitherOneRow()
1474 mpThisBlueErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()
1475 mpNextBlueErr[Col ] += ( err * 3 ) / 16; in DitherOneRow()
1476 mpNextBlueErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1477 mpNextBlueErr[Col + 2] += ( err ) / 16; in DitherOneRow()
1481 mpThisBlueErr[Col + 2] = 0; in DitherOneRow()
1482 mpNextBlueErr[Col ] = 0; in DitherOneRow()
1483 mpNextBlueErr[Col + 1] = 0; in DitherOneRow()
1484 mpNextBlueErr[Col + 2] = 0; in DitherOneRow()
1493 mpThisRedErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()
1494 mpNextRedErr[Col + 2] += ( err * 3 ) / 16; in DitherOneRow()
1495 mpNextRedErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1496 mpNextRedErr[Col ] += ( err ) / 16; in DitherOneRow()
1500 mpThisRedErr[Col ] = 0; in DitherOneRow()
1501 mpNextRedErr[Col + 2] = 0; in DitherOneRow()
1502 mpNextRedErr[Col + 1] = 0; in DitherOneRow()
1503 mpNextRedErr[Col ] = 0; in DitherOneRow()
1510 mpThisGreenErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()
1511 mpNextGreenErr[Col + 2] += ( err * 3 ) / 16; in DitherOneRow()
1512 mpNextGreenErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1513 mpNextGreenErr[Col ] += ( err ) / 16; in DitherOneRow()
1517 mpThisGreenErr[Col ] = 0; in DitherOneRow()
1518 mpNextGreenErr[Col + 2] = 0; in DitherOneRow()
1519 mpNextGreenErr[Col + 1] = 0; in DitherOneRow()
1520 mpNextGreenErr[Col ] = 0; in DitherOneRow()
1527 mpThisBlueErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()
1528 mpNextBlueErr[Col + 2] += ( err * 3 ) / 16; in DitherOneRow()
1529 mpNextBlueErr[Col + 1] += ( err * 5 ) / 16; in DitherOneRow()
1530 mpNextBlueErr[Col ] += ( err ) / 16; in DitherOneRow()
1534 mpThisBlueErr[Col ] = 0; in DitherOneRow()
1535 mpNextBlueErr[Col + 2] = 0; in DitherOneRow()
1536 mpNextBlueErr[Col + 1] = 0; in DitherOneRow()
1537 mpNextBlueErr[Col ] = 0; in DitherOneRow()
1543 Col++; in DitherOneRow()
1548 Col--; in DitherOneRow()
1551 } while ( Col != LimitCol); in DitherOneRow()