Home
last modified time | relevance | path

Searched refs:nAlphaIdx (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kea/
H A Dkeaband.cpp574 int nAlphaIdx = -1; in GetColorTable() local
588 nAlphaIdx = nColIdx; in GetColorTable()
592 … if( ( nRedIdx != -1 ) && ( nGreenIdx != -1 ) && ( nBlueIdx != -1 ) && ( nAlphaIdx != -1 ) ) in GetColorTable()
605 colorEntry.c4 = pKEATable->GetValueAsInt(nRowIndex, nAlphaIdx); in GetColorTable()
631 int nAlphaIdx = -1; in SetColorTable() local
650 nAlphaIdx = nColIdx; in SetColorTable()
682 if( nAlphaIdx == -1 ) in SetColorTable()
689 nAlphaIdx = pKEATable->GetColumnCount() - 1; in SetColorTable()
701 pKEATable->SetValue(nRowIndex, nAlphaIdx, colorEntry.c4); in SetColorTable()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/kea/
H A Dkeaband.cpp859 int nAlphaIdx = -1; in GetColorTable() local
873 nAlphaIdx = nColIdx; in GetColorTable()
877 … if( ( nRedIdx != -1 ) && ( nGreenIdx != -1 ) && ( nBlueIdx != -1 ) && ( nAlphaIdx != -1 ) ) in GetColorTable()
890 … colorEntry.c4 = static_cast<short>(pKEATable->GetValueAsInt(nRowIndex, nAlphaIdx)); in GetColorTable()
919 int nAlphaIdx = -1; in SetColorTable() local
938 nAlphaIdx = nColIdx; in SetColorTable()
970 if( nAlphaIdx == -1 ) in SetColorTable()
977 nAlphaIdx = pKEATable->GetColumnCount() - 1; in SetColorTable()
989 pKEATable->SetValue(nRowIndex, nAlphaIdx, colorEntry.c4); in SetColorTable()
/dports/graphics/gdal/gdal-3.3.3/frmts/kea/
H A Dkeaband.cpp859 int nAlphaIdx = -1; in GetColorTable() local
873 nAlphaIdx = nColIdx; in GetColorTable()
877 … if( ( nRedIdx != -1 ) && ( nGreenIdx != -1 ) && ( nBlueIdx != -1 ) && ( nAlphaIdx != -1 ) ) in GetColorTable()
890 … colorEntry.c4 = static_cast<short>(pKEATable->GetValueAsInt(nRowIndex, nAlphaIdx)); in GetColorTable()
919 int nAlphaIdx = -1; in SetColorTable() local
938 nAlphaIdx = nColIdx; in SetColorTable()
970 if( nAlphaIdx == -1 ) in SetColorTable()
977 nAlphaIdx = pKEATable->GetColumnCount() - 1; in SetColorTable()
989 pKEATable->SetValue(nRowIndex, nAlphaIdx, colorEntry.c4); in SetColorTable()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/kea/
H A Dkeaband.cpp859 int nAlphaIdx = -1; in GetColorTable() local
873 nAlphaIdx = nColIdx; in GetColorTable()
877 … if( ( nRedIdx != -1 ) && ( nGreenIdx != -1 ) && ( nBlueIdx != -1 ) && ( nAlphaIdx != -1 ) ) in GetColorTable()
890 … colorEntry.c4 = static_cast<short>(pKEATable->GetValueAsInt(nRowIndex, nAlphaIdx)); in GetColorTable()
919 int nAlphaIdx = -1; in SetColorTable() local
938 nAlphaIdx = nColIdx; in SetColorTable()
970 if( nAlphaIdx == -1 ) in SetColorTable()
977 nAlphaIdx = pKEATable->GetColumnCount() - 1; in SetColorTable()
989 pKEATable->SetValue(nRowIndex, nAlphaIdx, colorEntry.c4); in SetColorTable()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/tga/
H A Dtgadataset.cpp225 unsigned nAlphaIdx = 0; in GDALTGARasterBand() local
238 nAlphaIdx = poDSIn->m_sImageHeader.nColorMapFirstIdx + i; in GDALTGARasterBand()
243 m_dfNoDataValue = nAlphaIdx; in GDALTGARasterBand()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/tga/
H A Dtgadataset.cpp225 unsigned nAlphaIdx = 0;
238 nAlphaIdx = poDSIn->m_sImageHeader.nColorMapFirstIdx + i;
243 m_dfNoDataValue = nAlphaIdx;
/dports/graphics/gdal/gdal-3.3.3/frmts/tga/
H A Dtgadataset.cpp225 unsigned nAlphaIdx = 0; in GDALTGARasterBand() local
238 nAlphaIdx = poDSIn->m_sImageHeader.nColorMapFirstIdx + i; in GDALTGARasterBand()
243 m_dfNoDataValue = nAlphaIdx; in GDALTGARasterBand()