Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp1468 int nSrcPixelStop = (int)(dfSrcPixel + dfXScaledRadius + 0.5); in GDALResampleChunk32R_ConvolutionT() local
1471 if( nSrcPixelStop > nChunkRightXOff ) in GDALResampleChunk32R_ConvolutionT()
1472 nSrcPixelStop = nChunkRightXOff; in GDALResampleChunk32R_ConvolutionT()
1478 if( nSrcPixelStop > nChunkRightXOff && nChunkRightXOff < nSrcWidth ) in GDALResampleChunk32R_ConvolutionT()
1483 int nSrcPixelCount = nSrcPixelStop - nSrcPixelStart; in GDALResampleChunk32R_ConvolutionT()
1489 for( ; nSrcPixel + 3 < nSrcPixelStop; nSrcPixel+=4) in GDALResampleChunk32R_ConvolutionT()
1501 for( ; nSrcPixel < nSrcPixelStop; nSrcPixel++, dfX += dfXScaleWeight) in GDALResampleChunk32R_ConvolutionT()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2968 int nSrcPixelStop = in GDALResampleChunk32R_ConvolutionT() local
2970 if( nSrcPixelStop > nChunkRightXOff ) in GDALResampleChunk32R_ConvolutionT()
2971 nSrcPixelStop = nChunkRightXOff; in GDALResampleChunk32R_ConvolutionT()
2977 if( nSrcPixelStop > nChunkRightXOff && nChunkRightXOff < nSrcWidth ) in GDALResampleChunk32R_ConvolutionT()
2982 const int nSrcPixelCount = nSrcPixelStop - nSrcPixelStart; in GDALResampleChunk32R_ConvolutionT()
2988 for( ; nSrcPixel + 3 < nSrcPixelStop; nSrcPixel+=4) in GDALResampleChunk32R_ConvolutionT()
3001 for( ; nSrcPixel < nSrcPixelStop; ++nSrcPixel, dfX += dfXScaleWeight) in GDALResampleChunk32R_ConvolutionT()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp2968 int nSrcPixelStop = in GDALResampleChunk32R_ConvolutionT() local
2970 if( nSrcPixelStop > nChunkRightXOff ) in GDALResampleChunk32R_ConvolutionT()
2971 nSrcPixelStop = nChunkRightXOff; in GDALResampleChunk32R_ConvolutionT()
2977 if( nSrcPixelStop > nChunkRightXOff && nChunkRightXOff < nSrcWidth ) in GDALResampleChunk32R_ConvolutionT()
2982 const int nSrcPixelCount = nSrcPixelStop - nSrcPixelStart; in GDALResampleChunk32R_ConvolutionT()
2988 for( ; nSrcPixel + 3 < nSrcPixelStop; nSrcPixel+=4) in GDALResampleChunk32R_ConvolutionT()
3001 for( ; nSrcPixel < nSrcPixelStop; ++nSrcPixel, dfX += dfXScaleWeight) in GDALResampleChunk32R_ConvolutionT()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2968 int nSrcPixelStop = in GDALResampleChunk32R_ConvolutionT() local
2970 if( nSrcPixelStop > nChunkRightXOff ) in GDALResampleChunk32R_ConvolutionT()
2971 nSrcPixelStop = nChunkRightXOff; in GDALResampleChunk32R_ConvolutionT()
2977 if( nSrcPixelStop > nChunkRightXOff && nChunkRightXOff < nSrcWidth ) in GDALResampleChunk32R_ConvolutionT()
2982 const int nSrcPixelCount = nSrcPixelStop - nSrcPixelStart; in GDALResampleChunk32R_ConvolutionT()
2988 for( ; nSrcPixel + 3 < nSrcPixelStop; nSrcPixel+=4) in GDALResampleChunk32R_ConvolutionT()
3001 for( ; nSrcPixel < nSrcPixelStop; ++nSrcPixel, dfX += dfXScaleWeight) in GDALResampleChunk32R_ConvolutionT()