Searched refs:psWInfo (Results 1 – 4 of 4) sorted by relevance
513 for( i = psWInfo->nXSize*psWInfo->nYSize-1; i >= 0; i-- ) in USGSDEMWriteARecord()676 (((nVoid * 100.0) / (psWInfo->nXSize * psWInfo->nYSize)) + 0.5); in USGSDEMWriteARecord()774 int iData = (psWInfo->nYSize-iY-1) * psWInfo->nXSize + iProfile; in USGSDEMWriteProfile()805 int iData = (psWInfo->nYSize-iY-1) * psWInfo->nXSize + iProfile; in USGSDEMWriteProfile()970 double dfULX = (psWInfo->dfULX+psWInfo->dfURX)*0.5; in USGSDEMProductSetup_CDED50K()971 double dfULY = (psWInfo->dfULY+psWInfo->dfURY)*0.5; in USGSDEMProductSetup_CDED50K()1100 psWInfo->dfURX = dfULX + psWInfo->dfHorizStepSize * 1200.0; in USGSDEMProductSetup_CDED50K()1102 psWInfo->dfLRX = dfULX + psWInfo->dfHorizStepSize * 1200.0; in USGSDEMProductSetup_CDED50K()1281 (GInt16 *) VSIMalloc3( 2, psWInfo->nXSize, psWInfo->nYSize ); in USGSDEMLoadRaster()1286 2 * psWInfo->nXSize * psWInfo->nYSize ); in USGSDEMLoadRaster()[all …]
523 for( int i = psWInfo->nXSize*psWInfo->nYSize-1; i >= 0; i-- ) in USGSDEMWriteARecord()685 (((nVoid * 100.0) / (psWInfo->nXSize * psWInfo->nYSize)) + 0.5); in USGSDEMWriteARecord()981 double dfULX = (psWInfo->dfULX+psWInfo->dfURX)*0.5; in USGSDEMProductSetup_CDED50K()982 double dfULY = (psWInfo->dfULY+psWInfo->dfURY)*0.5; in USGSDEMProductSetup_CDED50K()1111 psWInfo->dfURX = dfULX + psWInfo->dfHorizStepSize * 1200.0; in USGSDEMProductSetup_CDED50K()1113 psWInfo->dfLRX = dfULX + psWInfo->dfHorizStepSize * 1200.0; in USGSDEMProductSetup_CDED50K()1264 psWInfo->utmzone = -psWInfo->utmzone; in USGSDEMProductSetup_DEFAULT()1291 VSI_MALLOC3_VERBOSE( 2, psWInfo->nXSize, psWInfo->nYSize ) ); in USGSDEMLoadRaster()1297 for( int i = 0; i < psWInfo->nXSize * psWInfo->nYSize; i++ ) in USGSDEMLoadRaster()1340 adfGeoTransform[0] = psWInfo->dfULX - psWInfo->dfHorizStepSize * 0.5; in USGSDEMLoadRaster()[all …]