Lines Matching refs:hSrcBand

308     GDALRasterBandH hSrcBand,  in GDALGeneric3x3Processing()  argument
329 const int nXSize = GDALGetRasterBandXSize(hSrcBand); in GDALGeneric3x3Processing()
330 const int nYSize = GDALGetRasterBandYSize(hSrcBand); in GDALGeneric3x3Processing()
348 GDALGetRasterNoDataValue(hSrcBand, &bSrcHasNoData); in GDALGeneric3x3Processing()
357 GDALDataType eSrcDT = GDALGetRasterDataType( hSrcBand ); in GDALGeneric3x3Processing()
415 if( GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
507 eErr = GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
1783 static double GDALColorReliefGetAbsoluteValFromPct( GDALRasterBandH hSrcBand, in GDALColorReliefGetAbsoluteValFromPct() argument
1788 double dfMin = GDALGetRasterMinimum(hSrcBand, &bSuccessMin); in GDALColorReliefGetAbsoluteValFromPct()
1789 double dfMax = GDALGetRasterMaximum(hSrcBand, &bSuccessMax); in GDALColorReliefGetAbsoluteValFromPct()
1795 GDALComputeRasterStatistics(hSrcBand, FALSE, &dfMin, &dfMax, in GDALColorReliefGetAbsoluteValFromPct()
1849 ColorAssociation* GDALColorReliefParseColorFile( GDALRasterBandH hSrcBand, in GDALColorReliefParseColorFile() argument
1866 double dfSrcNoDataValue = GDALGetRasterNoDataValue(hSrcBand, &bSrcHasNoData); in GDALColorReliefParseColorFile()
1967 GDALColorReliefGetAbsoluteValFromPct(hSrcBand, dfPct); in GDALColorReliefParseColorFile()
2027 GByte* GDALColorReliefPrecompute(GDALRasterBandH hSrcBand, in GDALColorReliefPrecompute() argument
2033 const GDALDataType eDT = GDALGetRasterDataType(hSrcBand); in GDALColorReliefPrecompute()
2037 const int nXSize = GDALGetRasterBandXSize(hSrcBand); in GDALColorReliefPrecompute()
2038 const int nYSize = GDALGetRasterBandYSize(hSrcBand); in GDALColorReliefPrecompute()
2081 GDALRasterBandH hSrcBand; member in GDALColorReliefDataset
2095 GDALRasterBandH hSrcBand,
2132 hSrcBand(hSrcBandIn), in GDALColorReliefDataset()
2144 GDALColorReliefParseColorFile(hSrcBand, pszColorFilename, in GDALColorReliefDataset()
2152 GDALGetBlockSize( hSrcBand, &nBlockXSize, &nBlockYSize); in GDALColorReliefDataset()
2155 GDALColorReliefPrecompute(hSrcBand, in GDALColorReliefDataset()
2198 GDALGetBlockSize( poDSIn->hSrcBand, &nBlockXSize, &nBlockYSize); in GDALColorReliefRasterBand()
2223 GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
2286 CPLErr GDALColorRelief( GDALRasterBandH hSrcBand, in GDALColorRelief() argument
2296 if( hSrcBand == nullptr || hDstBand1 == nullptr || hDstBand2 == nullptr || in GDALColorRelief()
2302 GDALColorReliefParseColorFile(hSrcBand, pszColorFilename, in GDALColorRelief()
2316 GDALColorReliefPrecompute(hSrcBand, in GDALColorRelief()
2326 const int nXSize = GDALGetRasterBandXSize(hSrcBand); in GDALColorRelief()
2327 const int nYSize = GDALGetRasterBandYSize(hSrcBand); in GDALColorRelief()
2375 CPLErr eErr = GDALRasterIO( hSrcBand, in GDALColorRelief()
2523 GDALRasterBandH hSrcBand, in GDALGenerateVRTColorRelief() argument
2530 GDALColorReliefParseColorFile(hSrcBand, pszColorFilename, in GDALGenerateVRTColorRelief()
2542 const int nXSize = GDALGetRasterBandXSize(hSrcBand); in GDALGenerateVRTColorRelief()
2543 const int nYSize = GDALGetRasterBandYSize(hSrcBand); in GDALGenerateVRTColorRelief()
2568 GDALGetBlockSize(hSrcBand, &nBlockXSize, &nBlockYSize); in GDALGenerateVRTColorRelief()
2594 GDALGetBandNumber(hSrcBand)) > 0; in GDALGenerateVRTColorRelief()
2600 GDALGetDataTypeName(GDALGetRasterDataType(hSrcBand)), in GDALGenerateVRTColorRelief()
2805 GDALRasterBandH hSrcBand; member in GDALGeneric3x3Dataset
2815 GDALRasterBandH hSrcBand,
2870 hSrcBand(hSrcBandIn), in GDALGeneric3x3Dataset()
2926 const double dfNoDataValue = GDALGetRasterNoDataValue(poDSIn->hSrcBand, in GDALGeneric3x3RasterBand()
2933 GDALDataType eSrcDT = GDALGetRasterDataType(poDSIn->hSrcBand); in GDALGeneric3x3RasterBand()
2992 CPLErr eErr = GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
3056 poGDS->hSrcBand, in IReadBlock()
3129 CPLErr eErr = GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
3148 GDALRasterIO(poGDS->hSrcBand, in IReadBlock()
3508 GDALRasterBandH hSrcBand = in GDALDEMProcessing() local
3721 hSrcBand, in GDALDEMProcessing()
3774 const GDALDataType eSrcDT = GDALGetRasterDataType(hSrcBand); in GDALDEMProcessing()
3787 hSrcBand, in GDALDEMProcessing()
3807 new GDALGeneric3x3Dataset<GInt32>(hSrcDataset, hSrcBand, in GDALDEMProcessing()
3827 new GDALGeneric3x3Dataset<float>(hSrcDataset, hSrcBand, in GDALDEMProcessing()
3889 GDALColorRelief (hSrcBand, in GDALDEMProcessing()
3905 GDALGeneric3x3Processing<GInt32>(hSrcBand, hDstBand, in GDALDEMProcessing()
3914 GDALGeneric3x3Processing<float>(hSrcBand, hDstBand, in GDALDEMProcessing()