Lines Matching refs:Index
685 int image_reader::CountDuplicates(int Index, int Width) in CountDuplicates() argument
691 val1 = mpReadOutputPixel(this, Index); in CountDuplicates()
692 Index++; in CountDuplicates()
694 while(Index < Width) in CountDuplicates()
696 val2 = mpReadOutputPixel(this, Index); in CountDuplicates()
706 Index++; in CountDuplicates()
1363 int Index = 0; in DitherOneRow() local
1383 Index = Width - 1; in DitherOneRow()
1388 mpReadInputPixel(this, Index, &OutPixel); in DitherOneRow()
1544 Index++; in DitherOneRow()
1549 Index--; in DitherOneRow()
1602 void image_reader::ReadPixel16(image_reader *reader, int Index, Pixel *Pixel) in ReadPixel16() argument
1605 pVal += Index; in ReadPixel16()
1615 void image_reader::ReadPixel24(image_reader *reader, int Index, Pixel *Pixel) in ReadPixel24() argument
1618 pGet += Index * 3; in ReadPixel24()
1626 void image_reader::ReadPixel32(image_reader *reader, int Index, Pixel *Pixel) in ReadPixel32() argument
1629 pGet += Index * 4; in ReadPixel32()