Lines Matching refs:nX

286 	long	nY, nYAdd, nX, nXAdd, nXStart;  in ImplReadBody()  local
288 nX = nXStart = nY = 0; in ImplReadBody()
294 nX = nXStart = mpFileHeader->nImageWidth - 1; in ImplReadBody()
328 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
329 nX += nXAdd; in ImplReadBody()
333 nX = nXStart; in ImplReadBody()
353 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
354 nX += nXAdd; in ImplReadBody()
358 nX = nXStart; in ImplReadBody()
383 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
384 nX += nXAdd; in ImplReadBody()
388 nX = nXStart; in ImplReadBody()
406 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
407 nX += nXAdd; in ImplReadBody()
411 nX = nXStart; in ImplReadBody()
442 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
443 nX += nXAdd; in ImplReadBody()
447 nX = nXStart; in ImplReadBody()
462 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
463 nX += nXAdd; in ImplReadBody()
467 nX = nXStart; in ImplReadBody()
491 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
492 nX += nXAdd; in ImplReadBody()
496 nX = nXStart; in ImplReadBody()
511 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
512 nX += nXAdd; in ImplReadBody()
516 nX = nXStart; in ImplReadBody()
542 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
543 nX += nXAdd; in ImplReadBody()
547 nX = nXStart; in ImplReadBody()
565 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
566 nX += nXAdd; in ImplReadBody()
570 nX = nXStart; in ImplReadBody()
592 nX = nXStart; in ImplReadBody()
601 for (;nXCount < mpFileHeader->nImageWidth; nXCount++, nX += nXAdd ) in ImplReadBody()
609 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
615 for (;nXCount < mpFileHeader->nImageWidth; nXCount++, nX += nXAdd ) in ImplReadBody()
620 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
634 for (;nXCount < mpFileHeader->nImageWidth; nXCount++, nX += nXAdd ) in ImplReadBody()
637 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
644 for (;nXCount < mpFileHeader->nImageWidth; nXCount++, nX += nXAdd ) in ImplReadBody()
647 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
653 for (;nXCount < mpFileHeader->nImageWidth; nXCount++, nX += nXAdd ) in ImplReadBody()
659 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()