Lines Matching refs:nX1
801 long nX, nY, nX1, nX2, nY1, nY2, nSumR, nSumG, nSumB; in ImplMosaic() local
811 nX1 = 0; nX2 = nTileWidth - 1; in ImplMosaic()
816 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
824 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
838 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
841 nX1 += nTileWidth; nX2 += nTileWidth; in ImplMosaic()
846 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
849 while( nX1 < nWidth ); in ImplMosaic()
857 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
871 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
874 nX1 += nTileWidth; nX2 += nTileWidth; in ImplMosaic()
879 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
882 while( nX1 < nWidth ); in ImplMosaic()