Home
last modified time | relevance | path

Searched refs:nHFADataTypeO (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dhfadataset.cpp493 int nHFADataTypeO; in HFARasterBand() local
498 &nBlockXSize, &nBlockYSize, &nHFADataTypeO ); in HFARasterBand()
504 if( nHFADataType == EPT_u1 && nHFADataTypeO == EPT_u8 ) in HFARasterBand()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfadataset.cpp1961 int nHFADataTypeO; in HFARasterBand() local
1966 &nBlockXSize, &nBlockYSize, &nHFADataTypeO ) != CE_None) in HFARasterBand()
1976 if( nHFADataType == EPT_u1 && nHFADataTypeO == EPT_u8 ) in HFARasterBand()
1981 nHFADataType = nHFADataTypeO; in HFARasterBand()