Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp62 int* panSrcXOff = (int*)VSIMalloc(nDstXWidth * sizeof(int)); in GDALResampleChunk32R_NearT() local
64 if( pDstScanline == NULL || panSrcXOff == NULL ) in GDALResampleChunk32R_NearT()
69 VSIFree(panSrcXOff); in GDALResampleChunk32R_NearT()
86 panSrcXOff[iDstPixel - nDstXOff] = nSrcXOff; in GDALResampleChunk32R_NearT()
108 pDstScanline[iDstPixel] = pSrcScanline[panSrcXOff[iDstPixel]]; in GDALResampleChunk32R_NearT()
117 CPLFree( panSrcXOff ); in GDALResampleChunk32R_NearT()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp95 int* panSrcXOff = static_cast<int *>( in GDALResampleChunk32R_NearT() local
98 if( panSrcXOff == nullptr ) in GDALResampleChunk32R_NearT()
100 VSIFree(panSrcXOff); in GDALResampleChunk32R_NearT()
113 panSrcXOff[iDstPixel - nDstXOff] = nSrcXOff; in GDALResampleChunk32R_NearT()
134 pDstScanline[iDstPixel] = pSrcScanline[panSrcXOff[iDstPixel]]; in GDALResampleChunk32R_NearT()
138 CPLFree( panSrcXOff ); in GDALResampleChunk32R_NearT()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp95 int* panSrcXOff = static_cast<int *>( in GDALResampleChunk32R_NearT() local
98 if( panSrcXOff == nullptr ) in GDALResampleChunk32R_NearT()
100 VSIFree(panSrcXOff); in GDALResampleChunk32R_NearT()
113 panSrcXOff[iDstPixel - nDstXOff] = nSrcXOff; in GDALResampleChunk32R_NearT()
134 pDstScanline[iDstPixel] = pSrcScanline[panSrcXOff[iDstPixel]]; in GDALResampleChunk32R_NearT()
138 CPLFree( panSrcXOff ); in GDALResampleChunk32R_NearT()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp95 int* panSrcXOff = static_cast<int *>( in GDALResampleChunk32R_NearT() local
98 if( panSrcXOff == nullptr ) in GDALResampleChunk32R_NearT()
100 VSIFree(panSrcXOff); in GDALResampleChunk32R_NearT()
113 panSrcXOff[iDstPixel - nDstXOff] = nSrcXOff; in GDALResampleChunk32R_NearT()
134 pDstScanline[iDstPixel] = pSrcScanline[panSrcXOff[iDstPixel]]; in GDALResampleChunk32R_NearT()
138 CPLFree( panSrcXOff ); in GDALResampleChunk32R_NearT()